Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-06 19:06:42 +00:00

View File

@@ -29,374 +29,166 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Craft Coffee",
id: "features",
},
{
name: "Craft Beer",
id: "experience",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Visit Us",
id: "visit",
},
]}
brandName="Pour Decisions"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Craft Coffee", id: "features" },
{ name: "Craft Beer", id: "experience" },
{ name: "Reviews", id: "reviews" },
{ name: "Visit Us", id: "visit" },
]}
brandName="Pour Decisions"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Make Better Pour Decisions."
description="Craft coffee by day. Craft beer by night. A warm, welcoming spot for great drinks, better conversations, and service that makes you feel like a regular from the first visit."
testimonials={[
{
name: "Matthew B.",
handle: "@matthew",
testimonial: "This is a great spot! The customer service is beyond excellent and I felt warmly welcomed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
},
{
name: "Sarah L.",
handle: "@sarah",
testimonial: "The perfect blend of morning energy and evening relaxation. Truly unique.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-men-with-beer-mugs_23-2148872455.jpg",
},
{
name: "James P.",
handle: "@james",
testimonial: "Incredible craft beer selection and the coffee is always fresh. My local go-to.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-older-friends-talking-drinking-restaurant_23-2149316811.jpg",
},
{
name: "Elena R.",
handle: "@elena",
testimonial: "Such a welcoming atmosphere. I love working from here during the day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-handsome-men-watching-football-pub-drinking-beer_496169-2824.jpg",
},
{
name: "Marcus D.",
handle: "@marcus",
testimonial: "A rare find where both the coffee and the beer are top tier. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
},
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Visit Us Today",
href: "#visit",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dark-light-beer-close-up_651396-1295.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
alt: "Customer 5",
},
]}
avatarText="Join our growing community of coffee and beer enthusiasts."
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Make Better Pour Decisions."
description="Craft coffee by day. Craft beer by night. A warm, welcoming spot for great drinks, better conversations, and service that makes you feel like a regular from the first visit."
testimonials={[
{ name: "Matthew B.", handle: "@matthew", testimonial: "This is a great spot! The customer service is beyond excellent and I felt warmly welcomed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
{ name: "Sarah L.", handle: "@sarah", testimonial: "The perfect blend of morning energy and evening relaxation. Truly unique.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-men-with-beer-mugs_23-2148872455.jpg" },
{ name: "James P.", handle: "@james", testimonial: "Incredible craft beer selection and the coffee is always fresh. My local go-to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-older-friends-talking-drinking-restaurant_23-2149316811.jpg" },
{ name: "Elena R.", handle: "@elena", testimonial: "Such a welcoming atmosphere. I love working from here during the day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-handsome-men-watching-football-pub-drinking-beer_496169-2824.jpg" },
{ name: "Marcus D.", handle: "@marcus", testimonial: "A rare find where both the coffee and the beer are top tier. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
]}
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us Today", href: "#visit" }]}
imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dark-light-beer-close-up_651396-1295.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", alt: "Customer 5" },
]}
avatarText="Join our growing community of coffee and beer enthusiasts."
/>
</div>
<div id="trust" data-section="trust">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Beyond excellent service",
"Warmly welcomed every time",
"Coffee, beer, and good company",
"A great local spot",
]}
title="Local Favorites"
description="What our guests say about us"
/>
</div>
<div id="trust" data-section="trust">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["Beyond excellent service", "Warmly welcomed every time", "Coffee, beer, and good company", "A great local spot"]}
title="Local Favorites"
description="What our guests say about us"
/>
</div>
<div id="features" data-section="features">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "1",
title: "Craft Coffee",
description: "Morning fuel, slow sips, espresso, cold brew, and seasonal drinks crafted to perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-from-bowl_23-2147667269.jpg",
},
{
id: "2",
title: "Craft Beer",
description: "Local pours, rotating taps, relaxed evenings, and the perfect casual hangout environment.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pints-beer-bar_273609-15696.jpg",
},
]}
title="Two Rituals. One Destination."
description="Craft coffee by day. Craft beer by night. Experience a seamless transition between your morning productivity and evening wind-down."
/>
</div>
<div id="features" data-section="features">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{ id: "1", title: "Craft Coffee", description: "Morning fuel, slow sips, espresso, cold brew, and seasonal drinks crafted to perfection.", tag: "Daily Ritual", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-from-bowl_23-2147667269.jpg" },
{ id: "2", title: "Craft Beer", description: "Local pours, rotating taps, relaxed evenings, and the perfect casual hangout environment.", tag: "Evening Social", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pints-beer-bar_273609-15696.jpg" },
]}
title="Two Rituals. One Destination."
description="Craft coffee by day. Craft beer by night. Experience a seamless transition between your morning productivity and evening wind-down."
/>
</div>
<div id="experience" data-section="experience">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Signature Experience"
title="Designed for First Visits That Turn Into Favorites."
description="From the moment guests walk in, Pour Decisions is built around warmth: friendly service, thoughtfully crafted drinks, and an atmosphere that feels elevated without feeling exclusive."
subdescription="Our space is curated to be your home away from home."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="experience" data-section="experience">
<TestimonialAboutCard
tag="Signature Experience"
title="Designed for First Visits That Turn Into Favorites."
description="From the moment guests walk in, Pour Decisions is built around warmth: friendly service, thoughtfully crafted drinks, and an atmosphere that feels elevated without feeling exclusive."
subdescription="Our space is curated to be your home away from home."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Espresso",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-vector/ornamental-wine-menu_23-2149509759.jpg",
},
{
id: "p2",
name: "Latte",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691639.jpg",
},
{
id: "p3",
name: "Cold Brew",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-template-isolated-vector_53876-61343.jpg",
},
{
id: "p4",
name: "Craft Draft",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/black-metal-display-stand-advertising-information_187299-46815.jpg",
},
{
id: "p5",
name: "Seasonal IPA",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/light-box-with-text-blue-background_23-2148131875.jpg",
},
{
id: "p6",
name: "Local Stout",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-vector/corporate-banner-design-templates-with-blue-orange-rectangles_1097-1051.jpg",
},
]}
title="Our Menu"
description="Curated selections for the discerning palate."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Espresso", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-vector/ornamental-wine-menu_23-2149509759.jpg" },
{ id: "p2", name: "Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691639.jpg" },
{ id: "p3", name: "Cold Brew", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-template-isolated-vector_53876-61343.jpg" },
{ id: "p4", name: "Craft Draft", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/black-metal-display-stand-advertising-information_187299-46815.jpg" },
{ id: "p5", name: "Seasonal IPA", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/light-box-with-text-blue-background_23-2148131875.jpg" },
{ id: "p6", name: "Local Stout", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-vector/corporate-banner-design-templates-with-blue-orange-rectangles_1097-1051.jpg" },
]}
title="Our Menu"
description="Curated selections for the discerning palate."
/>
</div>
<div id="gallery" data-section="gallery">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "g1",
name: "Morning Vibes",
handle: "At the bar",
testimonial: "Start your day right.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321507.jpg",
},
{
id: "g2",
name: "Evening Hangouts",
handle: "Shared cheers",
testimonial: "Better conversations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-some-street-food_23-2149009625.jpg",
},
{
id: "g3",
name: "Latte Art",
handle: "Detail focus",
testimonial: "Crafted with care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-champagne-party_23-2148339626.jpg",
},
{
id: "g4",
name: "Fresh Tap",
handle: "Amber pour",
testimonial: "Rotating selections.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-beer-marble-background-high-quality-photo_114579-67298.jpg",
},
{
id: "g5",
name: "Cozy Seating",
handle: "Comfort zone",
testimonial: "Stay as long as you'd like.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-tasty-american-beer_23-2148907640.jpg",
},
]}
showRating={false}
title="Come for the pour. Stay for the people."
description="Gallery of good moments."
/>
</div>
<div id="gallery" data-section="gallery">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showRating={false}
title="Come for the pour. Stay for the people."
description="Gallery of good moments."
testimonials={[
{ id: "g1", name: "Morning Vibes", handle: "At the bar", testimonial: "Start your day right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321507.jpg" },
{ id: "g2", name: "Evening Hangouts", handle: "Shared cheers", testimonial: "Better conversations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-some-street-food_23-2149009625.jpg" },
{ id: "g3", name: "Latte Art", handle: "Detail focus", testimonial: "Crafted with care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-champagne-party_23-2148339626.jpg" },
{ id: "g4", name: "Fresh Tap", handle: "Amber pour", testimonial: "Rotating selections.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-beer-marble-background-high-quality-photo_114579-67298.jpg" },
{ id: "g5", name: "Cozy Seating", handle: "Comfort zone", testimonial: "Stay as long as you'd like.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-tasty-american-beer_23-2148907640.jpg" },
]}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "r1",
name: "Matthew B.",
handle: "@customer",
testimonial: "This is a great spot! Customer service is beyond excellent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg",
},
{
id: "r2",
name: "Sarah J.",
handle: "@regular",
testimonial: "Warmly welcomed every single time I visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-clinking-glasses-with-friend-bar_171337-19350.jpg",
},
{
id: "r3",
name: "David K.",
handle: "@visitor",
testimonial: "Coffee, beer, and good company. Best in town.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
},
{
id: "r4",
name: "Emily R.",
handle: "@local",
testimonial: "A great local spot with an amazing vibe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
},
{
id: "r5",
name: "Alex P.",
handle: "@fan",
testimonial: "Perfect atmosphere for working or meeting up.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-sitting-restaurant-gesture-thump-up_114579-92436.jpg",
},
]}
showRating={true}
title="Customer Love, Freshly Poured."
description="What our regulars say."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
showRating={true}
title="Customer Love, Freshly Poured."
description="What our regulars say."
testimonials={[
{ id: "r1", name: "Matthew B.", handle: "@customer", testimonial: "This is a great spot! Customer service is beyond excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg" },
{ id: "r2", name: "Sarah J.", handle: "@regular", testimonial: "Warmly welcomed every single time I visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-clinking-glasses-with-friend-bar_171337-19350.jpg" },
{ id: "r3", name: "David K.", handle: "@visitor", testimonial: "Coffee, beer, and good company. Best in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg" },
{ id: "r4", name: "Emily R.", handle: "@local", testimonial: "A great local spot with an amazing vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg" },
{ id: "r5", name: "Alex P.", handle: "@fan", testimonial: "Perfect atmosphere for working or meeting up.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-sitting-restaurant-gesture-thump-up_114579-92436.jpg" },
]}
/>
</div>
<div id="visit" data-section="visit">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Address",
content: "123 Craft Lane, Neighborhood District, City, ST 12345",
},
{
id: "f2",
title: "Hours",
content: "Mon-Fri: 7am-11pm | Sat-Sun: 8am-11pm",
},
{
id: "f3",
title: "Parking",
content: "Street parking available out front and public garage across the street.",
},
]}
sideTitle="Your Next Good Decision Starts Here."
sideDescription="123 Coffee St, Craft District. Open daily 7am-11pm."
faqsAnimation="slide-up"
/>
</div>
<div id="visit" data-section="visit">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Address", content: "123 Craft Lane, Neighborhood District, City, ST 12345" },
{ id: "f2", title: "Hours", content: "Mon-Fri: 7am-11pm | Sat-Sun: 8am-11pm" },
{ id: "f3", title: "Parking", content: "Street parking available out front and public garage across the street." },
]}
sideTitle="Your Next Good Decision Starts Here."
sideDescription="123 Coffee St, Craft District. Open daily 7am-11pm."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
title="Coffee in the morning. Beer after work."
description="Great decisions all day. Join our newsletter for updates."
tag="Stay Updated"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
title="Coffee in the morning. Beer after work."
description="Great decisions all day. Join our newsletter for updates."
tag="Stay Updated"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Pour Decisions"
leftLink={{
text: "© 2024 Pour Decisions",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Pour Decisions"
leftLink={{ text: "© 2024 Pour Decisions", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);