From 37c2ba3baf9ec390c378b1ae6fc7d0ac81faca0a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:36:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8fa0c6..4ad0e8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5ld7i", imageAlt: "Signature Uzbek Plov" } ]} rightCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5et8gj", imageAlt: "Restaurant Interior" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5et8gj&_wi=1", imageAlt: "Restaurant Interior" } ]} tag="UZBEK CUISINE" tagIcon={Sparkles} @@ -75,7 +75,7 @@ export default function LandingPage() { tagAnimation="opacity" buttons={[{ text: "See Our Menu", href: "#dishes" }]} buttonAnimation="blur-reveal" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7i5aru" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7i5aru&_wi=1" imageAlt="Professional kitchen preparing traditional Uzbek dishes" useInvertedBackground={true} ariaLabel="About section describing Marjon restaurant heritage and philosophy" @@ -160,7 +160,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "feature-1", title: "Elegant Interior Design", description: "Warm lighting, traditional decor, and comfortable seating create the perfect setting for memorable meals with family and friends.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5et8gj", imageAlt: "Restaurant interior with warm ambient lighting" }, + id: "feature-1", title: "Elegant Interior Design", description: "Warm lighting, traditional decor, and comfortable seating create the perfect setting for memorable meals with family and friends.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5et8gj&_wi=2", imageAlt: "Restaurant interior with warm ambient lighting" }, items: [ { icon: Home, text: "Cozy & Welcoming" }, { icon: Lightbulb, text: "Warm Ambiance" } @@ -168,7 +168,7 @@ export default function LandingPage() { reverse: false }, { - id: "feature-2", title: "Open Kitchen Experience", description: "Watch our skilled chefs prepare your meal in our traditional kitchen, where you can see the artistry and care that goes into every dish.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7i5aru", imageAlt: "Professional kitchen staff preparing dishes" }, + id: "feature-2", title: "Open Kitchen Experience", description: "Watch our skilled chefs prepare your meal in our traditional kitchen, where you can see the artistry and care that goes into every dish.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7i5aru&_wi=2", imageAlt: "Professional kitchen staff preparing dishes" }, items: [ { icon: Flame, text: "Traditional Cooking" }, { icon: Users, text: "Professional Chefs" }