Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-31 16:41:45 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -39,35 +39,11 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
<HeroBillboardScroll
title="Dein Musikcafé im Herzen von Wurzbach"
description="Entdecke handgebrühten Kaffee, hausgemachte Spezialitäten und Live-Musik in einer einzigartigen, gemütlichen Atmosphäre."
testimonials={[
{ name: "Sabine M.", handle: "@sabine", testimonial: "Ein wunderbarer Ort für Entspannung und tolle Musik!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=1" },
{ name: "Thomas K.", handle: "@thomas", testimonial: "Bester Kaffee in ganz Thüringen. Sehr empfehlenswert!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg?_wi=1" },
{ name: "Maria B.", handle: "@maria", testimonial: "Das Ambiente ist einfach unschlagbar, besonders bei Live-Musik.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=1" },
{ name: "Jens H.", handle: "@jens", testimonial: "Ein Stück Lebensqualität in Wurzbach.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg?_wi=1" },
{ name: "Lena S.", handle: "@lena", testimonial: "Perfekt für den Nachmittag mit Freunden.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=2" }
]}
background={{ variant: "gradient-bars" }}
imageSrc="http://img.b2bpic.net/free-photo/empty-sofa-chair-decoration-living-room_1339-7379.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", alt: "Kunde 1" },
{ src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Kunde 2" },
{ src: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", alt: "Kunde 3" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg", alt: "Kunde 4" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", alt: "Kunde 5" },
]}
marqueeItems={[
{ type: "text", text: "Live-Musik" },
{ type: "text", text: "Bio-Kaffee" },
{ type: "text", text: "Regionale Weine" },
{ type: "text", text: "Hausgemachtes" },
{ type: "text", text: "Gemütlichkeit" },
]}
/>
</div>