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" },