From db7015dd9af8e0455c2130786f7e64edc3b97557 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 16:57:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9387398..3019e64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -104,40 +65,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Cuts", - description: "Only the finest, hand-selected dry-aged beef.", - media: { - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-bar-hand-drawn-icon-web-print-mobile_1057-11220.jpg", - imageAlt: "Premium Cuts", - }, + title: "Premium Cuts", description: "Only the finest, hand-selected dry-aged beef.", media: { imageSrc: "http://img.b2bpic.net/free-vector/restaurant-bar-hand-drawn-icon-web-print-mobile_1057-11220.jpg", imageAlt: "Premium Cuts" }, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-table_23-2150857796.jpg?_wi=2", - imageAlt: "luxury steak icon gold", + reverse: false }, { - title: "Exceptional Service", - description: "Attentive, personalized hospitality.", - media: { - imageSrc: "http://img.b2bpic.net/free-vector/four-golden-stars_1017-7698.jpg", - imageAlt: "Service", - }, + title: "Exceptional Service", description: "Attentive, personalized hospitality.", media: { imageSrc: "http://img.b2bpic.net/free-vector/four-golden-stars_1017-7698.jpg", imageAlt: "Service" }, items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-vector/dark-bbq-vintage-logo-set-different-sizes-titles_1284-33744.jpg", - imageAlt: "luxury steak icon gold", + reverse: true }, { - title: "Elegant Ambiance", - description: "A sophisticated setting for memories.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg?_wi=1", - imageAlt: "Ambiance", - }, + title: "Elegant Ambiance", description: "A sophisticated setting for memories.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg", imageAlt: "Ambiance" }, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg?_wi=1", - imageAlt: "luxury steak icon gold", + reverse: false }, ]} title="Unrivaled Craftsmanship" @@ -147,46 +87,17 @@ export default function LandingPage() {
@@ -285,49 +150,9 @@ export default function LandingPage() { @@ -335,4 +160,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file