From 4f6d2a2c8530f4a83757f9b261e1591cbc612c35 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 20:30:05 +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 f3bb0bd..b3d8dbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { id: "chocolate-banana", name: "Frozen Banana", price: "$4.99", variant: "Chocolate Dipped + Sprinkles", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-banana-chocolate-arrangement_23-2149550444.jpg", imageAlt: "Chocolate covered frozen banana with sprinkles" }, { - id: "crepes", name: "Crepes (Made-to-Order)", price: "$7.99", variant: "Custom Toppings & Fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg", imageAlt: "Fresh handmade crepes with toppings" + id: "crepes", name: "Crepes (Made-to-Order)", price: "$7.99", variant: "Custom Toppings & Fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg?_wi=1", imageAlt: "Fresh handmade crepes with toppings" }, { id: "bionico", name: "Bionico Bowl", price: "$6.99", variant: "Fruit, Granola & Cream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg", imageAlt: "Bionico fruit bowl with toppings" @@ -113,7 +113,7 @@ export default function LandingPage() { title="Made Fresh. Sometimes That Means a Short Wait." description="Many of our snacks are custom-built—so if it takes a few extra minutes, it's because yours is being made right now. Want it faster? Order ahead and we'll start when you're on the way." tag="Our Process" - imageSrc="http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg?_wi=2" imageAlt="Fresh handmade crepes being prepared" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1