From 7cd715a2c70eb27b8d7490e46b051c7375976e7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b4d72d..9fb0ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,87 +31,34 @@ export default function LandingPage() {
@@ -134,24 +81,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Generic menus", - "Limited options", - "Wait times", - "Lack of transparency", - "Impersonal service", - ], - }} - positiveCard={{ - items: [ - "Chef-Direct ordering", - "Customized ingredients", - "Immediate reservation", - "Real-time culinary updates", - "Exclusive chef access", - ], - }} + negativeCard={{ items: ["Generic menus", "Limited options", "Wait times", "Lack of transparency", "Impersonal service"] }} + positiveCard={{ items: ["Chef-Direct ordering", "Customized ingredients", "Immediate reservation", "Real-time culinary updates", "Exclusive chef access"] }} title="Why Choose YouCallIt" description="Elevating your dining experience through technology and taste." /> @@ -164,42 +95,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Pan-Seared Wagyu", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/served-delicious-tuna-dish-with-lemon-slice-sauce_8353-10585.jpg", - }, - { - id: "p2", - name: "Mediterranean Sea Bass", - price: "$75", - imageSrc: "http://img.b2bpic.net/free-photo/sashimi-salad_74190-7579.jpg", - }, - { - id: "p3", - name: "Artisanal Chocolate Sphere", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcake-red-plate_23-2148815862.jpg", - }, - { - id: "p4", - name: "Truffle Velouté", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-table_140725-863.jpg", - }, - { - id: "p5", - name: "Saffron Linguine", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-italian-pasta_23-2148189927.jpg", - }, - { - id: "p6", - name: "Forest Berry Amuse-bouche", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2148510853.jpg", - }, + { id: "p1", name: "Pan-Seared Wagyu", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/served-delicious-tuna-dish-with-lemon-slice-sauce_8353-10585.jpg" }, + { id: "p2", name: "Mediterranean Sea Bass", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/sashimi-salad_74190-7579.jpg" }, + { id: "p3", name: "Artisanal Chocolate Sphere", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcake-red-plate_23-2148815862.jpg" }, + { id: "p4", name: "Truffle Velouté", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-table_140725-863.jpg" }, + { id: "p5", name: "Saffron Linguine", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-italian-pasta_23-2148189927.jpg" }, + { id: "p6", name: "Forest Berry Amuse-bouche", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2148510853.jpg" } ]} title="Chef's Signature Menu" description="Experience hand-picked flavors created for the most discerning palates." @@ -210,42 +111,13 @@ export default function LandingPage() { -- 2.49.1