Merge version_3 into main #3
@@ -206,15 +206,6 @@ export default function LandingPage() {
|
||||
description="Book your perfect rooftop dining experience at Breeze. Choose your preferred option below."
|
||||
tag="Booking"
|
||||
plans={[
|
||||
{
|
||||
id: "dine-in", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "₹300", subtitle: "Per Person (Food only)", buttons: [
|
||||
{ text: "Book Now", href: "https://wa.me/919876543210?text=I%20want%20to%20book%20a%20table%20at%20Breeze%20Rooftop%20Cafe" }
|
||||
],
|
||||
features: [
|
||||
"Premium rooftop seating", "Sunset view access", "Welcome mocktail", "Dedicated server"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "group", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "₹2500", subtitle: "Group Package (6+ people)", buttons: [
|
||||
@@ -224,6 +215,16 @@ export default function LandingPage() {
|
||||
"Private rooftop corner", "Customized menu", "Live music available", "Group photography session"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "dine-in", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "₹300", subtitle: "Per Person (Food only)", buttons: [
|
||||
{ text: "Book Now", href: "https://wa.me/919876543210?text=I%20want%20to%20book%20a%20table%20at%20Breeze%20Rooftop%20Cafe" }
|
||||
],
|
||||
features: [
|
||||
"Premium rooftop seating", "Sunset view access", "Welcome mocktail", "Dedicated server"
|
||||
],
|
||||
cardClassName: "scale-105 shadow-2xl"
|
||||
},
|
||||
{
|
||||
id: "event", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "Custom", subtitle: "Private Events & Celebrations", buttons: [
|
||||
|
||||
Reference in New Issue
Block a user