Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07804fc2ef | |||
| ad18837943 | |||
| f811634739 | |||
| 26d2ffaee5 | |||
| f769744372 | |||
| 6845193a2b | |||
| 85d2dacf59 |
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
import { Sparkles, Star, TrendingUp } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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,15 @@ 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"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "event", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "Custom", subtitle: "Private Events & Celebrations", buttons: [
|
||||
|
||||
Reference in New Issue
Block a user