diff --git a/src/app/page.tsx b/src/app/page.tsx index 8310d7b..79f0894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg", imageAlt: "Modern restaurant interior warm lighting ambient" + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg?_wi=1", imageAlt: "Modern restaurant interior warm lighting ambient" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167210.jpg", imageAlt: "Family dining Indian Chinese restaurant happy" + imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167210.jpg?_wi=1", imageAlt: "Family dining Indian Chinese restaurant happy" } ]} tag="Est. 2024 • Celebrated Fusion" @@ -114,10 +114,10 @@ export default function LandingPage() { title: "Authentic Heritage", description: "Master chefs trained in traditional Indian and Chinese cooking techniques bring generational expertise to every dish.", icon: Globe, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg", imageAlt: "Golden Indian style chow mein noodles" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg?_wi=1", imageAlt: "Golden Indian style chow mein noodles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-with-herbs_23-2148694330.jpg", imageAlt: "Steamed Indian Chinese momos dumplings" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-with-herbs_23-2148694330.jpg?_wi=1", imageAlt: "Steamed Indian Chinese momos dumplings" } ] }, @@ -125,10 +125,10 @@ export default function LandingPage() { title: "Bold Flavors", description: "Carefully curated spice blends and premium ingredients create a symphony of taste with every bite.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-bowls-spices-garlic-appetizing-green-beans-tomatoes-cutting-board-black-table_140725-122982.jpg", imageAlt: "Spiced Indian Chinese curry noodles" + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-bowls-spices-garlic-appetizing-green-beans-tomatoes-cutting-board-black-table_140725-122982.jpg?_wi=1", imageAlt: "Spiced Indian Chinese curry noodles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg", imageAlt: "Golden chow mein crispy preparation" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg?_wi=2", imageAlt: "Golden chow mein crispy preparation" } ] }, @@ -136,10 +136,10 @@ export default function LandingPage() { title: "Warm Hospitality", description: "From reservation to goodbye, experience genuine warmth, attentive service, and family-like care that makes you feel at home.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167210.jpg", imageAlt: "Friends enjoying meal celebration" + imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167210.jpg?_wi=2", imageAlt: "Friends enjoying meal celebration" }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg", imageAlt: "Restaurant ambiance warm lighting" + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg?_wi=2", imageAlt: "Restaurant ambiance warm lighting" } ] } @@ -167,13 +167,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "chowmein", name: "Spiced Hakka Chow Mein", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg", imageAlt: "Golden Indian style chow mein noodles garnished", isFavorited: false + id: "chowmein", name: "Spiced Hakka Chow Mein", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg?_wi=3", imageAlt: "Golden Indian style chow mein noodles garnished", isFavorited: false }, { - id: "momos", name: "Crispy Golden Momos", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-with-herbs_23-2148694330.jpg", imageAlt: "Steamed Indian Chinese momos dumplings served", isFavorited: false + id: "momos", name: "Crispy Golden Momos", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-with-herbs_23-2148694330.jpg?_wi=2", imageAlt: "Steamed Indian Chinese momos dumplings served", isFavorited: false }, { - id: "curry", name: "Sizzling Fusion Curry", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-bowls-spices-garlic-appetizing-green-beans-tomatoes-cutting-board-black-table_140725-122982.jpg", imageAlt: "Spiced Indian Chinese curry with noodles steaming", isFavorited: false + id: "curry", name: "Sizzling Fusion Curry", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-bowls-spices-garlic-appetizing-green-beans-tomatoes-cutting-board-black-table_140725-122982.jpg?_wi=2", imageAlt: "Spiced Indian Chinese curry with noodles steaming", isFavorited: false } ]} ariaLabel="Signature dishes section featuring bestseller products"