From 6f02ebfbd5415e6e64eb9291464ffc97175acdb2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c5f618..5c42520 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "View Our Menu & Hours", href: "#contact" }, { text: "Find Us", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/strawberry-granita-dessert-with-lime_23-2149421674.jpg" + imageSrc="http://img.b2bpic.net/free-photo/strawberry-granita-dessert-with-lime_23-2149421674.jpg?_wi=1" imageAlt="Colorful handcrafted snowballs with vibrant syrups" showDimOverlay={true} /> @@ -74,7 +74,7 @@ export default function LandingPage() { title: "Family Friendly", description: "The perfect treat for kids, families, and friends of all ages", icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/open-sign-hanging-still-life_23-2149169036.jpg" + imageSrc="http://img.b2bpic.net/free-photo/open-sign-hanging-still-life_23-2149169036.jpg?_wi=1" imageAlt="Snow Day Snowballs shop interior with welcoming counter" mediaAnimation="slide-up" imagePosition="right" @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "1", name: "Cherry Classic", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pomegranate-arils-with-sliced-onion_114579-86056.jpg", imageAlt: "Bright red cherry snowball with syrup" + id: "1", name: "Cherry Classic", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pomegranate-arils-with-sliced-onion_114579-86056.jpg?_wi=1", imageAlt: "Bright red cherry snowball with syrup" }, { id: "2", name: "Strawberry Bliss", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/frozen-strawberries_23-2148176352.jpg", imageAlt: "Soft pink strawberry flavored snowball" @@ -100,7 +100,7 @@ export default function LandingPage() { id: "3", name: "Blueberry Dream", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-plates-ice-cream_23-2148430573.jpg", imageAlt: "Vibrant blue blueberry frozen treat" }, { - id: "4", name: "Lime Chill", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sugary-jelly-candies-white-plates-high-quality-photo_114579-26666.jpg", imageAlt: "Neon lime green tropical snowball" + id: "4", name: "Lime Chill", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sugary-jelly-candies-white-plates-high-quality-photo_114579-26666.jpg?_wi=1", imageAlt: "Neon lime green tropical snowball" } ]} /> @@ -115,19 +115,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Every Day", description: "Our snowballs are made fresh daily using quality syrups and premium toppings for the best taste", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-granita-dessert-with-lime_23-2149421674.jpg" + title: "Fresh Every Day", description: "Our snowballs are made fresh daily using quality syrups and premium toppings for the best taste", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-granita-dessert-with-lime_23-2149421674.jpg?_wi=2" }, { id: 2, - title: "Local Love", description: "Family-owned and operated right here in Baton Rouge, supporting our community every single day", imageSrc: "http://img.b2bpic.net/free-photo/open-sign-hanging-still-life_23-2149169036.jpg" + title: "Local Love", description: "Family-owned and operated right here in Baton Rouge, supporting our community every single day", imageSrc: "http://img.b2bpic.net/free-photo/open-sign-hanging-still-life_23-2149169036.jpg?_wi=2" }, { id: 3, - title: "Flavor Innovation", description: "Rotating seasonal flavors and creative combinations that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pomegranate-arils-with-sliced-onion_114579-86056.jpg" + title: "Flavor Innovation", description: "Rotating seasonal flavors and creative combinations that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pomegranate-arils-with-sliced-onion_114579-86056.jpg?_wi=2" }, { id: 4, - title: "Perfect Year-Round", description: "Cool refreshment on hot summer days and a fun treat for special occasions any time", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sugary-jelly-candies-white-plates-high-quality-photo_114579-26666.jpg" + title: "Perfect Year-Round", description: "Cool refreshment on hot summer days and a fun treat for special occasions any time", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sugary-jelly-candies-white-plates-high-quality-photo_114579-26666.jpg?_wi=2" } ]} /> -- 2.49.1