From 67eb5c5ba1894ca3d7bbc38f96a3f00ebf1c8469 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:43:25 +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 ba10a60..db84a67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { buttons={[{ text: "View Menu", href: "#products" }]} mediaItems={[ { imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=800", imageAlt: "Smoked Brisket" }, - { imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800", imageAlt: "BBQ Ribs" }, + { imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=1", imageAlt: "BBQ Ribs" }, { imageSrc: "https://images.unsplash.com/photo-1603048297172-c92544798d5e?q=80&w=800", imageAlt: "Food truck atmosphere" }, ]} /> @@ -139,7 +139,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }, ]} - imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=2" /> -- 2.49.1