diff --git a/src/components/home/BlogSection.tsx b/src/components/home/BlogSection.tsx index c2d675a..6493034 100644 --- a/src/components/home/BlogSection.tsx +++ b/src/components/home/BlogSection.tsx @@ -34,7 +34,6 @@ export default function BlogSection() {
- {/* Section Header */} - {/* Animated gradient divider */} +
- {/* Background decoration */} +
- {/* Circuit pattern background */} +
- {/* Brand */} + - - - {/* Quick Links */} + - {/* Services */} +

- Rangpur, Bangladesh + Rangpur, Bangladesh
techzaa.alpha@gmail.com
@@ -179,13 +181,22 @@ export default function Footer() { © {new Date().getFullYear()} TechZaa. All rights reserved.

- + Privacy Policy - + Terms of Service - + Cookie Policy
diff --git a/src/components/home/TeamSection.tsx b/src/components/home/TeamSection.tsx index 400f0b0..c89e064 100644 --- a/src/components/home/TeamSection.tsx +++ b/src/components/home/TeamSection.tsx @@ -1,11 +1,9 @@ import { motion, useInView } from "framer-motion"; -import { Github, Linkedin, Twitter } from "lucide-react"; import { useRef } from "react"; import { Autoplay, Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; import { useTeam } from "@/hooks/queires/useTeam"; -import { Link } from "react-router-dom"; import PremiumBadge from "../shared/PremiumBadge"; export default function TeamSection() { @@ -19,14 +17,14 @@ export default function TeamSection() { return (
- {/* Background decoration */} +
- {/* Section Header */} + - {/* Team Slider Container */}
(); const { data } = useBlogById(id); - const post = data?.data.data; const navigate = useNavigate(); // const post = getPostBySlug(id || ''); @@ -337,24 +335,24 @@ export default function BlogArticle() {

{post.author.bio}

{post.author.twitter && ( - - + )} {post.author.linkedin && ( - - + )}
diff --git a/src/pages/Projects.tsx b/src/pages/Projects.tsx index 9ffb12f..2641b1f 100644 --- a/src/pages/Projects.tsx +++ b/src/pages/Projects.tsx @@ -77,7 +77,6 @@ export default function Projects() {
- {/* Back Arrow Wrapper - Kept clean on left side */} - {/* Core Header Content Module - Flex-centered alignment */}
-
@@ -268,4 +265,4 @@ export default function Projects() {
); -} \ No newline at end of file +}