Merge version_1 into main #2

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

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Coffee, Heart, Zap } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Lumi Cafe"
/>
@@ -52,62 +45,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Awaken Your Senses at Lumi"
description="Experience artisanal coffee, thoughtfully sourced and crafted to perfection in the heart of the city."
buttons={[
{
text: "Explore Menu",
href: "#menu",
},
text: "Explore Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ local coffee lovers"
marqueeItems={[
{
type: "text",
text: "Organic Beans",
},
type: "text", text: "Organic Beans"},
{
type: "text",
text: "Fair Trade",
},
type: "text", text: "Fair Trade"},
{
type: "text",
text: "Artisan Roasted",
},
type: "text", text: "Artisan Roasted"},
{
type: "text",
text: "Small Batch",
},
type: "text", text: "Small Batch"},
{
type: "text",
text: "Handcrafted",
},
type: "text", text: "Handcrafted"},
]}
/>
</div>
@@ -117,7 +87,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Rooted in Passion"
description="We believe coffee is more than just a drink; it's a ritual. Our beans are ethically sourced from the world's finest regions and roasted in small batches to ensure unparalleled flavor profiles."
imageSrc="http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg"
/>
</div>
@@ -127,22 +97,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Specialty Brews",
description: "Single-origin beans curated for the true coffee enthusiast.",
imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg?_wi=1",
buttonIcon: "Coffee",
title: "Specialty Brews", description: "Single-origin beans curated for the true coffee enthusiast.", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg", buttonIcon: Coffee,
},
{
title: "Craft Lattes",
description: "Hand-poured milk with a master's touch, every time.",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg?_wi=1",
buttonIcon: "Heart",
title: "Craft Lattes", description: "Hand-poured milk with a master's touch, every time.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg", buttonIcon: Heart,
},
{
title: "Cozy Atmosphere",
description: "Designed for conversation, reflection, and quiet moments.",
imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg?_wi=1",
buttonIcon: "Zap",
title: "Cozy Atmosphere", description: "Designed for conversation, reflection, and quiet moments.", imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", buttonIcon: Zap,
},
]}
title="Artisan Selections"
@@ -156,60 +117,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Jane Doe",
date: "Oct 2023",
title: "Coffee Expert",
quote: "The best brew I've had in years.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg?_wi=2",
imageAlt: "cozy cafe interior espresso bar",
},
id: "1", name: "Jane Doe", date: "Oct 2023", title: "Coffee Expert", quote: "The best brew I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg", imageAlt: "cozy cafe interior espresso bar"},
{
id: "2",
name: "John Smith",
date: "Sept 2023",
title: "Designer",
quote: "Perfect spot to work and relax.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg?_wi=2",
imageAlt: "barista brewing fresh craft coffee",
},
id: "2", name: "John Smith", date: "Sept 2023", title: "Designer", quote: "Perfect spot to work and relax.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg", imageAlt: "barista brewing fresh craft coffee"},
{
id: "3",
name: "Emily R.",
date: "Aug 2023",
title: "Writer",
quote: "Exceptional latte art and service.",
tag: "VIP",
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg?_wi=2",
imageAlt: "specialty coffee beans selection",
},
id: "3", name: "Emily R.", date: "Aug 2023", title: "Writer", quote: "Exceptional latte art and service.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg", imageAlt: "specialty coffee beans selection"},
{
id: "4",
name: "Mark L.",
date: "July 2023",
title: "Entrepreneur",
quote: "My daily caffeine sanctuary.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg?_wi=2",
imageAlt: "latte art professional barista",
},
id: "4", name: "Mark L.", date: "July 2023", title: "Entrepreneur", quote: "My daily caffeine sanctuary.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg", imageAlt: "latte art professional barista"},
{
id: "5",
name: "Sarah P.",
date: "June 2023",
title: "Artist",
quote: "Love the vibe and the beans.",
tag: "VIP",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg?_wi=2",
imageAlt: "minimalist cafe seating design",
},
id: "5", name: "Sarah P.", date: "June 2023", title: "Artist", quote: "Love the vibe and the beans.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", imageAlt: "minimalist cafe seating design"},
]}
title="A Community Favorite"
description="Loved by locals, cherished by coffee lovers everywhere."
@@ -220,8 +136,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Newsletter"
title="Join Our Coffee Club"
description="Get exclusive invites to our tasting events and monthly news."
@@ -232,29 +147,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Roasts",
href: "#menu",
},
label: "Our Roasts", href: "#menu"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
]}