From ab2d0f43f91f87d16af5e76ea30a6ac0ebc30874 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:43:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1860fa3..1cec812 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg", imageAlt: "Freshly baked pastries and coffee spread on a wooden table, capturing a warm morning cafe ambiance."}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg?_wi=1", imageAlt: "Freshly baked pastries and coffee spread on a wooden table, capturing a warm morning cafe ambiance."}, { imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-bowls-with-filling-plate_23-2148123875.jpg", imageAlt: "A delicate fruit tart with fresh berries, highlighting Alba's signature pastries."}, { @@ -94,7 +94,7 @@ export default function LandingPage() { { title: "1 Location, For Now", description: "Our single cherished spot in Buraimi, growing with love."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg?_wi=1" imageAlt="Close-up of a freshly baked golden croissant, emphasizing handcrafted quality." mediaAnimation="opacity" /> @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Tart", price: "OMR 2.5", imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg", imageAlt: "A beautifully presented fruit tart"}, + id: "p1", name: "Signature Tart", price: "OMR 2.5", imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg?_wi=1", imageAlt: "A beautifully presented fruit tart"}, { id: "p2", name: "Acaí Smoothie", price: "OMR 3.2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowls-with-breakfast-desserts-assortment-fruits-cereal_23-2148417430.jpg", imageAlt: "A refreshing acai smoothie bowl"}, { @@ -139,13 +139,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-some-blue-purple-vegan-donuts-surrounded-by-flowers-table_181624-16944.jpg", imageAlt: "elegant wedding cake floral decoration"}, { title: "Coffee Brewing", description: "Single origin beans, crafted to your perfect cup every morning.", buttonIcon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg", imageAlt: "elegant wedding cake floral decoration"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg?_wi=2", imageAlt: "elegant wedding cake floral decoration"}, { title: "All-Day Breakfast", description: "Classic and signature breakfast plates, served until late.", buttonIcon: Egg, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg", imageAlt: "elegant wedding cake floral decoration"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg?_wi=2", imageAlt: "elegant wedding cake floral decoration"}, { title: "Patisserie", description: "French-inspired tarts, éclairs, and seasonal creations.", buttonIcon: Cake, - imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg", imageAlt: "elegant wedding cake floral decoration"}, + imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg?_wi=2", imageAlt: "elegant wedding cake floral decoration"}, ]} title="Our Craft" description="WHAT WE DO BEST" -- 2.49.1