- Founded with a passion for innovation, TechZaa is a leading technology - company dedicated to transforming businesses through cutting-edge - digital solutions. + Founded with a passion for innovation, TechZaa is a leading + technology company dedicated to transforming businesses through + cutting-edge digital solutions.
- Our team of expert developers, designers, and strategists work - collaboratively to deliver exceptional results that exceed expectations. - We believe in the power of technology to solve complex problems and - create meaningful impact. + Our team of expert developers, designers, and strategists work + collaboratively to deliver exceptional results that exceed + expectations. We believe in the power of technology to solve + complex problems and create meaningful impact.
- From startups to enterprises, we've helped hundreds of clients - achieve their digital transformation goals with our innovative + From startups to enterprises, we've helped hundreds of clients + achieve their digital transformation goals with our innovative approach and commitment to excellence.
{stat.label}
++ {stat.label} +
))} diff --git a/src/components/BlogSection.tsx b/src/components/BlogSection.tsx index e76f082..0b4a768 100644 --- a/src/components/BlogSection.tsx +++ b/src/components/BlogSection.tsx @@ -1,8 +1,8 @@ -import { motion } from 'framer-motion'; -import { Calendar, Clock, ArrowRight, User } from 'lucide-react'; -import { Link } from 'react-router-dom'; -import { Button } from '@/components/ui/button'; -import { useBlogs } from '@/hooks/queires/useBlogs'; +import { Button } from "@/components/ui/button"; +import { useBlogs } from "@/hooks/queires/useBlogs"; +import { motion } from "framer-motion"; +import { ArrowRight, Calendar, Clock, User } from "lucide-react"; +import { Link } from "react-router-dom"; const containerVariants = { hidden: { opacity: 0 }, @@ -19,21 +19,19 @@ const itemVariants = { visible: { opacity: 1, y: 0, - transition: { duration: 0.6, ease: 'easeOut' as const }, + transition: { duration: 0.6, ease: "easeOut" as const }, }, }; export default function BlogSection() { - - const {data} = useBlogs() + const { data } = useBlogs(); const blogPosts = data?.data.result; - return ( -- Stay updated with the latest trends, insights, and thought leadership from our team of experts. + Stay updated with the latest trends, insights, and thought + leadership from our team of experts.