Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 04:47:32 +00:00

View File

@@ -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"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Brew Haven"
button={{
text: "Order Now",
href: "#contact",
}}
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Start Your Day with Perfect Coffee"
description="Handcrafted brews made with passion, served in the warmth of our cozy haven."
buttons={[
{
text: "Order Now",
href: "#contact",
},
]}
buttons={[{ text: "Order Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27375.jpg"
tag="Artisanal Coffee Shop"
tagIcon={Coffee}
imageAlt="Fresh coffee cup with steam in a cozy cafe setting"
imageAlt="fresh coffee cup steam warm lighting"
/>
</div>
@@ -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"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
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: "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: "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: "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",
},
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"},
]}
title="What Our Community Says"
description="The heart of Brew Haven is our wonderful customers."
@@ -166,18 +112,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Find Your Haven"
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}
/>
</div>
@@ -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."
/>
</div>