From 4b5f4226343f62c4e50b44af04d7cbb532ba1ecf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:24:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 ++++++++++------------------------------------- 1 file changed, 27 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cbcc7d..ee2cbba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -57,25 +49,15 @@ export default function LandingPage() { showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg", - alt: "A trendy coffee shop in the city", - }, + src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg", alt: "A trendy coffee shop in the city"}, { - src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg", - alt: "High angle cup with delicious coffee on table", - }, + src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg", alt: "High angle cup with delicious coffee on table"}, { - src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg", - alt: "Barista at work in a coffee shop", - }, + src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg", alt: "Barista at work in a coffee shop"}, { - src: "http://img.b2bpic.net/free-photo/coffee-making-items-indoors_23-2148865609.jpg", - alt: "Coffee making items indoors", - }, + src: "http://img.b2bpic.net/free-photo/coffee-making-items-indoors_23-2148865609.jpg", alt: "Coffee making items indoors"}, { - src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", - alt: "abstract blur in coffee shop", - }, + src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", alt: "abstract blur in coffee shop"}, ]} avatarText="Join our community of coffee lovers" /> @@ -98,47 +80,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Signature Latte", - price: "Rs. 750", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg", - }, + id: "1", name: "Signature Latte", price: "Rs. 750", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg"}, { - id: "2", - name: "Iced Cold Brew", - price: "Rs. 850", - variant: "Cold", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-with-bubble-tea_23-2150315104.jpg", - }, + id: "2", name: "Iced Cold Brew", price: "Rs. 850", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-with-bubble-tea_23-2150315104.jpg"}, { - id: "3", - name: "Butter Croissant", - price: "Rs. 450", - variant: "Pastry", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg", - }, + id: "3", name: "Butter Croissant", price: "Rs. 450", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg"}, { - id: "4", - name: "Cappuccino", - price: "Rs. 700", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7837.jpg", - }, + id: "4", name: "Cappuccino", price: "Rs. 700", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7837.jpg"}, { - id: "5", - name: "Dark Chocolate Muffin", - price: "Rs. 500", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg", - }, + id: "5", name: "Dark Chocolate Muffin", price: "Rs. 500", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg"}, { - id: "6", - name: "Double Espresso", - price: "Rs. 400", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-cups-white-table_23-2148267816.jpg", - }, + id: "6", name: "Double Espresso", price: "Rs. 400", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-cups-white-table_23-2148267816.jpg"}, ]} title="Our Signature Menu" description="From single-origin pours to decadent pastries, indulge in our curated selection of flavors." @@ -147,44 +99,20 @@ export default function LandingPage() {