From fe8a8323cdf8a2b47fcb49600b0f52e62e229c31 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:57:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f826206..fa6c06b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Local Favorite" tagIcon={Flame} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg" imageAlt="Blazin Bites Food Truck" mediaAnimation="slide-up" imagePosition="right" @@ -60,13 +60,16 @@ export default function LandingPage() { testimonials={[ { name: "Marcus J.", handle: "Local Regular", testimonial: "Best street food I've had in years. The flavors are incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg" + }, { name: "Sarah L.", handle: "Food Enthusiast", testimonial: "Every meal is an experience. Blazin Bites nailed it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg" + }, { name: "James R.", handle: "Downtown Worker", testimonial: "Lunch hasn't been the same since finding this truck!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -98,11 +101,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "blazin-tacos", name: "Blazin Tacos", price: "$8", variant: "Seasoned Beef, 3 Styles", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg", imageAlt: "Blazin Tacos"}, + id: "blazin-tacos", name: "Blazin Tacos", price: "$8", variant: "Seasoned Beef, 3 Styles", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg", imageAlt: "Blazin Tacos" + }, { - id: "street-burger", name: "Street Burger", price: "$12", variant: "Loaded Toppings, Fresh Buns", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg", imageAlt: "Street Burger"}, + id: "street-burger", name: "Street Burger", price: "$12", variant: "Loaded Toppings, Fresh Buns", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg", imageAlt: "Street Burger" + }, { - id: "loaded-fries", name: "Loaded Fries", price: "$6", variant: "Crispy, Seasoned, Topped", imageSrc: "http://img.b2bpic.net/free-photo/green-bowl-crispy-dried-crusts-stone_114579-87979.jpg", imageAlt: "Loaded Fries"}, + id: "loaded-fries", name: "Loaded Fries", price: "$6", variant: "Crispy, Seasoned, Topped", imageSrc: "http://img.b2bpic.net/free-photo/green-bowl-crispy-dried-crusts-stone_114579-87979.jpg", imageAlt: "Loaded Fries" + }, ]} carouselMode="buttons" /> @@ -111,12 +117,13 @@ export default function LandingPage() {
@@ -157,7 +168,7 @@ export default function LandingPage() { description="Follow our location updates and get notifications on new menu items, special events, and exclusive food truck stops around the neighborhood." background={{ variant: "noise" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg" imageAlt="Blazin Bites Location" mediaAnimation="slide-up" mediaPosition="right"