From b6f94a26c2e478a7da309dd14f4ef8a9b5cc5261 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:36:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47fdda7..f6eb988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,27 +30,17 @@ export default function LandingPage() { @@ -58,103 +48,58 @@ export default function LandingPage() { @@ -167,32 +112,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Breakfast", - name: "Eggs Benedict", - price: "₹450", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg", - }, + id: "1", brand: "Breakfast", name: "Eggs Benedict", price: "₹450", rating: 5, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg"}, { - id: "2", - brand: "Coffee", - name: "Cappuccino", - price: "₹250", - rating: 5, - reviewCount: "800", - imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg", - }, + id: "2", brand: "Coffee", name: "Cappuccino", price: "₹250", rating: 5, + reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg"}, { - id: "3", - brand: "Dessert", - name: "Nutella Waffles", - price: "₹380", - rating: 5, - reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-baked-pancakes-with-strawberries-chocolate-chips-white-table_140725-104580.jpg", - }, + id: "3", brand: "Dessert", name: "Nutella Waffles", price: "₹380", rating: 5, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-baked-pancakes-with-strawberries-chocolate-chips-white-table_140725-104580.jpg"}, ]} title="Signature Flavours" description="Our most loved dishes and handcrafted beverages." @@ -204,15 +131,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description={[ - "Cafe Tesu was born from a love for slow living and conversation.", - "Situated near the IIT Flyover, we offer an escape from the city rush.", - "We focus on local ingredients, artisanal coffee, and an atmosphere designed to linger.", - ]} + "Cafe Tesu was born from a love for slow living and conversation.", "Situated near the IIT Flyover, we offer an escape from the city rush.", "We focus on local ingredients, artisanal coffee, and an atmosphere designed to linger."]} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} /> @@ -221,8 +143,7 @@ export default function LandingPage() { @@ -264,16 +176,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file