From 649e1e451bbfe57129cb4bb1d3ff4703b96ce80e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:29:11 +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 2fddb4d..e27b1e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Never-Frozen Wings", description: "Hand-tossed in house-made sauces daily. Buffalo, BBQ, lemon pepper, and seasonal specials. The foundation of our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Golden crispy wings with sauce" + title: "Never-Frozen Wings", description: "Hand-tossed in house-made sauces daily. Buffalo, BBQ, lemon pepper, and seasonal specials. The foundation of our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg?_wi=1", imageAlt: "Golden crispy wings with sauce" }, { id: 2, - title: "Stacked Burgers", description: "Custom-ground beef blended fresh daily. Double patties, triple stacks, and gourmet toppings that elevate every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Premium stacked burger with toppings" + title: "Stacked Burgers", description: "Custom-ground beef blended fresh daily. Double patties, triple stacks, and gourmet toppings that elevate every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg?_wi=2", imageAlt: "Premium stacked burger with toppings" }, { id: 3, -- 2.49.1