From 48fa568382e5194412712a6544328751437319c3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 00:21:03 +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 0cbb885..1c41b29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-colorful-sliced-whole-such-as-onions-sliced-green-bell-peppers-yellow-red-tomatoes-brown-desk-dark_140725-13426.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-colorful-sliced-whole-such-as-onions-sliced-green-bell-peppers-yellow-red-tomatoes-brown-desk-dark_140725-13426.jpg?_wi=1" imageAlt="Golden crispy fried chicken bowl with fresh ingredients" mediaAnimation="opacity" frameStyle="card" @@ -74,7 +74,7 @@ export default function LandingPage() { id: "mojo-fries", name: "Mojo Fries with Cheese", price: "$8.99", variant: "Loaded", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-potato-wedges_2829-11214.jpg", imageAlt: "Crispy fries loaded with melted cheese" }, { - id: "seasonal", name: "Seasonal Specials", price: "$9.99–$15.99", variant: "Rotating", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-colorful-sliced-whole-such-as-onions-sliced-green-bell-peppers-yellow-red-tomatoes-brown-desk-dark_140725-13426.jpg", imageAlt: "Seasonal specialty items and limited offerings" + id: "seasonal", name: "Seasonal Specials", price: "$9.99–$15.99", variant: "Rotating", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-colorful-sliced-whole-such-as-onions-sliced-green-bell-peppers-yellow-red-tomatoes-brown-desk-dark_140725-13426.jpg?_wi=2", imageAlt: "Seasonal specialty items and limited offerings" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1