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" }} /> -