diff --git a/src/app/page.tsx b/src/app/page.tsx index 630525f..4c85399 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone, Factory } from "lucide-react"; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import { ShieldCheck, Wrench, DollarSign, Phone, Factory, ShoppingCart } from "lucide-react"; export default function SachetWaterPage() { return ( @@ -34,6 +35,7 @@ export default function SachetWaterPage() { brandName="AFLA SACHET WATER" navItems={[ { name: "Services", id: "services" }, + { name: "Wholesale", id: "wholesale-pricing" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "/contact" } @@ -122,6 +124,34 @@ export default function SachetWaterPage() { useInvertedBackground={false} /> + +