Merge version_1 into main #2
219
src/app/page.tsx
219
src/app/page.tsx
@@ -33,48 +33,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "leistungen",
|
||||
},
|
||||
name: "Leistungen", id: "leistungen"},
|
||||
{
|
||||
name: "Projektgalerie",
|
||||
id: "projekte",
|
||||
},
|
||||
name: "Projektgalerie", id: "projekte"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "kontakt",
|
||||
},
|
||||
name: "Kontakt", id: "kontakt"},
|
||||
]}
|
||||
brandName="sg-massivhaus"
|
||||
button={{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:033755857719",
|
||||
}}
|
||||
text: "Jetzt anrufen", href: "tel:033755857719"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ihr Massivhaus in Berlin & Brandenburg"
|
||||
description="Individuell geplant. Hochwertig gebaut. Ihr regionaler Familienbetrieb für stressfreies Bauen und zertifizierte Handwerksqualität."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kostenlose Beratung",
|
||||
href: "#kontakt",
|
||||
},
|
||||
text: "Kostenlose Beratung", href: "#kontakt"},
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:033755857719",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:033755857719"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,19 +71,13 @@ export default function LandingPage() {
|
||||
description="Wir stehen für Transparenz, Termintreue und eine Bauweise, die Werte schafft. Von der ersten Grundstücksberatung bis zur Schlüsselübergabe in Berlin und Brandenburg sind wir persönlich für Sie da."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Regional verwurzelt",
|
||||
description: "Experten für den Berliner & Brandenburger Markt.",
|
||||
},
|
||||
title: "Regional verwurzelt", description: "Experten für den Berliner & Brandenburger Markt."},
|
||||
{
|
||||
title: "Maximale Transparenz",
|
||||
description: "Keine versteckten Kosten, volle Planungssicherheit.",
|
||||
},
|
||||
title: "Maximale Transparenz", description: "Keine versteckten Kosten, volle Planungssicherheit."},
|
||||
{
|
||||
title: "Persönliche Betreuung",
|
||||
description: "Ein Bauleiter, ein Ziel: Ihr sorgenfreies Eigenheim.",
|
||||
},
|
||||
title: "Persönliche Betreuung", description: "Ein Bauleiter, ein Ziel: Ihr sorgenfreies Eigenheim."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -110,28 +89,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Individuelle Hausplanung",
|
||||
description: "Ihr Grundriss, Ihre Wünsche.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Compass,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-measuring-tools_23-2147785582.jpg",
|
||||
imageAlt: "architectural blueprints construction",
|
||||
title: "Individuelle Hausplanung", description: "Ihr Grundriss, Ihre Wünsche.", bentoComponent: "reveal-icon", icon: Compass,
|
||||
},
|
||||
{
|
||||
title: "Schlüsselfertiger Massivbau",
|
||||
description: "Sorgenfrei in die eigenen vier Wände.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Key,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=2",
|
||||
imageAlt: "architectural blueprints construction",
|
||||
title: "Schlüsselfertiger Massivbau", description: "Sorgenfrei in die eigenen vier Wände.", bentoComponent: "reveal-icon", icon: Key,
|
||||
},
|
||||
{
|
||||
title: "Grundstücksberatung",
|
||||
description: "Die Basis für Ihr Fundament.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=2",
|
||||
imageAlt: "architectural blueprints construction",
|
||||
title: "Grundstücksberatung", description: "Die Basis für Ihr Fundament.", bentoComponent: "reveal-icon", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Unsere Leistungen für Ihr Projekt"
|
||||
@@ -146,23 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Erfolgreiche Projekte",
|
||||
value: "150+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Erfolgreiche Projekte", value: "150+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Google Bewertung",
|
||||
value: "5.0",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Google Bewertung", value: "5.0"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Zufriedene Familien",
|
||||
value: "200+",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Zufriedene Familien", value: "200+"},
|
||||
]}
|
||||
title="Werte, die zählen"
|
||||
description="Bauprojekte mit Leidenschaft – unser Erfolg misst sich in zufriedenen Bauherren."
|
||||
@@ -175,55 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Familie Schmidt",
|
||||
date: "12.02.2024",
|
||||
title: "Absolute Weiterempfehlung",
|
||||
quote: "Alles lief reibungslos, von der ersten Beratung bis zum Einzug.",
|
||||
tag: "Sehr zufrieden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/playful-little-girl-having-fun-with-her-father-their-new-home_637285-12402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-holding-hands-walking-yard_259150-59376.jpg",
|
||||
},
|
||||
id: "1", name: "Familie Schmidt", date: "12.02.2024", title: "Absolute Weiterempfehlung", quote: "Alles lief reibungslos, von der ersten Beratung bis zum Einzug.", tag: "Sehr zufrieden", avatarSrc: "http://img.b2bpic.net/free-photo/playful-little-girl-having-fun-with-her-father-their-new-home_637285-12402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-holding-hands-walking-yard_259150-59376.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Herr & Frau Meier",
|
||||
date: "05.11.2023",
|
||||
title: "Top Kommunikation",
|
||||
quote: "Stets erreichbar und bei allen Fragen sehr kompetent beraten.",
|
||||
tag: "Exzellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-floor-lamp_1203-444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-man-woman-doing-online-shopping-buy-furniture-browsing-internet-website-home-decor-inspiration-moving-rented-apartment-property-together-relationship-event_482257-49843.jpg",
|
||||
},
|
||||
id: "2", name: "Herr & Frau Meier", date: "05.11.2023", title: "Top Kommunikation", quote: "Stets erreichbar und bei allen Fragen sehr kompetent beraten.", tag: "Exzellent", avatarSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-floor-lamp_1203-444.jpg", imageSrc: "http://img.b2bpic.net/free-photo/diverse-man-woman-doing-online-shopping-buy-furniture-browsing-internet-website-home-decor-inspiration-moving-rented-apartment-property-together-relationship-event_482257-49843.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Familie Becker",
|
||||
date: "20.08.2023",
|
||||
title: "Hochwertiges Handwerk",
|
||||
quote: "Die Bauqualität überzeugt uns auch nach einem Jahr voll und ganz.",
|
||||
tag: "Sehr gut",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg",
|
||||
},
|
||||
id: "3", name: "Familie Becker", date: "20.08.2023", title: "Hochwertiges Handwerk", quote: "Die Bauqualität überzeugt uns auch nach einem Jahr voll und ganz.", tag: "Sehr gut", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ehepaar Lehmann",
|
||||
date: "15.03.2023",
|
||||
title: "Stressfrei gebaut",
|
||||
quote: "Wir haben uns bei sg-massivhaus von Anfang an gut aufgehoben gefühlt.",
|
||||
tag: "Professionell",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-device_23-2149246363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-home_23-2149061778.jpg",
|
||||
},
|
||||
id: "4", name: "Ehepaar Lehmann", date: "15.03.2023", title: "Stressfrei gebaut", quote: "Wir haben uns bei sg-massivhaus von Anfang an gut aufgehoben gefühlt.", tag: "Professionell", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-device_23-2149246363.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-home_23-2149061778.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Familie Wagner",
|
||||
date: "10.01.2023",
|
||||
title: "Jederzeit erreichbar",
|
||||
quote: "Die Kommunikation war fantastisch und immer auf Augenhöhe.",
|
||||
tag: "Top Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-daughter-spending-time-together-while-wearing-linen-clothing_23-2150659515.jpg",
|
||||
},
|
||||
id: "5", name: "Familie Wagner", date: "10.01.2023", title: "Jederzeit erreichbar", quote: "Die Kommunikation war fantastisch und immer auf Augenhöhe.", tag: "Top Service", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg", imageSrc: "http://img.b2bpic.net/free-photo/parents-daughter-spending-time-together-while-wearing-linen-clothing_23-2150659515.jpg"},
|
||||
]}
|
||||
title="Was unsere Bauherren sagen"
|
||||
description="Vertrauen ist die wichtigste Zutat beim Hausbau. Das sagen unsere Kunden über sg-massivhaus."
|
||||
@@ -236,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Wie lange dauert der Bau?",
|
||||
content: "Je nach Ausbaustufe planen wir individuell, streben aber stets eine zügige und termintreue Abwicklung an.",
|
||||
},
|
||||
id: "q1", title: "Wie lange dauert der Bau?", content: "Je nach Ausbaustufe planen wir individuell, streben aber stets eine zügige und termintreue Abwicklung an."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wo bauen Sie genau?",
|
||||
content: "Wir sind spezialisiert auf die Region Berlin & Brandenburg.",
|
||||
},
|
||||
id: "q2", title: "Wo bauen Sie genau?", content: "Wir sind spezialisiert auf die Region Berlin & Brandenburg."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Wie transparent sind die Kosten?",
|
||||
content: "Bei uns erhalten Sie eine detaillierte Aufstellung – keine versteckten Kosten.",
|
||||
},
|
||||
id: "q3", title: "Wie transparent sind die Kosten?", content: "Bei uns erhalten Sie eine detaillierte Aufstellung – keine versteckten Kosten."},
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Hier finden Sie Antworten auf die wichtigsten Fragen zum Bau Ihres Traumhauses mit sg-massivhaus."
|
||||
@@ -265,41 +171,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Einfamilienhaus modern",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg",
|
||||
},
|
||||
id: "p1", name: "Einfamilienhaus modern", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Massivbau Stadtvilla",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-important-project-is-serious-aim_329181-10350.jpg",
|
||||
},
|
||||
id: "p2", name: "Massivbau Stadtvilla", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/very-important-project-is-serious-aim_329181-10350.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Individueller Bungalow",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-country-house-winter_23-2147803910.jpg",
|
||||
},
|
||||
id: "p3", name: "Individueller Bungalow", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/big-country-house-winter_23-2147803910.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Klassisches Wohnhaus",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-four-people-walking-across-new-building-site_259150-60523.jpg",
|
||||
},
|
||||
id: "p4", name: "Klassisches Wohnhaus", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/group-four-people-walking-across-new-building-site_259150-60523.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Energieeffizienz-Massivbau",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
|
||||
},
|
||||
id: "p5", name: "Energieeffizienz-Massivbau", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Familien-Wohnhaus",
|
||||
price: "Projektbesichtigung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-drawing-listening-engineer-waiting-workers_259150-57749.jpg",
|
||||
},
|
||||
id: "p6", name: "Familien-Wohnhaus", price: "Projektbesichtigung", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-drawing-listening-engineer-waiting-workers_259150-57749.jpg"},
|
||||
]}
|
||||
title="Unsere Referenzprojekte"
|
||||
description="Lassen Sie sich von unseren realisierten Massivhäusern in der Region Berlin-Brandenburg inspirieren."
|
||||
@@ -310,8 +192,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Jetzt Kontakt aufnehmen"
|
||||
title="Starten Sie Ihr Bauprojekt"
|
||||
description="Vereinbaren Sie jetzt Ihr unverbindliches Erstgespräch. Wir freuen uns auf Ihre Anfrage."
|
||||
@@ -326,33 +207,21 @@ export default function LandingPage() {
|
||||
logoText="sg-massivhaus"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Flurweg 2, 15712 Königs Wusterhausen",
|
||||
href: "#",
|
||||
},
|
||||
label: "Flurweg 2, 15712 Königs Wusterhausen", href: "#"},
|
||||
{
|
||||
label: "03375 5857719",
|
||||
href: "tel:033755857719",
|
||||
},
|
||||
label: "03375 5857719", href: "tel:033755857719"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Startseite", href: "#hero"},
|
||||
{
|
||||
label: "Leistungen",
|
||||
href: "#leistungen",
|
||||
},
|
||||
label: "Leistungen", href: "#leistungen"},
|
||||
{
|
||||
label: "Referenzen",
|
||||
href: "#projekte",
|
||||
},
|
||||
label: "Referenzen", href: "#projekte"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user