From ff1dee9e39904bf88dfa6ed2497373f22ab998df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:52:38 +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 485531e..240e77b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Golden Sourdough Loaf" }, + { imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=1", imageAlt: "Golden Sourdough Loaf" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-fresh-croissants-coffee-served-with-butter_1150-37809.jpg", imageAlt: "Buttery Croissants" }, { imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg", imageAlt: "Custom Wedding Cake" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg", imageAlt: "Assorted Danish Pastries" } + { imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg?_wi=1", imageAlt: "Assorted Danish Pastries" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/different-type-sweets-wooden-board-background_482257-25059.jpg", imageAlt: "Fresh Glazed Donuts" }, @@ -85,7 +85,7 @@ export default function LandingPage() { id: "3", name: "Artisan Baguette", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/assortment-bread-products_123827-36235.jpg", imageAlt: "Artisan Baguette" }, { - id: "4", name: "Danish Pastry Assortment", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg", imageAlt: "Danish Pastry Assortment" + id: "4", name: "Danish Pastry Assortment", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg?_wi=2", imageAlt: "Danish Pastry Assortment" }, { id: "5", name: "Fresh Berry Tart", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-pie-with-black-red-berries_181624-5189.jpg", imageAlt: "Fresh Berry Tart" @@ -214,7 +214,7 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: false } ]} textarea={{ name: "message", placeholder: "Tell us about your inquiry or custom order...", rows: 5, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg" + imageSrc="http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=2" imageAlt="Freshly baked sourdough bread" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1