From 4f8a228a1c7adf352a3cae098197f19e03aae54b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:20:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51cbe77..060e643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,131 +32,79 @@ export default function LandingPage() {
@@ -182,41 +130,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Signature Karak Tea", - price: "AED 8", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-66035.jpg", - }, + id: "p1", name: "Signature Karak Tea", price: "AED 8", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-66035.jpg"}, { - id: "p2", - name: "Chocolate Explosion Milkshake", - price: "AED 18", - imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg", - }, + id: "p2", name: "Chocolate Explosion Milkshake", price: "AED 18", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg"}, { - id: "p3", - name: "Crispy Chicken Wrap", - price: "AED 15", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cakes-light-wooden-table_176474-2535.jpg", - }, + id: "p3", name: "Crispy Chicken Wrap", price: "AED 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cakes-light-wooden-table_176474-2535.jpg"}, { - id: "p4", - name: "Fresh Passion Fruit Cooler", - price: "AED 14", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-arrangement-smoothies_23-2148226133.jpg", - }, + id: "p4", name: "Fresh Passion Fruit Cooler", price: "AED 14", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-arrangement-smoothies_23-2148226133.jpg"}, { - id: "p5", - name: "Butter Croissant", - price: "AED 10", - imageSrc: "http://img.b2bpic.net/free-photo/doughnut-cookies-with-cup-tea_114579-17555.jpg", - }, + id: "p5", name: "Butter Croissant", price: "AED 10", imageSrc: "http://img.b2bpic.net/free-photo/doughnut-cookies-with-cup-tea_114579-17555.jpg"}, { - id: "p6", - name: "Iced Spanish Latte", - price: "AED 16", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-coffee-cubic-blocks-with-coffee-caf_23-2147893071.jpg", - }, + id: "p6", name: "Iced Spanish Latte", price: "AED 16", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-coffee-cubic-blocks-with-coffee-caf_23-2147893071.jpg"}, ]} title="Menu Selection" description="Explore our curated selection of hot teas, chilled drinks, and satisfying snacks." @@ -227,21 +151,16 @@ export default function LandingPage() { @@ -345,8 +224,7 @@ export default function LandingPage() { -- 2.49.1