From 1fa079edf1611121b81ad53617ea5157cec2aad9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:23:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cede1e..7f48de4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Chat with Anderson", href: "#chat" }, ]} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=1" imageAlt="Fresh Anderson Açaí Bowl" frameStyle="card" mediaAnimation="slide-up" @@ -62,9 +62,9 @@ export default function LandingPage() { description="Find Anderson's location and route for today. Interactive map with real-time updates and direct messaging." features={[ { - id: "current-location", title: "Current Location", description: "Anderson is currently selling at this spot. Click to view the exact address and directions.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg", imageAlt: "Current Location Map"}, + id: "current-location", title: "Current Location", description: "Anderson is currently selling at this spot. Click to view the exact address and directions.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=1", imageAlt: "Current Location Map"}, { - id: "route-today", title: "Route Today", description: "See all the stops Anderson will pass by today. Plan your visit in advance and catch him at your favorite spot.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg", imageAlt: "Route Map"}, + id: "route-today", title: "Route Today", description: "See all the stops Anderson will pass by today. Plan your visit in advance and catch him at your favorite spot.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=2", imageAlt: "Route Map"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -82,7 +82,7 @@ export default function LandingPage() { tag="Interactive Builder" products={[ { - id: "acai-base", name: "Açaí Base", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg", imageAlt: "Açaí Base"}, + id: "acai-base", name: "Açaí Base", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=2", imageAlt: "Açaí Base"}, { id: "strawberry-topping", name: "Strawberry", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberries-bowl_661915-247.jpg", imageAlt: "Fresh Strawberry"}, { @@ -92,7 +92,7 @@ export default function LandingPage() { { id: "honey-topping", name: "Honey Drizzle", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/spoon-full-honey_23-2148132519.jpg", imageAlt: "Golden Honey"}, { - id: "powder-milk", name: "Powder Milk", price: "+$0.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg", imageAlt: "Powder Milk"}, + id: "powder-milk", name: "Powder Milk", price: "+$0.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=3", imageAlt: "Powder Milk"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1