diff --git a/src/app/page.tsx b/src/app/page.tsx index 111061a..07bec40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { UtensilsCrossed, Package, Truck } from 'lucide-react'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import { UtensilsCrossed, Package, Truck, Check } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,6 +34,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "menu" }, + { name: "Pricing", id: "pricing" }, { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" } ]} @@ -186,6 +188,41 @@ export default function LandingPage() { /> +
+ +
+