From 09fb1b217164b19ab8afe9244dcf121efef1bca2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 15:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 332 +++++++---------------------------------------- 1 file changed, 44 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77987cb..0c804bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -140,57 +85,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Truffle Risotto", - description: "Creamy arborio rice with hand-harvested black truffles.", - icon: Star, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-taco-frame-with-copy-space_23-2148750468.jpg", - imageAlt: "gourmet truffle risotto plate", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4458.jpg", - imageAlt: "wagyu beef steak gourmet", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg?_wi=2", - imageAlt: "gourmet truffle risotto plate", - }, - { - title: "A5 Wagyu", - description: "Premium wagyu beef seared to perfection.", - icon: Award, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg", - imageAlt: "wagyu beef steak gourmet", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg", - imageAlt: "gourmet truffle risotto plate", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg", - imageAlt: "gourmet truffle risotto plate", - }, - { - title: "Artisanal Sea Bass", - description: "Fresh catch with a citrus emulsion glaze.", - icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", - imageAlt: "gourmet truffle risotto plate", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-orange-herbs_23-2151942418.jpg", - imageAlt: "wagyu beef steak gourmet", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-brunette-woman-with-bob-haircut-black-dress-posing-white-background-lifestyle-concept_197531-31420.jpg?_wi=1", - imageAlt: "gourmet truffle risotto plate", - }, + { title: "Truffle Risotto", description: "Creamy arborio rice with hand-harvested black truffles.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-taco-frame-with-copy-space_23-2148750468.jpg", imageAlt: "gourmet truffle risotto plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4458.jpg", imageAlt: "wagyu beef steak gourmet" }] }, + { title: "A5 Wagyu", description: "Premium wagyu beef seared to perfection.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg", imageAlt: "wagyu beef steak gourmet" }, { imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg", imageAlt: "gourmet truffle risotto plate" }] }, + { title: "Artisanal Sea Bass", description: "Fresh catch with a citrus emulsion glaze.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", imageAlt: "gourmet truffle risotto plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-orange-herbs_23-2151942418.jpg", imageAlt: "wagyu beef steak gourmet" }] } ]} title="Signature Dishes" description="Exquisite culinary creations curated for the refined palate." @@ -199,64 +96,17 @@ export default function LandingPage() {
-- 2.49.1