From 511ca26cf4a31e5619a3eb34f0fe77f85d2f728e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:54:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 286 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1efb494..11d03ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,83 +30,35 @@ export default function LandingPage() {
@@ -117,45 +69,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "m1", - name: "Margherita Classica", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", - }, - { - id: "m2", - name: "Bruschetta al Pomodoro", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-shrimps-plate-with-tomatoes-speia_141793-12973.jpg", - }, - { - id: "m3", - name: "Tagliatelle al Tartufo", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-chicken-pieces-fresh-vegetables-dark-desk_140725-14566.jpg", - }, - { - id: "m4", - name: "Negroni Lakeside", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg", - }, - { - id: "m5", - name: "Tiramisu al Caffè", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-tiramisu-biscuits_23-2147772020.jpg", - }, - { - id: "m6", - name: "Focaccia al Rosmarino", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-assortment_23-2148921298.jpg", - }, + { id: "p1", name: "Classic Margherita", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg" }, + { id: "p2", name: "Lake Panorama Special", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-assortment_23-2148921298.jpg" }, + { id: "p3", name: "Garlic Knots", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg" } ]} - title="The Trattoria Menu" - description="Hand-crafted pizzas, classic starters, and lakeside specialties." + title="Our Hand-Crafted Menu" + description="From wood-fired pizzas to fresh sides, discover your new favorite meal." /> @@ -163,92 +82,12 @@ export default function LandingPage() { - - - @@ -256,47 +95,21 @@ export default function LandingPage() {
@@ -304,40 +117,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1