Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 14:58:30 +00:00

View File

@@ -58,7 +58,7 @@ export default function SiaCafeLanding() {
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Sia+Cafe+Madhyamgram" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=1"
imageAlt="Sia Cafe Interior - Cozy Premium Cafe Space"
mediaAnimation="slide-up"
ariaLabel="Sia Cafe Hero Section"
@@ -95,27 +95,27 @@ export default function SiaCafeLanding() {
features={[
{
id: 1,
tag: "Rating", title: "4.7 Stars", subtitle: "2000+ Reviews", description: "Trusted by thousands of satisfied customers who rate our service, food quality, and ambience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Rating", title: "4.7 Stars", subtitle: "2000+ Reviews", description: "Trusted by thousands of satisfied customers who rate our service, food quality, and ambience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=2"
},
{
id: 2,
tag: "Beverages", title: "Premium Coffee & Beverages", subtitle: "Expertly Crafted", description: "Enjoy our signature cappuccinos, lattes, and specialty drinks made with high-quality beans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Beverages", title: "Premium Coffee & Beverages", subtitle: "Expertly Crafted", description: "Enjoy our signature cappuccinos, lattes, and specialty drinks made with high-quality beans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=3"
},
{
id: 3,
tag: "Food", title: "Delicious Budget-Friendly Food", subtitle: "₹200-₹400 Per Person", description: "From momos and fried chicken to pasta and brownies—delicious bites that won't break the bank.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Food", title: "Delicious Budget-Friendly Food", subtitle: "₹200-₹400 Per Person", description: "From momos and fried chicken to pasta and brownies—delicious bites that won't break the bank.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=4"
},
{
id: 4,
tag: "Ambience", title: "Cozy Ambience for Hangouts", subtitle: "Perfect Gathering Space", description: "Warm lighting, comfortable seating, and friendly vibes make it the ideal place to unwind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Ambience", title: "Cozy Ambience for Hangouts", subtitle: "Perfect Gathering Space", description: "Warm lighting, comfortable seating, and friendly vibes make it the ideal place to unwind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=5"
},
{
id: 5,
tag: "Convenience", title: "Drive Through Available", subtitle: "Fast Service Options", description: "Grab your favorite order without leaving your car. Quick, convenient, and hassle-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Convenience", title: "Drive Through Available", subtitle: "Fast Service Options", description: "Grab your favorite order without leaving your car. Quick, convenient, and hassle-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=6"
},
{
id: 6,
tag: "Location", title: "Easy Location Near Arati Cinema", subtitle: "Harish Nagar, Madhyamgram", description: "Conveniently located with ample parking and easy access from nearby areas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
tag: "Location", title: "Easy Location Near Arati Cinema", subtitle: "Harish Nagar, Madhyamgram", description: "Conveniently located with ample parking and easy access from nearby areas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=7"
}
]}
ariaLabel="Why Choose Sia Cafe Section"
@@ -135,16 +135,16 @@ export default function SiaCafeLanding() {
animationType="blur-reveal"
products={[
{
id: "cappuccino", name: "Cappuccino", price: "₹120", variant: "Premium Espresso", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n01z", imageAlt: "Premium Cappuccino with Latte Art"
id: "cappuccino", name: "Cappuccino", price: "₹120", variant: "Premium Espresso", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n01z&_wi=1", imageAlt: "Premium Cappuccino with Latte Art"
},
{
id: "latte", name: "Latte", price: "₹130", variant: "Smooth & Creamy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n01z", imageAlt: "Smooth Latte"
id: "latte", name: "Latte", price: "₹130", variant: "Smooth & Creamy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n01z&_wi=2", imageAlt: "Smooth Latte"
},
{
id: "momos", name: "Momos", price: "₹80", variant: "Steamed Dumplings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7t82p1", imageAlt: "Steamed Momos Platter"
},
{
id: "fried-chicken", name: "Fried Chicken", price: "₹180", variant: "Crispy & Tender", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw", imageAlt: "Crispy Fried Chicken Plate"
id: "fried-chicken", name: "Fried Chicken", price: "₹180", variant: "Crispy & Tender", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw&_wi=1", imageAlt: "Crispy Fried Chicken Plate"
},
{
id: "club-sandwich", name: "Club Sandwich", price: "₹150", variant: "Triple Layer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v6an4v", imageAlt: "Gourmet Club Sandwich"
@@ -230,7 +230,7 @@ export default function SiaCafeLanding() {
id: "photo-5", category: "Work", title: "Productive Work Cafe", excerpt: "WiFi-enabled study space. Perfect for students and remote workers with great coffee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ctov64", authorName: "Student Community", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ctov64", date: "Daily"
},
{
id: "photo-6", category: "Food", title: "Delicious Menu Variety", excerpt: "From momos to burgers, pasta to brownies. Something delicious for everyone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw", authorName: "Chef Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw", date: "Always Fresh"
id: "photo-6", category: "Food", title: "Delicious Menu Variety", excerpt: "From momos to burgers, pasta to brownies. Something delicious for everyone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw&_wi=2", authorName: "Chef Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmtjjw", date: "Always Fresh"
}
]}
ariaLabel="Sia Cafe Photo Gallery"
@@ -246,7 +246,7 @@ export default function SiaCafeLanding() {
tagAnimation="opacity"
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24gf4i&_wi=8"
imageAlt="Sia Cafe Reservation Experience"
mediaAnimation="slide-up"
mediaPosition="right"