From 506f176b2ee44fea58376f11b74606ebd528b12d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:48:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++-------------------------------------- 1 file changed, 58 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60a3013..8c03eb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -144,49 +89,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ethical Sourcing", - description: "We partner directly with sustainable farmers to bring you the highest quality beans.", - icon: Leaf, + title: "Ethical Sourcing", description: "We partner directly with sustainable farmers to bring you the highest quality beans.", icon: Leaf, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-rounded-3d-object_23-2151881072.jpg", - imageAlt: "latte art close up coffee", + { imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg" }, + ] }, { - title: "Precision Roasting", - description: "Our custom roasting profiles unlock complex flavors that mass production simply misses.", - icon: Zap, + title: "Precision Roasting", description: "Our custom roasting profiles unlock complex flavors that mass production simply misses.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-filter-coffee-brewing-kit-kettle-cafe-barista-preparing-filter-counter_1258-133337.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646422.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-holding-coffee-machine-cup_23-2148824453.jpg?_wi=2", - imageAlt: "latte art close up coffee", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-filter-coffee-brewing-kit-kettle-cafe-barista-preparing-filter-counter_1258-133337.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646422.jpg" }, + ] }, { - title: "Expert Baristas", - description: "Our team are masters of their craft, ensuring each cup is poured to perfection.", - icon: Award, + title: "Expert Baristas", description: "Our team are masters of their craft, ensuring each cup is poured to perfection.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-coffee-concept_23-2148464854.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-working-coffee-house_1303-31788.jpg?_wi=1", - imageAlt: "latte art close up coffee", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-coffee-concept_23-2148464854.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg" }, + ] }, ]} title="Crafting the Future" @@ -196,46 +117,17 @@ export default function LandingPage() { @@ -387,29 +200,15 @@ export default function LandingPage() { logoText="Aura Cafe" columns={[ { - title: "Navigation", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Menu", - href: "#menu", - }, + title: "Navigation", items: [ + { label: "Home", href: "#hero" }, + { label: "Menu", href: "#menu" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} -- 2.49.1