diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6762cc5..702dbab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,6 @@ 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 Link from "next/link"; export default function AboutPage() { return ( @@ -30,18 +29,13 @@ export default function AboutPage() { { 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" }} /> -