From 7d8a92d8a6c4a106c11048f1553e36abbb293afe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:58:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c87f9e6..dc15450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg", imageAlt: "Beautiful chocolate cake" }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg", imageAlt: "Colorful birthday cake" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg?_wi=1", imageAlt: "Colorful birthday cake" }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10559.jpg", imageAlt: "Elegant wedding cake" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10559.jpg?_wi=1", imageAlt: "Elegant wedding cake" } ]} autoplayDelay={4000} @@ -138,13 +138,13 @@ export default function LandingPage() { animationType="scale-rotate" features={[ { - id: "birthday", title: "Birthday Cakes", description: "Colorful and fun designs for memorable celebrations", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg", imageAlt: "Birthday cake with candles" + id: "birthday", title: "Birthday Cakes", description: "Colorful and fun designs for memorable celebrations", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg?_wi=2", imageAlt: "Birthday cake with candles" }, { - id: "wedding", title: "Wedding Cakes", description: "Elegant tiered designs for your special day", imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10559.jpg", imageAlt: "Elegant wedding cake" + id: "wedding", title: "Wedding Cakes", description: "Elegant tiered designs for your special day", imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10559.jpg?_wi=2", imageAlt: "Elegant wedding cake" }, { - id: "themes", title: "Themed Designs", description: "Custom designs matching your party theme", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg", imageAlt: "Multiple themed cakes" + id: "themes", title: "Themed Designs", description: "Custom designs matching your party theme", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg?_wi=1", imageAlt: "Multiple themed cakes" } ]} ariaLabel="Custom cake orders section" @@ -164,7 +164,7 @@ export default function LandingPage() { animationType="opacity" features={[ { - id: "gallery-1", title: "Cake Display", description: "Our premium cake collection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg", imageAlt: "Multiple cakes display" + id: "gallery-1", title: "Cake Display", description: "Our premium cake collection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg?_wi=2", imageAlt: "Multiple cakes display" }, { id: "gallery-2", title: "Fresh Pastries", description: "Freshly baked daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694728.jpg", imageAlt: "Assorted pastries" @@ -173,7 +173,7 @@ export default function LandingPage() { id: "gallery-3", title: "Artistry", description: "Detailed decoration work", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cookies-with-molds-ingredients_1252-264.jpg", imageAlt: "Cake decoration art" }, { - id: "gallery-4", title: "Celebrations", description: "Making moments special", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg", imageAlt: "Birthday celebration cake" + id: "gallery-4", title: "Celebrations", description: "Making moments special", imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg?_wi=3", imageAlt: "Birthday celebration cake" } ]} ariaLabel="Gallery section showcasing bakery work" -- 2.49.1