From fca1e72abbd80d46dae88338a6172dd04f7aa1b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:54:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 967518c..d720d38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,65 +31,29 @@ export default function LandingPage() {
@@ -99,21 +63,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Redefining the Aricha Hangout" metrics={[ - { - icon: Coffee, - label: "Coffee Varieties", - value: "25+", - }, - { - icon: Utensils, - label: "Chef Specialties", - value: "15", - }, - { - icon: Users, - label: "Happy Diners", - value: "10k+", - }, + { icon: Coffee, label: "Coffee Varieties", value: "25+" }, + { icon: Utensils, label: "Chef Specialties", value: "15" }, + { icon: Users, label: "Happy Diners", value: "10k+" }, ]} metricsAnimation="slide-up" /> @@ -124,21 +76,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Artisanal Momos", - description: "Authentic, steaming momos crafted with fresh, locally sourced ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-salad-with-sour-cream-top-view_140725-11324.jpg", - }, - { - title: "Specialty Coffee", - description: "Hand-poured, precision-brewed coffee that fuels your creative spark.", - imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee-with-milk_140725-8113.jpg", - }, - { - title: "Cozy Atmosphere", - description: "Minimalist decor providing a serene background for your best social moments.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-muffin_23-2148337164.jpg", - }, + { title: "Artisanal Momos", description: "Authentic, steaming momos crafted with fresh, locally sourced ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-salad-with-sour-cream-top-view_140725-11324.jpg" }, + { title: "Specialty Coffee", description: "Hand-poured, precision-brewed coffee that fuels your creative spark.", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee-with-milk_140725-8113.jpg" }, + { title: "Cozy Atmosphere", description: "Minimalist decor providing a serene background for your best social moments.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-muffin_23-2148337164.jpg" }, ]} title="Designed for Connections" description="We blend premium design with the heart of Aricha culture to create your perfect third place." @@ -152,42 +92,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Signature Steam Momos", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809862.jpg", - }, - { - id: "m2", - name: "Artisan Latte", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg", - }, - { - id: "m3", - name: "ADDA Classic Burger", - price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-served-with-french-fries-mayonnaise_140725-6709.jpg", - }, - { - id: "m4", - name: "Golden French Fries", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/nuggets_1308-4988.jpg", - }, - { - id: "m5", - name: "Iced Vanilla Coffee", - price: "$5.25", - imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg", - }, - { - id: "m6", - name: "Roasted Vegetable Sandwich", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-salad_23-2147699672.jpg", - }, + { id: "m1", name: "Signature Steam Momos", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809862.jpg" }, + { id: "m2", name: "Artisan Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup_53876-88531.jpg" }, + { id: "m3", name: "ADDA Classic Burger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-served-with-french-fries-mayonnaise_140725-6709.jpg" }, + { id: "m4", name: "Golden French Fries", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/nuggets_1308-4988.jpg" }, + { id: "m5", name: "Iced Vanilla Coffee", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg" }, + { id: "m6", name: "Roasted Vegetable Sandwich", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-salad_23-2147699672.jpg" }, ]} title="Our Signature Flavors" description="From steaming momo plates to artisanal caffeine hits, discover the ADDA difference." @@ -200,24 +110,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "s1", - icon: Award, - title: "Awards Won", - value: "12", - }, - { - id: "s2", - icon: Coffee, - title: "Cups Served", - value: "50k+", - }, - { - id: "s3", - icon: Star, - title: "Rating", - value: "4.9/5", - }, + { id: "s1", icon: Award, title: "Awards Won", value: "12" }, + { id: "s2", icon: Coffee, title: "Cups Served", value: "50k+" }, + { id: "s3", icon: Star, title: "Rating", value: "4.9/5" }, ]} title="Milestones of ADDA" description="Tracking our journey in building a premium social dining community." @@ -228,31 +123,11 @@ export default function LandingPage() {