Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -5,12 +5,12 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Award, CheckCircle, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -40,42 +40,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Montageservice in Freiburg, der hält, was andere versprechen."
|
||||
description="Schnell. Sauber. Zuverlässig. Wir montieren Ihre Möbel professionell – damit Sie sich um nichts kümmern müssen."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Inga Jürgens", handle: "@ingaj", testimonial: "Besser geht es nicht.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15656.jpg?_wi=1", imageAlt: "professional furniture assembly team Freiburg"},
|
||||
{
|
||||
name: "Tim Zimmermann", handle: "@timz", testimonial: "Perfekt, schnell und zuverlässig.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-contractor-tiling-floor_23-2149344006.jpg?_wi=1", imageAlt: "professional furniture assembly team Freiburg"},
|
||||
{
|
||||
name: "Dimitra P.", handle: "@dimip", testimonial: "Sauber, präzise und unglaublich freundlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384781.jpg?_wi=1", imageAlt: "professional furniture assembly team Freiburg"},
|
||||
{
|
||||
name: "Lukas M.", handle: "@lukasm", testimonial: "Sehr professionelle Arbeit, gerne wieder.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-white-cabinet-decorative-elements_23-2151972883.jpg?_wi=1", imageAlt: "professional furniture assembly team Freiburg"},
|
||||
{
|
||||
name: "Sabine F.", handle: "@sabinef", testimonial: "Ein echter Profi am Werk, vielen Dank!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-24626.jpg?_wi=1", imageAlt: "professional furniture assembly team Freiburg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Jetzt Angebot anfragen", href: "#contact" },
|
||||
{ text: "Direkt anrufen", href: "tel:+49123456789" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15656.jpg?_wi=2"
|
||||
imageAlt="Professionelle Möbelmontage in Freiburg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg", alt: "happy customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-attractive-woman-doing-selfie-camera_197531-33575.jpg", alt: "happy customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-cozy-woman-outdoors_624325-752.jpg", alt: "happy customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-smiling-mestizo-woman-looking-camera-headshot-portrait_1163-4854.jpg", alt: "happy customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", alt: "happy customer 5" },
|
||||
]}
|
||||
avatarText="Über 50 zufriedene Kunden"
|
||||
/>
|
||||
<div id="hero-logo" data-section="hero-logo">
|
||||
<HeroLogo
|
||||
logoText="MC Montageservice"
|
||||
description="Ihr zuverlässiger Partner für professionellen Möbelaufbau in Freiburg. Schnell, sauber und präzise."
|
||||
buttons={[{ text: "Angebot anfragen", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15656.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="split-about" data-section="split-about">
|
||||
<SplitAbout
|
||||
title="Über MC Montageservice"
|
||||
description="Wir sind spezialisiert auf die fachgerechte Montage Ihrer Möbel und Einbauten."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
bulletPoints={[
|
||||
{ title: "Erfahrung", description: "Langjährige Expertise im Möbelbau." },
|
||||
{ title: "Zuverlässigkeit", description: "Pünktlich und sauber." },
|
||||
{ title: "Flexibilität", description: "Individuelle Lösungen für jedes Projekt." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-white-cabinet-decorative-elements_23-2151972883.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
@@ -102,14 +88,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Unsere Leistungen"
|
||||
description={["• Möbelmontage (IKEA, XXXLutz, Poco, etc.)", "• PAX Schranksysteme (Spezialist)", "• Küchenmontage & individuelle Sonderlösungen", "• TV-Wandmontage & Lampeninstallation", "• Umzugsnahe Montagearbeiten"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
@@ -158,22 +136,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-owner" data-section="about-owner">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Ihr Ansprechpartner: Mario Cosic"
|
||||
description={["Ich lege persönlich Wert darauf, dass jede Montage perfekt ausgeführt wird.", "Gemeinsam mit meinem Team sorge ich dafür, dass Sie sich auf das Ergebnis verlassen können – ohne Stress, ohne Überraschungen.", "Viele unserer Kunden buchen uns immer wieder oder empfehlen uns direkt weiter."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="seo-local" data-section="seo-local">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Montageservice in Freiburg & Umgebung"
|
||||
description={["Wir sind in Freiburg im Breisgau sowie im gesamten Umland für Sie im Einsatz.", "Egal ob einzelne Möbelstücke oder komplette Einrichtungen – wir sind Ihr zuverlässiger Partner vor Ort."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
@@ -188,7 +150,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Über uns", href: "#about-owner" }, { label: "Leistungen", href: "#services" }, { label: "Kontakt", href: "#contact" }] },
|
||||
{ items: [{ label: "Über uns", href: "#split-about" }, { label: "Leistungen", href: "#features-problem" }, { label: "Kontakt", href: "#contact" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
logoText="MC Montageservice"
|
||||
@@ -197,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user