Merge version_2 into main #1
@@ -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" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user