Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-06 16:57:00 +00:00

View File

@@ -1,151 +1,92 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { Coffee, Sparkles } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Coffee, Sparkles } from 'lucide-react';
export default function LandingPage() {
const navItems = [{ name: "Home", id: "/" }];
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
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: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Cafe Mollie"
button={{ text: "Visit Us", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Your Sanctuary Between Chapters"
description="Coffee that understands you. Space that holds you. No judgment. Just really good coffee."
testimonials={[
{ name: "Maya S.", handle: "@maya.reads", testimonial: "Main character energy the second you walk in.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg", imageAlt: "aesthetic coffee shop interior sunlight" },
{ name: "Leo J.", handle: "@leojournals", testimonial: "The kind of place where time slows down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg", imageAlt: "minimalist dreamscape interior cafe" },
{ name: "Sarah P.", handle: "@sarah.coffee", testimonial: "I came for coffee, stayed for the feeling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "high quality specialty coffee latte art" },
{ name: "Chloe B.", handle: "@chloebakes", testimonial: "Simply the most peaceful corner in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg", imageAlt: "barista memory customer service friendly" },
{ name: "Marcus R.", handle: "@marcus.notes", testimonial: "A true sanctuary for the wandering soul.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg", imageAlt: "matcha mango latte iced drink" }
]}
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Visit Us Today", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064693.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/pretty-teenager-enjoying-hot-drink_23-2148804640.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/young-man-feeling-blessed-red_140725-36704.jpg", alt: "Customer 5" }
]}
avatarText="Loved by thousands of coffee enthusiasts."
marqueeItems={[
{ type: "text", text: "Locally Roasted" },
{ type: "text-icon", text: "Quiet Spaces", icon: Coffee },
{ type: "text", text: "Sustainable Sourcing" },
{ type: "text-icon", text: "Artisan Crafted", icon: Sparkles },
{ type: "text", text: "Open Daily" }
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
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" }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSeven
animationType="slide-up"
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", imageAlt: "The Escape" },
{ title: "The Coffee", description: "Bold, smooth, and exactly what you need — whether its 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."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
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" },
{ 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."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
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 }
]}
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 }}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Cafe Mollie"
copyrightText="© 2025 Cafe Mollie | Sanctuary Spaces"
/>
</div>
</ReactLenis>
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline navItems={navItems} brandName="Cafe Mollie" />
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Your Sanctuary Between Chapters"
description="Coffee that understands you. Space that holds you. No judgment. Just really good coffee."
background={{ variant: "gradient-bars" }}
testimonials={[
{ name: "Maya S.", handle: "@maya.reads", testimonial: "Main character energy the second you walk in.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg" },
{ name: "Leo J.", handle: "@leojournals", testimonial: "The kind of place where time slows down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg" },
{ name: "Sarah P.", handle: "@sarah.coffee", testimonial: "I came for coffee, stayed for the feeling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg" },
{ name: "Chloe B.", handle: "@chloebakes", testimonial: "Simply the most peaceful corner in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-looking-woman_23-2148422479.jpg" },
{ name: "Marcus R.", handle: "@marcus.notes", testimonial: "A true sanctuary for the wandering soul.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg"
marqueeItems={[{ type: "text", text: "Locally Roasted" }, { type: "text-icon", text: "Quiet Spaces", icon: Coffee }, { type: "text", text: "Sustainable Sourcing" }, { type: "text-icon", text: "Artisan Crafted", icon: Sparkles }, { type: "text", text: "Open Daily" }]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
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" }]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSeven
title="Why People Love Us"
description="Designed for the moments that matter."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ title: "The Escape", description: "A minimalist dreamscape.", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg" },
{ title: "The Coffee", description: "Bold, smooth, and exactly what you need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg" },
{ 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" }
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
title="Signature Drink Spotlight"
description="The drink people come back for."
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="split"
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" },
{ 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" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Find Your Corner"
description="Visit us at our flagship sanctuary."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-poured-into-glass_23-2148349576.jpg"
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }]}
textarea={{ name: "message", placeholder: "Tell us how we can help", rows: 4 }}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard logoText="Cafe Mollie" copyrightText="© 2025 Cafe Mollie | Sanctuary Spaces" />
</div>
</ThemeProvider>
);
}