From b748049c121ae6c723fbc576c921461645d936d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:25:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a7ad20..dc32c02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Award-Winning" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg?_wi=1" imageAlt="Cinema Cafe restaurant ambiance and dining" mediaAnimation="opacity" background={{ variant: "glowing-orb" }} @@ -86,7 +86,7 @@ export default function LandingPage() { imagePosition="right" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=1" imageAlt="Cinema Cafe interior and dining ambiance" mediaAnimation="slide-up" bulletPoints={[ @@ -129,7 +129,7 @@ export default function LandingPage() { id: "1", name: "Hyderabadi Biryani", price: "₹280", variant: "Chicken, Mutton, or Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pilaf-with-dried-fruits-plate_140725-12014.jpg", imageAlt: "Hyderabadi Biryani" }, { - id: "2", name: "Starters Platter", price: "₹250", variant: "Samosa, Pakora, Kabab Mix", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg", imageAlt: "Indian Starters Platter" + id: "2", name: "Starters Platter", price: "₹250", variant: "Samosa, Pakora, Kabab Mix", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg?_wi=1", imageAlt: "Indian Starters Platter" }, { id: "3", name: "Chinese Noodles", price: "₹210", variant: "Vegetarian, Chicken, Shrimp", imageSrc: "http://img.b2bpic.net/free-photo/style-still-life-with-noodles-pan_1150-19770.jpg", imageAlt: "Stir-Fried Chinese Noodles" @@ -164,19 +164,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Ingredients Daily", description: "We source premium ingredients locally to ensure every dish is fresh and flavorful", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Fresh ingredient preparation" + title: "Fresh Ingredients Daily", description: "We source premium ingredients locally to ensure every dish is fresh and flavorful", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Fresh ingredient preparation" }, { id: 2, - title: "Cozy Cafe Ambience", description: "Warm lighting, comfortable seating, and a welcoming atmosphere perfect for any occasion", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg", imageAlt: "Cozy restaurant interior" + title: "Cozy Cafe Ambience", description: "Warm lighting, comfortable seating, and a welcoming atmosphere perfect for any occasion", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=2", imageAlt: "Cozy restaurant interior" }, { id: 3, - title: "Fast & Friendly Service", description: "Quick service with a smile. Our team is trained to exceed your expectations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg", imageAlt: "Professional service" + title: "Fast & Friendly Service", description: "Quick service with a smile. Our team is trained to exceed your expectations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg?_wi=2", imageAlt: "Professional service" }, { id: 4, - title: "Affordable Pricing", description: "Premium quality food at ₹200-₹400 per person. Great value for your money", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg", imageAlt: "Affordable menu options" + title: "Affordable Pricing", description: "Premium quality food at ₹200-₹400 per person. Great value for your money", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg?_wi=2", imageAlt: "Affordable menu options" } ]} /> @@ -208,7 +208,7 @@ export default function LandingPage() { description="Join us for an unforgettable dining experience. Reserve your table now and enjoy fresh food in a warm, welcoming atmosphere." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=2" imageAlt="Cinema Cafe dining experience" mediaAnimation="slide-up" mediaPosition="right" @@ -250,7 +250,7 @@ export default function LandingPage() {