From fd8f08829b49b68c5a856445b32ceb9d15de21e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:58:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecf630a..6c8a5de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ 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", imageAlt: "The Daddy Burger" }, phoneTwo: { imageSrc: "https://pixabay.com/get/gc5c94be2154cd711d1acbf21ce4d1c10f0c93a773614d90356cce2a99bb071d7302427164372bf438ed2ceda234e3d32005660d8ed467616a1355181b1b80314_1280.jpg", imageAlt: "The Daddy Burger" } }, + { 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" } } ]} -- 2.49.1