From 2498f14a06c745740a7dca6521dc0fe7665038e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:53:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5a6838..486704a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,139 +17,60 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -160,16 +81,10 @@ export default function LandingPage() { title="Not Just Coffee. A Feeling." description="A place for those starting fresh, catching up, or quietly putting themselves back together." metrics={[ - { - value: "100%", - title: "Sanctuary", - }, - { - value: "24/7", - title: "Warmth", - }, + { value: "100%", title: "Sanctuary" }, + { value: "24/7", title: "Warmth" } ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -181,24 +96,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "The Escape", - description: "A minimalist dreamscape with just enough magic to make you stay longer than planned.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg?_wi=3", - imageAlt: "The Escape", - }, - { - title: "The Coffee", - description: "Bold, smooth, and exactly what you need — whether it’s Monday or a breakup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=2", - imageAlt: "The Coffee", - }, - { - title: "The Experience", - description: "We remember your order… and your mood.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg?_wi=2", - imageAlt: "The Experience", - }, + { title: "The Escape", description: "A minimalist dreamscape with just enough magic to make you stay longer than planned.", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg", imageAlt: "The Escape" }, + { title: "The Coffee", description: "Bold, smooth, and exactly what you need — whether it’s Monday or a breakup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "The Coffee" }, + { title: "The Experience", description: "We remember your order… and your mood.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg", imageAlt: "The Experience" } ]} title="Why People Love Us" description="Designed for the moments that matter." @@ -212,48 +112,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Mango Sticky Rice Matcha", - price: "$7.50", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg?_wi=2", - }, - { - id: "p2", - name: "Oat Milk Latte", - price: "$6.00", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=3", - }, - { - id: "p3", - name: "Vietnamese Banh Mi", - price: "$9.00", - variant: "Light Bite", - imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg?_wi=4", - }, - { - id: "p4", - name: "Iced Americano", - price: "$5.00", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg?_wi=3", - }, - { - id: "p5", - name: "Matcha Cloud", - price: "$8.00", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg?_wi=3", - }, - { - id: "p6", - name: "Croissant", - price: "$4.50", - variant: "Light Bite", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=4", - }, + { id: "p1", name: "Mango Sticky Rice Matcha", price: "$7.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg" }, + { id: "p2", name: "Oat Milk Latte", price: "$6.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg" }, + { id: "p3", name: "Vietnamese Banh Mi", price: "$9.00", variant: "Light Bite", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg" }, + { id: "p4", name: "Iced Americano", price: "$5.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg" }, + { id: "p5", name: "Matcha Cloud", price: "$8.00", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg" }, + { id: "p6", name: "Croissant", price: "$4.50", variant: "Light Bite", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg" } ]} title="Signature Drink Spotlight" description="The drink people come back for. Mango meets matcha." @@ -266,25 +130,11 @@ export default function LandingPage() { title="Find Your Corner" description="Visit us at our flagship sanctuary." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg?_wi=3" - textarea={{ - name: "message", - placeholder: "Tell us how we can help", - rows: 4, - }} + imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg" + textarea={{ name: "message", placeholder: "Tell us how we can help", rows: 4 }} /> -- 2.49.1