From 7944451d43fe274bc859e6ce5f7b021dffc8e866 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:39:36 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 702dbab..7282234 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,12 +1,11 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Heart, Leaf, Shield, Award, CheckCircle, Star, Mail } from "lucide-react"; +import { Star, Mail } from "lucide-react"; export default function AboutPage() { return ( @@ -28,7 +27,6 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} @@ -38,37 +36,6 @@ export default function AboutPage() { /> -
- -
-
Date: Thu, 22 Jan 2026 20:39:36 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4a28f9e..03c2a36 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -102,7 +102,6 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} From 246c5cfa35cb9b856ceebc55debc670aae961ece Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:39:37 +0000 Subject: [PATCH 3/5] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 86fa785..0f734fd 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -28,7 +28,6 @@ export default function FaqPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} From bdf4320ecf914c6ec97ab051a188958d99cd4844 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:39:38 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d92bf9f..58c8d91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,12 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Heart, Leaf, Shield, Award, CheckCircle, Star, Mail } from "lucide-react"; +import { Sparkles, Heart, Star, Mail } from "lucide-react"; export default function HomePage() { return ( @@ -30,7 +29,6 @@ export default function HomePage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} @@ -66,38 +64,7 @@ export default function HomePage() { ]} buttons={[ { text: "Explore Collection", href: "/products" }, - { text: "Learn More", href: "/about" } - ]} - /> -
- -
-
From 3094bfaa7abf241c89e427cb85aedc792b0cf069 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:39:39 +0000 Subject: [PATCH 5/5] Update src/app/products/page.tsx --- src/app/products/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 20af6c1..dca2e59 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -28,7 +28,6 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]}