From 5391339527b7e12747e0b1e9b71130faa8c9e54c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:13:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 +++++++++++++---------------------------------- 1 file changed, 34 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2436b6..52f09b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,68 +29,43 @@ export default function LandingPage() {
@@ -103,19 +78,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "ns1", - name: "Nova Sando", - price: "Rs 995", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg", - }, + id: "ns1", name: "Nova Sando", price: "Rs 995", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg"}, { - id: "nb1", - name: "Nova Burger", - price: "Rs 845", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291682.jpg", - }, + id: "nb1", name: "Nova Burger", price: "Rs 845", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291682.jpg"}, ]} title="Our Chicks" description="Flavor that travels light-years." @@ -124,33 +89,22 @@ export default function LandingPage() {
@@ -194,29 +143,19 @@ export default function LandingPage() {