From 6ee54a1d6713fd3bf641c6b59ce980a33900f9f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:41:43 +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 65fdb17..1d10184 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