Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-07 10:29:37 +00:00

View File

@@ -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" }
],