diff --git a/src/app/page.tsx b/src/app/page.tsx index 11d99a5..4b2a612 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -190,32 +126,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "flame-grilling", - title: "Authentic Flame Grilling", - descriptions: [ - "Our signature process delivers a unique, smoky flavor in every bite. Real fire, real taste.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/blurry-image-coal-burning-barbecue_23-2147841291.jpg", - imageAlt: "Close-up of burger on grill with flames", - }, + id: "flame-grilling", title: "Authentic Flame Grilling", descriptions: [ + "Our signature process delivers a unique, smoky flavor in every bite. Real fire, real taste."], + imageSrc: "http://img.b2bpic.net/free-photo/blurry-image-coal-burning-barbecue_23-2147841291.jpg", imageAlt: "Close-up of burger on grill with flames"}, { - id: "fresh-veggies", - title: "Garden Fresh Ingredients", - descriptions: [ - "Crisp lettuce, ripe tomatoes, and fresh onions — hand-picked for peak freshness and flavor.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space_23-2148784466.jpg", - imageAlt: "Fresh vegetables for burgers", - }, + id: "fresh-veggies", title: "Garden Fresh Ingredients", descriptions: [ + "Crisp lettuce, ripe tomatoes, and fresh onions — hand-picked for peak freshness and flavor."], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space_23-2148784466.jpg", imageAlt: "Fresh vegetables for burgers"}, { - id: "signature-recipes", - title: "Crafted Signature Recipes", - descriptions: [ - "Time-tested recipes and secret sauces elevate every meal to an unforgettable culinary experience.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/piece-raw-meat-black-stone-pad-near-black-volcanic-salt-rosemary-herb-spices_346278-699.jpg", - imageAlt: "Juicy burger patty with grill marks", - }, + id: "signature-recipes", title: "Crafted Signature Recipes", descriptions: [ + "Time-tested recipes and secret sauces elevate every meal to an unforgettable culinary experience."], + imageSrc: "http://img.b2bpic.net/free-photo/piece-raw-meat-black-stone-pad-near-black-volcanic-salt-rosemary-herb-spices_346278-699.jpg", imageAlt: "Juicy burger patty with grill marks"}, ]} title="Unleash the Flavor. Experience Every Detail." description="From crisp lettuce to juicy tomatoes, every ingredient is carefully selected to deliver an unforgettable taste. See the magic unfold." @@ -226,59 +147,25 @@ export default function LandingPage() {