From 7ff427ae112730ea108cde2f83c344727e770f70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 01:32:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36aea24..d5ee582 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,45 +47,28 @@ export default function LandingPage() {
@@ -116,59 +91,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Popular", - name: "Truffle Mushroom Udon", - price: "$22", - rating: 5, - reviewCount: "81", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg", - }, + id: "p1", brand: "Popular", name: "Truffle Mushroom Udon", price: "$22", rating: 5, + reviewCount: "81", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg"}, { - id: "p2", - brand: "Popular", - name: "Salmon Zuke", - price: "$25", - rating: 5, - reviewCount: "28", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-poke-with-salmon-cucumber-rice-sesame-seeds_9975-124446.jpg", - }, + id: "p2", brand: "Popular", name: "Salmon Zuke", price: "$25", rating: 5, + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bowl-poke-with-salmon-cucumber-rice-sesame-seeds_9975-124446.jpg"}, { - id: "p3", - brand: "Popular", - name: "Mentaiko Scallop Udon", - price: "$28", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9278.jpg", - }, + id: "p3", brand: "Popular", name: "Mentaiko Scallop Udon", price: "$28", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9278.jpg"}, { - id: "p4", - brand: "Appetizer", - name: "Popcorn Prawn Fry", - price: "$15", - rating: 4, - reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn_74190-5373.jpg", - }, + id: "p4", brand: "Appetizer", name: "Popcorn Prawn Fry", price: "$15", rating: 4, + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn_74190-5373.jpg"}, { - id: "p5", - brand: "Main", - name: "Wagyu Beef Bowl", - price: "$30", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-rice-with-meat_23-2148694332.jpg", - }, + id: "p5", brand: "Main", name: "Wagyu Beef Bowl", price: "$30", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-rice-with-meat_23-2148694332.jpg"}, { - id: "p6", - brand: "Sushi", - name: "Sushi Sampler", - price: "$24", - rating: 4, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-sushi-rolls_23-2148505602.jpg", - }, + id: "p6", brand: "Sushi", name: "Sushi Sampler", price: "$24", rating: 4, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-sushi-rolls_23-2148505602.jpg"}, ]} title="Our Signature Menu" description="Discover our popular dishes crafted with passion." @@ -179,42 +118,18 @@ export default function LandingPage() { @@ -306,18 +190,13 @@ export default function LandingPage() { @@ -328,45 +207,29 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}