From 24eed310a855ace23bd5a93146a71b7e3d8342e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:08:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dc0a54..7a2a42e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-cookies_23-2149681930.jpg", imageAlt: "Premium vanilla bean ice cream" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-cookies_23-2149681930.jpg?_wi=1", imageAlt: "Premium vanilla bean ice cream" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/ice-crem-balls-decorated-with-mint-glass-vase-wooden-table_141793-2910.jpg", imageAlt: "Smooth chocolate ice cream" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/ice-crem-balls-decorated-with-mint-glass-vase-wooden-table_141793-2910.jpg?_wi=1", imageAlt: "Smooth chocolate ice cream" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg", imageAlt: "Festive rainbow sprinkle ice cream" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg?_wi=1", imageAlt: "Festive rainbow sprinkle ice cream" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/serving-ice-cream-portion-bowls_23-2148141388.jpg", imageAlt: "Indulgent ice cream sundae" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/serving-ice-cream-portion-bowls_23-2148141388.jpg?_wi=1", imageAlt: "Indulgent ice cream sundae" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-ice-cream_23-2149005361.jpg", imageAlt: "Homemade ice cream specialty" @@ -89,16 +89,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "flavor-1", title: "Classic Vanilla Championship", description: "Creamy, rich vanilla bean ice cream crafted from premium ingredients. A timeless favorite that scores with every scoop.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-cookies_23-2149681930.jpg", imageAlt: "Classic Vanilla Ice Cream" + id: "flavor-1", title: "Classic Vanilla Championship", description: "Creamy, rich vanilla bean ice cream crafted from premium ingredients. A timeless favorite that scores with every scoop.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-cookies_23-2149681930.jpg?_wi=2", imageAlt: "Classic Vanilla Ice Cream" }, { - id: "flavor-2", title: "Stadium Chocolate", description: "Deep, indulgent chocolate ice cream inspired by nostalgic sports moments. Smooth texture and bold flavor.", imageSrc: "http://img.b2bpic.net/free-photo/ice-crem-balls-decorated-with-mint-glass-vase-wooden-table_141793-2910.jpg", imageAlt: "Stadium Chocolate Ice Cream" + id: "flavor-2", title: "Stadium Chocolate", description: "Deep, indulgent chocolate ice cream inspired by nostalgic sports moments. Smooth texture and bold flavor.", imageSrc: "http://img.b2bpic.net/free-photo/ice-crem-balls-decorated-with-mint-glass-vase-wooden-table_141793-2910.jpg?_wi=2", imageAlt: "Stadium Chocolate Ice Cream" }, { - id: "flavor-3", title: "Victory Strawberry Swirl", description: "Fresh strawberry ice cream with creamy vanilla swirls. Light, refreshing, and perfect for family outings.", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg", imageAlt: "Strawberry Swirl Ice Cream" + id: "flavor-3", title: "Victory Strawberry Swirl", description: "Fresh strawberry ice cream with creamy vanilla swirls. Light, refreshing, and perfect for family outings.", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg?_wi=2", imageAlt: "Strawberry Swirl Ice Cream" }, { - id: "flavor-4", title: "Trophy Mint Chip", description: "Cool mint ice cream loaded with dark chocolate chips. A crowd-pleaser that combines fresh and indulgent.", imageSrc: "http://img.b2bpic.net/free-photo/serving-ice-cream-portion-bowls_23-2148141388.jpg", imageAlt: "Mint Chip Ice Cream" + id: "flavor-4", title: "Trophy Mint Chip", description: "Cool mint ice cream loaded with dark chocolate chips. A crowd-pleaser that combines fresh and indulgent.", imageSrc: "http://img.b2bpic.net/free-photo/serving-ice-cream-portion-bowls_23-2148141388.jpg?_wi=2", imageAlt: "Mint Chip Ice Cream" } ]} gridVariant="four-items-2x2-equal-grid" @@ -147,13 +147,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "location-1", name: "Downtown Champions", price: "123 Main Street", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg", imageAlt: "Downtown location" + id: "location-1", name: "Downtown Champions", price: "123 Main Street", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg?_wi=1", imageAlt: "Downtown location" }, { - id: "location-2", name: "Riverside Victory", price: "456 Park Avenue", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg", imageAlt: "Riverside location" + id: "location-2", name: "Riverside Victory", price: "456 Park Avenue", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg?_wi=2", imageAlt: "Riverside location" }, { - id: "location-3", name: "Northside Score", price: "789 Harbor Road", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg", imageAlt: "Northside location" + id: "location-3", name: "Northside Score", price: "789 Harbor Road", imageSrc: "http://img.b2bpic.net/free-vector/kinds-building-facades_23-2147540107.jpg?_wi=3", imageAlt: "Northside location" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1