2 Commits

Author SHA1 Message Date
354bc5189a Update src/app/page.tsx 2026-03-27 04:49:08 +00:00
cbba5d9986 Merge version_1 into main
Merge version_1 into main
2026-03-27 04:47:32 +00:00

View File

@@ -14,136 +14,116 @@ import { Coffee, Heart, MapPin, MessageSquare, Utensils } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="circleGradient" background="noiseDiagonalGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="gradient" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="normal" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Menu", id: "menu" }, { name: "Menu", id: "menu" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Testimonials", id: "testimonials" },
]} { name: "Contact", id: "contact" },
brandName="Brew Haven" ]}
button={{ text: "Order Now", href: "#contact" }} brandName="Brew Haven"
/> button={{ text: "Order Now", href: "#contact" }}
</div> />
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Start Your Day with Perfect Coffee" title="Brew Haven"
description="Handcrafted brews made with passion, served in the warmth of our cozy haven." description="Handcrafted brews made with passion, served in the warmth of our cozy haven."
buttons={[{ text: "Order Now", href: "#contact" }]} buttons={[{ text: "Explore Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27375.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27375.jpg"
tag="Artisanal Coffee Shop" tag="Your Morning Sanctuary"
tagIcon={Coffee} tagIcon={Coffee}
imageAlt="fresh coffee cup steam warm lighting" imageAlt="fresh coffee cup steam warm lighting"
/> />
</div> </div>
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={true}
products={[ 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: "3", name: "Cold Brew", price: "$5.00", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/three-shots-sand_23-2147655888.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: "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: "3", name: "Cold Brew", price: "$5.00", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/three-shots-sand_23-2147655888.jpg"}, title="Our Signature Brews"
{ description="Discover our carefully curated selection of coffee and artisanal snacks."
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"}, tag="The Daily Menu"
]} tagIcon={Utensils}
title="Our Signature Brews" />
description="Discover our carefully curated selection of coffee and artisanal snacks." </div>
tag="Daily Menu"
tagIcon={Utensils}
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="The Story Behind Brew Haven" title="The Story Behind Brew Haven"
description="Brew Haven was born from a simple passion: to bring people together through the art of perfectly roasted beans. Our cozy corner is your home away from home, where every cup tells a story of quality and community." description="Brew Haven was born from a simple passion: to bring people together through the art of perfectly roasted beans. Our cozy corner is your home away from home, where every cup tells a story of quality and community."
imageSrc="http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg" imageSrc="http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg"
tag="Our Philosophy" tag="Our Philosophy"
tagIcon={Heart} tagIcon={Heart}
imageAlt="cozy cafe interior warm" imageAlt="cozy cafe interior warm"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardSix
textboxLayout="split" textboxLayout="split"
animationType="blur-reveal" animationType="blur-reveal"
useInvertedBackground={false} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah Miller", handle: "@sarahcoffee", testimonial: "The best espresso in the city! So cozy and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg" },
id: "1", name: "Sarah Miller", handle: "@sarahcoffee", testimonial: "The best espresso in the city! So cozy and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg"}, { id: "2", name: "John Doe", handle: "@jd_brew", testimonial: "A perfect spot for my morning reading routine.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-coffee-cup-cloth_23-2147671380.jpg" },
{ { id: "3", name: "Emily Chen", handle: "@ec_art", testimonial: "Loved the atmosphere and the almond croissants are to die for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg" },
id: "2", name: "John Doe", handle: "@jd_brew", testimonial: "A perfect spot for my morning reading routine.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-coffee-cup-cloth_23-2147671380.jpg"}, ]}
{ title="Community Voices"
id: "3", name: "Emily Chen", handle: "@ec_art", testimonial: "Loved the atmosphere and the almond croissants are to die for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg"}, description="The heart of Brew Haven is our wonderful customers."
{ tag="Testimonials"
id: "4", name: "Mike Ross", handle: "@mikeross", testimonial: "Excellent service and the smoothest cold brew I have ever had.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg"}, tagIcon={MessageSquare}
]} />
title="What Our Community Says" </div>
description="The heart of Brew Haven is our wonderful customers."
tag="Testimonials"
tagIcon={MessageSquare}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={true}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Visit Us" tag="Visit Us"
title="Find Your Haven" title="Find Your Haven"
description="123 Coffee Lane, Brew Town. Open Daily 7AM - 9PM. Call us at (555) 123-4567." description="123 Coffee Lane, Brew Town. Open Daily 7AM - 9PM. Call us at (555) 123-4567."
buttons={[{ text: "Get Directions", href: "#" }]} buttons={[{ text: "Get Directions", href: "#" }]}
tagIcon={MapPin} tagIcon={MapPin}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149031292.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149031292.jpg"
columns={[ columns={[
{ { title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
title: "Quick Links", items: [ { title: "Socials", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, { label: "Facebook", href: "#" }] },
{ label: "Home", href: "#hero" }, ]}
{ label: "Menu", href: "#menu" }, copyrightText="© 2025 Brew Haven. All rights reserved."
{ label: "Contact", href: "#contact" }, />
], </div>
},
{
title: "Socials", items: [
{ label: "Instagram", href: "#" },
{ label: "Twitter", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}
copyrightText="© 2025 Brew Haven. All rights reserved."
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }