From 53441952f98869518f8519925cb320780005e992 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:27:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 ++++++----------------------------------------- 1 file changed, 39 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca05e6b..a9057d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -159,211 +87,54 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Seafood Platter", - price: "$45", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-bananas-strawberries-mandarins-oranges-pears_141793-755.jpg", - }, - { - id: "p2", - name: "Garden Salad", - price: "$18", - variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-vegetable-salad_1203-9262.jpg", - }, - { - id: "p3", - name: "Roasted Chicken", - price: "$32", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-with-potato-greens-spices-sauces-side-view_141793-3739.jpg", - }, - { - id: "p4", - name: "Artisan Steak", - price: "$58", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg", - }, - { - id: "p5", - name: "Creamy Pasta", - price: "$28", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-pasta-meal-blue-plate-served-with-tomato-meat-dinner-tan-color-towel-its-ingredients_140725-143859.jpg", - }, - { - id: "p6", - name: "Dark Chocolate Tart", - price: "$15", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/brownie-plate-table_140725-2351.jpg", - }, - ]} - title="Our Signature Dishes" - description="Discover the culinary artistry crafted by our award-winning chef team." + products={[]} + title="Signature Breakfasts & Dishes" + description="Join us for our popular breakfast specials, prepared daily with care." />
); -} +} \ No newline at end of file -- 2.49.1