From 8f6745aebb2a94a1bac25ba1b1c4e3ff1f8e32c6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:11:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ea3c5c..4b93b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,16 +61,16 @@ export default function CandysCreationsPage() { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-flowers_23-2148120664.jpg", imageAlt: "Gold Elegant Wedding Cake" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/three-tiered-white-fondant-wedding-cake-topped-with-buttercream-flowers_181624-33170.jpg?_wi=1", imageAlt: "Golden Luxury Wedding Cake" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/three-tiered-white-fondant-wedding-cake-topped-with-buttercream-flowers_181624-33170.jpg", imageAlt: "Golden Luxury Wedding Cake" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/three-tiered-white-fondant-wedding-cake-topped-with-buttercream-flowers_181624-33170.jpg?_wi=2", imageAlt: "Gold Elegance Cake" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/three-tiered-white-fondant-wedding-cake-topped-with-buttercream-flowers_181624-33170.jpg", imageAlt: "Gold Elegance Cake" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg?_wi=1", imageAlt: "Premium Wedding Cake Design" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg", imageAlt: "Premium Wedding Cake Design" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg?_wi=2", imageAlt: "Luxury Cake Creation" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg", imageAlt: "Luxury Cake Creation" } ]} autoPlay={true} @@ -214,7 +214,7 @@ export default function CandysCreationsPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg" imageAlt="Custom Wedding Cake" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1