From 85a342c2858293140e371d344ef6dc5226261a96 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:13:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38113e6..0f504fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -150,60 +79,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Margherita", - brand: "Pizza", - price: "MAD 85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3286.jpg", - rating: 5, - reviewCount: "120", - }, - { - id: "2", - name: "Pepperoni", - brand: "Pizza", - price: "MAD 95", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", - rating: 5, - reviewCount: "98", - }, - { - id: "3", - name: "Quattro Formaggi", - brand: "Pizza", - price: "MAD 105", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg", - rating: 5, - reviewCount: "150", - }, - { - id: "4", - name: "Prosciutto & Rucola", - brand: "Pizza", - price: "MAD 110", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg", - rating: 5, - reviewCount: "85", - }, - { - id: "5", - name: "Linguine Pesto", - brand: "Pasta", - price: "MAD 95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-tomato-sauce-cheese_141793-2448.jpg", - rating: 4, - reviewCount: "60", - }, - { - id: "6", - name: "Tiramisu", - brand: "Dessert", - price: "MAD 55", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", - rating: 5, - reviewCount: "200", - }, + { id: "1", name: "Margherita", brand: "Pizza", price: "MAD 85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3286.jpg", rating: 5, reviewCount: "120" }, + { id: "2", name: "Pepperoni", brand: "Pizza", price: "MAD 95", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", rating: 5, reviewCount: "98" }, + { id: "3", name: "Quattro Formaggi", brand: "Pizza", price: "MAD 105", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg", rating: 5, reviewCount: "150" }, + { id: "4", name: "Prosciutto & Rucola", brand: "Pizza", price: "MAD 110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg", rating: 5, reviewCount: "85" }, + { id: "5", name: "Linguine Pesto", brand: "Pasta", price: "MAD 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-tomato-sauce-cheese_141793-2448.jpg", rating: 4, reviewCount: "60" }, + { id: "6", name: "Tiramisu", brand: "Dessert", price: "MAD 55", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", rating: 5, reviewCount: "200" }, ]} title="Our Menu" description="Carefully crafted dishes with the finest Italian ingredients." @@ -212,44 +93,15 @@ export default function LandingPage() {