From 2f2fd903951c005fc63e001cbede8f20bcb12503 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:25:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10bd622..f9c9d2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,13 +82,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Burgers & Sandwiches", description: "Signature burgers made fresh daily, complemented by classic sandwiches and hand-cut fries.", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-bread-bun-cut-into-two-pieces_114579-3302.jpg", imageAlt: "Gourmet burgers and sandwiches"}, + id: 1, title: "Burgers & Sandwiches", description: "Signature burgers made fresh daily, complemented by classic sandwiches and hand-cut fries.", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-bread-bun-cut-into-two-pieces_114579-3302.jpg", imageAlt: "Gourmet burgers and sandwiches"}, { - id: "2", title: "Steaks & Grill Items", description: "Premium cuts grilled to perfection, served with your choice of sides and fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", imageAlt: "Perfectly grilled steaks"}, + id: 2, title: "Steaks & Grill Items", description: "Premium cuts grilled to perfection, served with your choice of sides and fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", imageAlt: "Perfectly grilled steaks"}, { - id: "3", title: "Soups, Salads & Sides", description: "Hearty soups, fresh salads, and satisfying sides to complement any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salads and sides"}, + id: 3, title: "Soups, Salads & Sides", description: "Hearty soups, fresh salads, and satisfying sides to complement any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salads and sides"}, { - id: "4", title: "Craft Beer Selection", description: "14 beers on tap plus microbrews and imports. Find your favorite or ask our staff for recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg", imageAlt: "Selection of craft beers on tap"}, + id: 4, title: "Craft Beer Selection", description: "14 beers on tap plus microbrews and imports. Find your favorite or ask our staff for recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg", imageAlt: "Selection of craft beers on tap"}, ]} />