Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffbec69042 | |||
| 761913cb4b | |||
| a9a54d2024 | |||
| 4a69254ecb | |||
| fbaae4157a | |||
| 257811dd4e |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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 InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
@@ -39,35 +39,11 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroBillboardScroll
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Dein Musikcafé im Herzen von Wurzbach"
|
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."
|
description="Entdecke handgebrühten Kaffee, hausgemachte Spezialitäten und Live-Musik in einer einzigartigen, gemütlichen Atmosphäre."
|
||||||
testimonials={[
|
background={{ variant: "gradient-bars" }}
|
||||||
{ 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" }
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-sofa-chair-decoration-living-room_1339-7379.jpg"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user