Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-03 13:56:27 +00:00

View File

@@ -31,14 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Menu", id: "pricing"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="The Coffee Spot"
/>
@@ -51,23 +47,17 @@ export default function LandingPage() {
title="Wake Up to Perfection"
description="Artisanal coffee brewed with passion, serving the heart of our community one cup at a time."
buttons={[
{
text: "Explore Our Menu", href: "#pricing"},
{ text: "Explore Our Menu", href: "#pricing" },
]}
imageSrc="http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg"
imageAlt="Artisanal coffee experience"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-13484.jpg", alt: "Closeup of barista making latte art"},
{
src: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-13485.jpg", alt: "Closeup of barista making latte art"},
{
src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", alt: "Barista at work in a coffee shop"},
{
src: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg", alt: "Professional barista pouring latte foam"},
{
src: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31776.jpg", alt: "Professional barista smiling"},
{ src: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-13484.jpg", alt: "Closeup of barista making latte art" },
{ src: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-13485.jpg", alt: "Closeup of barista making latte art" },
{ src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", alt: "Barista at work in a coffee shop" },
{ src: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg", alt: "Professional barista pouring latte foam" },
{ src: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31776.jpg", alt: "Professional barista smiling" },
]}
avatarText="Join our community of 5,000+ coffee lovers"
marqueeItems={[
@@ -155,9 +145,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Jamie R.", role: "Local Regular", testimonial: "Best atmosphere in town, and the coffee is always perfect.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-showing-cup-coffee-looking-camera_23-2148229385.jpg" },
{ id: "t2", name: "Mark D.", role: "Remote Worker", testimonial: "My go-to spot for productivity. Amazing drinks!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg" },
{ id: "t3", name: "Sarah P.", role: "Artisan Enthusiast", testimonial: "You can truly taste the quality in their ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/glad-curly-haired-afro-american-woman-drinks-aromatic-coffee-from-disposable-cup-has-interesting-happy-conversation-smiles-toothily-wears-casual-clothes-isolated-vivid-green-wall_273609-39736.jpg" },
{ id: "t1", name: "Mj Rodrigo", role: "Local Regular", testimonial: "The best flat white I've ever had, perfectly balanced. This is my morning essential." },
{ id: "t2", name: "Indira Sidhu", role: "Artisan Enthusiast", testimonial: "Their house-made sandwiches are absolutely delicious and always fresh. A true gem!" },
{ id: "t3", name: "Jerry Calo", role: "Productivity Seeker", testimonial: "Amazing atmosphere and the best pour-over. Perfect for my early morning planning." },
{ id: "t4", name: "S. Nathan", role: "Commuter", testimonial: "Quick, friendly, and consistently top-quality coffee. The latte art is just an extra bonus!" },
]}
title="Coffee Lover Reviews"
description="See why our local regulars keep coming back."
@@ -187,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}