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"