From dce99cbd5bb8448b8ad48062d0822ac6bc5468f3 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:38:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68a1e32..d92bf9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ 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 Link from "next/link"; export default function HomePage() { return ( @@ -32,18 +31,13 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> -
@@ -77,6 +71,37 @@ export default function HomePage() { />
+
+ +
+
); -} \ No newline at end of file +}