diff --git a/src/app/page.tsx b/src/app/page.tsx index f27cbdc..6397f9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -140,7 +141,7 @@ export default function LandingPage() { ] }, { - id: "dinner-party", badge: "Dinner Party", price: "$1,500", subtitle: "Ideal for 5-8 guests", buttons: [ + id: "dinner-party", badge: "Dinner Party", badgeIcon: Sparkles, price: "$1,500", subtitle: "Ideal for 5-8 guests", buttons: [ { text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#services" } ],