From 4c4647ab064564b8218d93195658adbe9fa586cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 05:24:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++------------------------------------- 1 file changed, 21 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86afcf5..c1d465b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,19 +42,14 @@ export default function LandingPage() {
@@ -82,23 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "d1", - name: "Passion Fruit Juice", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-skewers_1153-1553.jpg", - }, + id: "d1", name: "Passion Fruit Juice", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-skewers_1153-1553.jpg"}, { - id: "d2", - name: "Cloudy Matcha + Coconut", - price: "$9", - imageSrc: "http://img.b2bpic.net/free-photo/glass-matcha-green-tea-with-latte-art-top_140725-6942.jpg", - }, + id: "d2", name: "Cloudy Matcha + Coconut", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/glass-matcha-green-tea-with-latte-art-top_140725-6942.jpg"}, { - id: "d3", - name: "Fresh Mojito", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/drink-with-ice-peppermint_1203-474.jpg", - }, + id: "d3", name: "Fresh Mojito", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/drink-with-ice-peppermint_1203-474.jpg"}, ]} title="Signature Drinks" description="Handcrafted perfection in every glass." @@ -107,37 +84,18 @@ export default function LandingPage() {
@@ -164,25 +119,17 @@ export default function LandingPage() {