From 4a6ceffb1f7f917048a4b2984facec68b4cd7419 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:56:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f99370..ecf630a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,9 +98,9 @@ export default function LandingPage() { title="We Actually Feed You Right" description="Big Jimmy's isn't a bar with sad nachos. We're a full kitchen with portions that mean business and flavors that back it up." features={[ - { id: 1, title: "The Daddy Burger", description: "Thick, serious, no gimmicks. Our signature burger means business.", phoneOne: { imageSrc: "https://pixabay.com/get/gc5c94be2154cd711d1acbf21ce4d1c10f0c93a773614d90356cce2a99bb071d7302427164372bf438ed2ceda234e3d32005660d8ed467616a1355181b1b80314_1280.jpg?_wi=1", imageAlt: "The Daddy Burger" }, phoneTwo: { imageSrc: "https://pixabay.com/get/gc5c94be2154cd711d1acbf21ce4d1c10f0c93a773614d90356cce2a99bb071d7302427164372bf438ed2ceda234e3d32005660d8ed467616a1355181b1b80314_1280.jpg?_wi=2", imageAlt: "The Daddy Burger" } }, - { id: 2, title: "Wings That Make You Forget Napkins", description: "So good you won't even realize you need a napkin. Seriously, they're that good.", phoneOne: { imageSrc: "https://pixabay.com/get/g0152cb02b93e401b018e68ba4e4a1b7f41766811abf299c7ccb510dfbcfaa5433d2b42d034aa4a3995ce1bf3a608871ae08a3cb2047927e780b5b30547ef0b7b_1280.jpg?_wi=1", imageAlt: "Plate of chicken wings" }, phoneTwo: { imageSrc: "https://pixabay.com/get/g0152cb02b93e401b018e68ba4e4a1b7f41766811abf299c7ccb510dfbcfaa5433d2b42d034aa4a3995ce1bf3a608871ae08a3cb2047927e780b5b30547ef0b7b_1280.jpg?_wi=2", imageAlt: "Plate of chicken wings" } }, - { id: 3, title: "Onion Rings Worth Fighting Over", description: "Crispy, golden, and perfectly seasoned. You'll want your own order.", phoneOne: { imageSrc: "https://pixabay.com/get/g5b6b06218f611374be311f26817efd5c5fbd851f2409a34a8332e8ba93c3cb0ef5920df2bf208c5dab55d3d984007375a420e833c7d288da696ef234d0123552_1280.jpg?_wi=1", imageAlt: "Stack of onion rings" }, phoneTwo: { imageSrc: "https://pixabay.com/get/g5b6b06218f611374be311f26817efd5c5fbd851f2409a34a8332e8ba93c3cb0ef5920df2bf208c5dab55d3d984007375a420e833c7d288da696ef234d0123552_1280.jpg?_wi=2", imageAlt: "Stack of onion rings" } } + { id: 1, title: "The Daddy Burger", description: "Thick, serious, no gimmicks. Our signature burger means business.", phoneOne: { imageSrc: "https://pixabay.com/get/gc5c94be2154cd711d1acbf21ce4d1c10f0c93a773614d90356cce2a99bb071d7302427164372bf438ed2ceda234e3d32005660d8ed467616a1355181b1b80314_1280.jpg", imageAlt: "The Daddy Burger" }, phoneTwo: { imageSrc: "https://pixabay.com/get/gc5c94be2154cd711d1acbf21ce4d1c10f0c93a773614d90356cce2a99bb071d7302427164372bf438ed2ceda234e3d32005660d8ed467616a1355181b1b80314_1280.jpg", imageAlt: "The Daddy Burger" } }, + { id: 2, title: "Wings That Make You Forget Napkins", description: "So good you won't even realize you need a napkin. Seriously, they're that good.", phoneOne: { imageSrc: "https://pixabay.com/get/g0152cb02b93e401b018e68ba4e4a1b7f41766811abf299c7ccb510dfbcfaa5433d2b42d034aa4a3995ce1bf3a608871ae08a3cb2047927e780b5b30547ef0b7b_1280.jpg", imageAlt: "Plate of chicken wings" }, phoneTwo: { imageSrc: "https://pixabay.com/get/g0152cb02b93e401b018e68ba4e4a1b7f41766811abf299c7ccb510dfbcfaa5433d2b42d034aa4a3995ce1bf3a608871ae08a3cb2047927e780b5b30547ef0b7b_1280.jpg", imageAlt: "Plate of chicken wings" } }, + { id: 3, title: "Onion Rings Worth Fighting Over", description: "Crispy, golden, and perfectly seasoned. You'll want your own order.", phoneOne: { imageSrc: "https://pixabay.com/get/g5b6b06218f611374be311f26817efd5c5fbd851f2409a34a8332e8ba93c3cb0ef5920df2bf208c5dab55d3d984007375a420e833c7d288da696ef234d0123552_1280.jpg", imageAlt: "Stack of onion rings" }, phoneTwo: { imageSrc: "https://pixabay.com/get/g5b6b06218f611374be311f26817efd5c5fbd851f2409a34a8332e8ba93c3cb0ef5920df2bf208c5dab55d3d984007375a420e833c7d288da696ef234d0123552_1280.jpg", imageAlt: "Stack of onion rings" } } ]} showStepNumbers={true} animationType="slide-up" -- 2.49.1