diff --git a/src/app/page.tsx b/src/app/page.tsx index c1b8510..ffbe3d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,53 +17,38 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -75,33 +60,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Espresso", - price: "$3.50", - variant: "Bold & Rich", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-coffee-cup-cafe_1170-665.jpg", - }, + id: "1", name: "Espresso", price: "$3.50", variant: "Bold & Rich", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-coffee-cup-cafe_1170-665.jpg"}, { - id: "2", - name: "Cappuccino", - price: "$4.50", - variant: "Creamy & Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-latte-art-christmas-tree_140725-8491.jpg", - }, + id: "2", name: "Cappuccino", price: "$4.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-latte-art-christmas-tree_140725-8491.jpg"}, { - id: "3", - name: "Cold Brew", - price: "$5.00", - variant: "Refreshing", - imageSrc: "http://img.b2bpic.net/free-photo/three-shots-sand_23-2147655888.jpg", - }, + id: "3", name: "Cold Brew", price: "$5.00", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/three-shots-sand_23-2147655888.jpg"}, { - id: "4", - name: "Almond Croissant", - price: "$4.00", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-tea-cup-dried-herbs-flat-lay-wooden-kitchen-towel_176474-8189.jpg", - }, + id: "4", name: "Almond Croissant", price: "$4.00", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-tea-cup-dried-herbs-flat-lay-wooden-kitchen-towel_176474-8189.jpg"}, ]} title="Our Signature Brews" description="Discover our carefully curated selection of coffee and artisanal snacks." @@ -118,43 +83,24 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg" tag="Our Philosophy" tagIcon={Heart} - imageAlt="Warm and inviting cafe interior" + imageAlt="cozy cafe interior warm" />
@@ -187,41 +126,20 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149031292.jpg" columns={[ { - title: "Quick Links", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Menu", - href: "#menu", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Quick Links", items: [ + { label: "Home", href: "#hero" }, + { label: "Menu", href: "#menu" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Socials", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + title: "Socials", items: [ + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]} - brandName="Brew Haven" copyrightText="© 2025 Brew Haven. All rights reserved." />