2 Commits

Author SHA1 Message Date
73c2482148 Merge version_2 into main
Merge version_2 into main
2026-03-07 10:29:37 +00:00
28f4c954df Update src/app/page.tsx 2026-03-07 10:29:33 +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" }
],