From e714adcfb6cd96615f005919bdc29fa8cd6aa368 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 13:50:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d64bb7..52e92d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function DhabaStoriesPage() { features={[ { id: 1, - title: "Flavours That Hit Home", description: "From juicy chicken tikka to rich paneer gravies — every bite feels like Punjab. Our chefs bring decades of tradition to every plate.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg?_wi=1", imageAlt: "Grilled chicken tikka", buttons: [{ text: "View Menu", href: "#menu" }] + title: "Flavours That Hit Home", description: "From juicy chicken tikka to rich paneer gravies — every bite feels like Punjab. Our chefs bring decades of tradition to every plate.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Grilled chicken tikka", buttons: [{ text: "View Menu", href: "#menu" }] }, { id: 2, - title: "Rooftop Dhaba Vibes", description: "Charpai seating, Punjabi music & golden hour lights. A vibe that takes you straight to highway dhabas under open skies.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-sparklers-night_23-2147784718.jpg?_wi=1", imageAlt: "Rooftop dining ambience", buttons: [{ text: "Experience It", href: "#booking" }] + title: "Rooftop Dhaba Vibes", description: "Charpai seating, Punjabi music & golden hour lights. A vibe that takes you straight to highway dhabas under open skies.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-sparklers-night_23-2147784718.jpg", imageAlt: "Rooftop dining ambience", buttons: [{ text: "Experience It", href: "#booking" }] }, { id: 3, - title: "The Famous Kulhad Lassi", description: "Creamy, thick, and unforgettable — served in traditional earthen pots the way it should be. A Dhaba Stories signature.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-yogurt-gauze_23-2147753685.jpg?_wi=1", imageAlt: "Traditional kulhad lassi", buttons: [{ text: "Must Try", href: "#menu" }] + title: "The Famous Kulhad Lassi", description: "Creamy, thick, and unforgettable — served in traditional earthen pots the way it should be. A Dhaba Stories signature.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-yogurt-gauze_23-2147753685.jpg", imageAlt: "Traditional kulhad lassi", buttons: [{ text: "Must Try", href: "#menu" }] } ]} animationType="slide-up" @@ -102,7 +102,7 @@ export default function DhabaStoriesPage() { description="Our most-loved signatures that define the Dhaba Stories experience." products={[ { - id: "1", name: "Chicken Tikka", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg?_wi=2", imageAlt: "Grilled chicken tikka" + id: "1", name: "Chicken Tikka", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Grilled chicken tikka" }, { id: "2", name: "Malai Tikka", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/biscuit-cake-pie-apple-candy-pastila-decorated-with-mint-leaves-blue-wood-cutting-board_8353-6153.jpg", imageAlt: "Creamy malai tikka" @@ -111,10 +111,10 @@ export default function DhabaStoriesPage() { id: "3", name: "Punjabi Paneer", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg", imageAlt: "Rich paneer curry" }, { - id: "4", name: "Handi Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg?_wi=3", imageAlt: "Handi chicken specialty" + id: "4", name: "Handi Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Handi chicken specialty" }, { - id: "5", name: "Dry Fruit Kulhad Lassi", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-yogurt-gauze_23-2147753685.jpg?_wi=2", imageAlt: "Traditional kulhad lassi" + id: "5", name: "Dry Fruit Kulhad Lassi", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-yogurt-gauze_23-2147753685.jpg", imageAlt: "Traditional kulhad lassi" } ]} gridVariant="three-columns-all-equal-width" @@ -138,7 +138,7 @@ export default function DhabaStoriesPage() { description="It's music, laughter, and stories under the lights." subdescription="Every element—from the warm glow of lanterns to the rhythm of Punjabi classics—is crafted to create moments you'll remember forever." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg" imageAlt="Friends enjoying dinner at the rooftop" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -204,7 +204,7 @@ export default function DhabaStoriesPage() { } ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -219,11 +219,11 @@ export default function DhabaStoriesPage() { features={[ { id: 1, - title: "Birthday Dinners", description: "Special occasions deserve special vibes. We handle the ambience, you handle the celebration.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=2", imageAlt: "Birthday celebration at dhaba", buttons: [{ text: "Plan Your Evening", href: "#booking" }] + title: "Birthday Dinners", description: "Special occasions deserve special vibes. We handle the ambience, you handle the celebration.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", imageAlt: "Birthday celebration at dhaba", buttons: [{ text: "Plan Your Evening", href: "#booking" }] }, { id: 2, - title: "Friends Hangouts", description: "Music, food, and laughter—everything a perfect evening with friends needs. Book your crew a table.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-sparklers-night_23-2147784718.jpg?_wi=2", imageAlt: "Friends gathering at rooftop", buttons: [{ text: "Plan Your Evening", href: "#booking" }] + title: "Friends Hangouts", description: "Music, food, and laughter—everything a perfect evening with friends needs. Book your crew a table.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-sparklers-night_23-2147784718.jpg", imageAlt: "Friends gathering at rooftop", buttons: [{ text: "Plan Your Evening", href: "#booking" }] }, { id: 3, -- 2.49.1