From 54b327a8296d051d03bb467576a3ef7b59d07475 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 03:02:01 +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 2389aa2..6eb7f9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg" + imageSrc="http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg?_wi=1" imageAlt="Assortment of delicious donuts on a bakery tray" showDimOverlay={false} /> @@ -107,7 +107,7 @@ export default function LandingPage() { name: "Classic Glazed", price: "$2.50", variant: "Timeless Perfection", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-baked-cake-plate_23-2148461020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-baked-cake-plate_23-2148461020.jpg?_wi=1", imageAlt: "Classic glazed donut", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { name: "Strawberry Delight", price: "$3.25", variant: "Fruity & Fun", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-cranberries-colorful-desk-sugar-sweet-cake-biscuit-color_140725-22469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-cranberries-colorful-desk-sugar-sweet-cake-biscuit-color_140725-22469.jpg?_wi=1", imageAlt: "Pink strawberry frosted donut with sprinkles", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { "Fresh", "Daily", ], - imageSrc: "http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg?_wi=2", }, { id: "premium-ingredients", @@ -167,7 +167,7 @@ export default function LandingPage() { "Quality", "Natural", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-baked-cake-plate_23-2148461020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-baked-cake-plate_23-2148461020.jpg?_wi=2", }, { id: "unique-flavors", @@ -178,7 +178,7 @@ export default function LandingPage() { "Variety", "Innovation", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-cranberries-colorful-desk-sugar-sweet-cake-biscuit-color_140725-22469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-cranberries-colorful-desk-sugar-sweet-cake-biscuit-color_140725-22469.jpg?_wi=2", }, ]} title="Why Choose Donut World?" -- 2.49.1