From 13710c3e5f9f9bee1991ae28ee5ed7a32135ea33 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:42:33 +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 9acc9e4..e8264d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,11 +96,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Flame-Grilled Perfection", description: "High-temperature open flame cooking creates the perfect crust and seals in juices. No griddle. No shortcuts. Just authentic grilled flavor.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg", imageAlt: "Flame-grilled burger cooking" + title: "Flame-Grilled Perfection", description: "High-temperature open flame cooking creates the perfect crust and seals in juices. No griddle. No shortcuts. Just authentic grilled flavor.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg?_wi=1", imageAlt: "Flame-grilled burger cooking" }, { id: 2, - title: "Fresh Daily Prep", description: "Every ingredient arrives fresh. Every burger is made to order. We believe in quality over speed, taste over convenience.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg", imageAlt: "Fresh burger preparation" + title: "Fresh Daily Prep", description: "Every ingredient arrives fresh. Every burger is made to order. We believe in quality over speed, taste over convenience.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg?_wi=2", imageAlt: "Fresh burger preparation" } ]} animationType="slide-up" -- 2.49.1