From abf44048aa0fe2cea243cc55ec1e44e33e86da0d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:13:12 +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 a5afb4b..bdd163c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,10 +201,10 @@ export default function LandingPage() { id: "windermere", title: "Windermere Food Truck Night", description: "Join us every Friday night for fresh burgers and loaded fries.", tag: "Every Friday", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&h=400&fit=crop", imageAlt: "Food truck at Windermere event" }, { - id: "tasty", title: "Tasty Takeover Event", description: "Premium street food festival featuring The Hook and other gourmet trucks.", tag: "Monthly Event", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1b?w=500&h=400&fit=crop", imageAlt: "Event location map" + id: "tasty", title: "Tasty Takeover Event", description: "Premium street food festival featuring The Hook and other gourmet trucks.", tag: "Monthly Event", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1b?w=500&h=400&fit=crop&_wi=1", imageAlt: "Event location map" }, { - id: "cranes", title: "Cranes Roost Festival", description: "Celebration of local food trucks and community. Catch The Hook there.", tag: "Seasonal", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1b?w=500&h=400&fit=crop", imageAlt: "Festival gathering" + id: "cranes", title: "Cranes Roost Festival", description: "Celebration of local food trucks and community. Catch The Hook there.", tag: "Seasonal", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1b?w=500&h=400&fit=crop&_wi=2", imageAlt: "Festival gathering" } ]} ariaLabel="Find The Hook locations and events" -- 2.49.1