Update src/app/page.tsx
This commit is contained in:
167
src/app/page.tsx
167
src/app/page.tsx
@@ -30,24 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Startseite", id: "hero" },
|
||||
{ name: "Leistungen", id: "features" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Solo Innenausbau"
|
||||
button={{ text: "Anfrage", href: "tel:+49123456789" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,64 +45,19 @@ export default function LandingPage() {
|
||||
title="Ihr Partner für exklusiven Innenausbau"
|
||||
description="Wir verwandeln Ihre Räume in Wohnträume. Präzision, Qualität und Leidenschaft für Handwerk vereint."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maximilian Müller",
|
||||
handle: "@müller",
|
||||
testimonial: "Hervorragende Arbeit bei unserem Umbau. Schnell und sauber.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sabine Schmidt",
|
||||
handle: "@sabine",
|
||||
testimonial: "Ein echter Profi für Innenausbau. Wir sind absolut begeistert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg",
|
||||
},
|
||||
{
|
||||
name: "Thomas Weber",
|
||||
handle: "@thomas",
|
||||
testimonial: "Zuverlässig, kompetent und sehr freundlich. Jederzeit wieder.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julia Koch",
|
||||
handle: "@julia",
|
||||
testimonial: "Die Ausführung war erstklassig. Vielen Dank für den tollen Service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
},
|
||||
{
|
||||
name: "Markus Bauer",
|
||||
handle: "@markus",
|
||||
testimonial: "Sehr empfehlenswert, präzise Planung und Umsetzung.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-worker-wearing-vest_23-2149366622.jpg",
|
||||
},
|
||||
{ name: "Maximilian Müller", handle: "@müller", testimonial: "Hervorragende Arbeit bei unserem Umbau. Schnell und sauber.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg" },
|
||||
{ name: "Sabine Schmidt", handle: "@sabine", testimonial: "Ein echter Profi für Innenausbau. Wir sind absolut begeistert.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg" },
|
||||
{ name: "Thomas Weber", handle: "@thomas", testimonial: "Zuverlässig, kompetent und sehr freundlich. Jederzeit wieder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg" },
|
||||
{ name: "Julia Koch", handle: "@julia", testimonial: "Die Ausführung war erstklassig. Vielen Dank für den tollen Service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg" },
|
||||
{ name: "Markus Bauer", handle: "@markus", testimonial: "Sehr empfehlenswert, präzise Planung und Umsetzung.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-worker-wearing-vest_23-2149366622.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317328.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-smart-woman-designer-demonstrating-unrolled-paper_23-2148180680.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356570.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg", alt: "Kunde 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-smart-woman-designer-demonstrating-unrolled-paper_23-2148180680.jpg", alt: "Kunde 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg", alt: "Kunde 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356570.jpg", alt: "Kunde 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", alt: "Kunde 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,21 +77,9 @@ export default function LandingPage() {
|
||||
title="Unsere Leistungen im Überblick"
|
||||
description="Von der Beratung bis zur Montage – wir bieten Full-Service Innenausbau für höchste Ansprüche."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Trockenbau",
|
||||
content: "Professionelle Montage von Trennwänden und Deckenkonstruktionen.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Bodenbeläge",
|
||||
content: "Verlegung hochwertiger Parkett-, Laminat- und Vinylböden.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Türenmontage",
|
||||
content: "Passgenauer Einbau von Zimmertüren und Zargen.",
|
||||
},
|
||||
{ id: "1", title: "Trockenbau", content: "Professionelle Montage von Trennwänden und Deckenkonstruktionen." },
|
||||
{ id: "2", title: "Bodenbeläge", content: "Verlegung hochwertiger Parkett-, Laminat- und Vinylböden." },
|
||||
{ id: "3", title: "Türenmontage", content: "Passgenauer Einbau von Zimmertüren und Zargen." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928969.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -159,14 +91,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Qualitätshandwerk",
|
||||
"Termintreue",
|
||||
"Fachberatung",
|
||||
"Saubere Arbeit",
|
||||
"Faire Preise",
|
||||
"Individuelle Planung",
|
||||
"Kompetente Ausführung",
|
||||
]}
|
||||
"Qualitätshandwerk", "Termintreue", "Fachberatung", "Saubere Arbeit", "Faire Preise", "Individuelle Planung", "Kompetente Ausführung"]}
|
||||
title="Warum unsere Kunden uns vertrauen"
|
||||
description="Unsere Philosophie basiert auf Qualität, Transparenz und Zufriedenheit."
|
||||
/>
|
||||
@@ -179,26 +104,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Markus Bergmann"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-architect-doing-ok-gesture-with-thumbs-up-street_839833-29290.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/carefree-female-with-afro-hairstyle-holds-paint-tools-refurbishes-walls-house_273609-38577.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg", alt: "Kunde 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg", alt: "Kunde 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg", alt: "Kunde 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-architect-doing-ok-gesture-with-thumbs-up-street_839833-29290.jpg", alt: "Kunde 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/carefree-female-with-afro-hairstyle-holds-paint-tools-refurbishes-walls-house_273609-38577.jpg", alt: "Kunde 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -210,21 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Bieten Sie auch Beratung vor Ort an?",
|
||||
content: "Ja, wir kommen gerne zu einer kostenlosen Erstberatung vorbei.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wie lange dauert ein durchschnittliches Projekt?",
|
||||
content: "Die Dauer hängt von der Komplexität ab, wir besprechen dies vorab genau.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Können Sie auch Materialbeschaffung übernehmen?",
|
||||
content: "Wir kümmern uns gerne um die Beschaffung der benötigten Materialien.",
|
||||
},
|
||||
{ id: "1", title: "Bieten Sie auch Beratung vor Ort an?", content: "Ja, wir kommen gerne zu einer kostenlosen Erstberatung vorbei." },
|
||||
{ id: "2", title: "Wie lange dauert ein durchschnittliches Projekt?", content: "Die Dauer hängt von der Komplexität ab, wir besprechen dies vorab genau." },
|
||||
{ id: "3", title: "Können Sie auch Materialbeschaffung übernehmen?", content: "Wir kümmern uns gerne um die Beschaffung der benötigten Materialien." },
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Wir beantworten Ihre Fragen rund um den Innenausbau."
|
||||
@@ -236,16 +134,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Bereit für Ihr Projekt? Kontaktieren Sie uns noch heute für ein unverbindliches Erstgespräch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anfragen",
|
||||
href: "tel:+49123456789",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Jetzt anfragen", href: "tel:+49123456789" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user