Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 15:54:42 +00:00

View File

@@ -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", 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" } }
{ 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" } }
]}
showStepNumbers={true}
animationType="slide-up"