From 984a6c3e17874cbe18afea5131ca6688779c40b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:21:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4594e82..2040469 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { imagePosition="right" imageSrc="http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg" imageAlt="7Stories restaurant rooftop view" + mediaAnimation="none" bulletPoints={[ { title: "Rooftop Dining", description: "Experience the charm of Patna's skyline from our exclusive rooftop venue.", icon: Building2 }, { title: "Multi-Cuisine Menu", description: "From authentic tandoori specialties to contemporary fusion dishes, something for everyone.", icon: ChefHat }, @@ -92,15 +93,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Prime Location", author: "Kankarbagh", description: "Located opposite Indian Oil petrol pump in Kankarbagh Colony, easily accessible and in the heart of the city.", tags: ["Location", "Convenient"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" }, { id: "2", title: "Rooftop Ambience", author: "Experience", description: "Our exclusive rooftop setting offers breathtaking views and a perfect backdrop for family dinners and celebrations.", tags: ["Dining", "Ambiance"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" }, { id: "3", title: "Authentic Tandoori", author: "Specialty", description: "Specializing in premium tandoori dishes prepared by our expert chefs using time-honored techniques and fresh ingredients.", tags: ["Cuisine", "Specialty"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" } ]} /> @@ -115,12 +116,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=1", imageAlt: "Veg Seek Kebab" }, - { id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=2", imageAlt: "Hara Bhara Kebab" }, + { id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Veg Seek Kebab" }, + { id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Hara Bhara Kebab" }, { id: "3", name: "Paneer Tikka", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg", imageAlt: "Paneer Tikka" }, - { id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=3", imageAlt: "Mushroom Tikka" }, - { id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=1", imageAlt: "Chicken Tikka" }, - { id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=2", imageAlt: "Chicken Reshmi Kebab" } + { id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Mushroom Tikka" }, + { id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Tikka" }, + { id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Reshmi Kebab" } ]} buttons={[ { text: "View Full Menu", href: "#" }