From 388c1ba20207e2fa0c5105b94a3e5f99286359f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 02:27:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da8191..7af38eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/brandy-alexander-cocktail_123827-22064.jpg", imageAlt: "Signature dessert shake" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg", imageAlt: "Artisan ice cream cone" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg?_wi=1", imageAlt: "Artisan ice cream cone" } ]} mediaAnimation="blur-reveal" rating={5} @@ -65,7 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Handcrafted Ice Cream", description: "Unique flavors, generous scoops — our signature peanut butter bomb is a legendary favorite.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg", imageAlt: "Ice Cream" }, + title: "Handcrafted Ice Cream", description: "Unique flavors, generous scoops — our signature peanut butter bomb is a legendary favorite.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg?_wi=2", imageAlt: "Ice Cream" }, items: [ { icon: Coffee, text: "Locally Sourced" }, { icon: Heart, text: "Fresh Dairy" }, -- 2.49.1