Merge version_1 into main #1
212
src/app/page.tsx
212
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Erfolge",
|
||||
id: "#metrics",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Über uns", id: "#about" },
|
||||
{ name: "Leistungen", id: "#features" },
|
||||
{ name: "Erfolge", id: "#metrics" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="RHT Ringwald"
|
||||
/>
|
||||
@@ -60,26 +48,11 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-wood-planks_1048-5018.jpg"
|
||||
imageAlt="Ringwald Holztechnik Werkstatt"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-working-wood-engraving-workshop_23-2149185412.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg", alt: "Kunde 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg", alt: "Kunde 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg", alt: "Kunde 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg", alt: "Kunde 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-working-wood-engraving-workshop_23-2149185412.jpg", alt: "Kunde 5" },
|
||||
]}
|
||||
avatarText="Über 500 zufriedene Kunden"
|
||||
/>
|
||||
@@ -89,15 +62,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Tradition trifft auf Innovation.",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wood-blocks-desk_23-2148898119.jpg",
|
||||
alt: "Holztechnik Expertise",
|
||||
},
|
||||
{ type: "text", content: "Tradition trifft auf Innovation." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/wood-blocks-desk_23-2148898119.jpg", alt: "Holztechnik Expertise" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,24 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Holzbau & Konstruktion",
|
||||
description: "Maßgeschneiderte Konstruktionen für Wohn- und Gewerbebau.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-workshop-measuring_23-2148836017.jpg",
|
||||
imageAlt: "Holzbau",
|
||||
},
|
||||
{
|
||||
title: "Nachhaltige Materialien",
|
||||
description: "Verwendung ökologisch wertvoller und langlebiger Hölzer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thickness-planer-machine-woodworking-workshop_1163-3155.jpg",
|
||||
imageAlt: "Holzqualität",
|
||||
},
|
||||
{
|
||||
title: "Technische Planung",
|
||||
description: "Digitale Vorabplanung für maximale Präzision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-architect-wearing-helmet_23-2148815565.jpg",
|
||||
imageAlt: "Planung",
|
||||
},
|
||||
{ title: "Holzbau & Konstruktion", description: "Maßgeschneiderte Konstruktionen für Wohn- und Gewerbebau.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-workshop-measuring_23-2148836017.jpg", imageAlt: "Holzbau" },
|
||||
{ title: "Nachhaltige Materialien", description: "Verwendung ökologisch wertvoller und langlebiger Hölzer.", imageSrc: "http://img.b2bpic.net/free-photo/thickness-planer-machine-woodworking-workshop_1163-3155.jpg", imageAlt: "Holzqualität" },
|
||||
{ title: "Technische Planung", description: "Digitale Vorabplanung für maximale Präzision.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-architect-wearing-helmet_23-2148815565.jpg", imageAlt: "Planung" },
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Von der Planung bis zur fertigen Montage - wir begleiten Ihr Holzprojekt mit technischer Exzellenz."
|
||||
@@ -135,31 +86,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "25+",
|
||||
title: "Jahre Erfahrung",
|
||||
description: "Seit Gründung für Sie im Einsatz.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Projekte",
|
||||
description: "Erfolgreich abgeschlossene Bauvorhaben.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Zufriedenheit",
|
||||
description: "Unser Anspruch an jede Leistung.",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "1", value: "25+", title: "Jahre Erfahrung", description: "Seit Gründung für Sie im Einsatz.", icon: Award },
|
||||
{ id: "2", value: "500+", title: "Projekte", description: "Erfolgreich abgeschlossene Bauvorhaben.", icon: CheckCircle },
|
||||
{ id: "3", value: "100%", title: "Zufriedenheit", description: "Unser Anspruch an jede Leistung.", icon: Star },
|
||||
]}
|
||||
title="Unsere Zahlen"
|
||||
description="Jahre Erfahrung und hunderte zufriedene Kunden sprechen für uns."
|
||||
@@ -172,60 +106,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Markus Müller",
|
||||
role: "Bauherr",
|
||||
company: "Privatprojekt",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Petra Schmidt",
|
||||
role: "Geschäftsführerin",
|
||||
company: "Schmidt GmbH",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jens Wagner",
|
||||
role: "Architekt",
|
||||
company: "Wagner Architektur",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Becker",
|
||||
role: "Immobilienentwicklerin",
|
||||
company: "Becker Dev",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas Kern",
|
||||
role: "Hausverwaltung",
|
||||
company: "Kern Verwaltung",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-wood-engraving-workshop_23-2149185412.jpg",
|
||||
},
|
||||
{ id: "1", name: "Markus Müller", role: "Bauherr", company: "Privatprojekt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg" },
|
||||
{ id: "2", name: "Petra Schmidt", role: "Geschäftsführerin", company: "Schmidt GmbH", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg" },
|
||||
{ id: "3", name: "Jens Wagner", role: "Architekt", company: "Wagner Architektur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg" },
|
||||
{ id: "4", name: "Lisa Becker", role: "Immobilienentwicklerin", company: "Becker Dev", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg" },
|
||||
{ id: "5", name: "Thomas Kern", role: "Hausverwaltung", company: "Kern Verwaltung", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-wood-engraving-workshop_23-2149185412.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Google Rating",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Weiterempfehlung",
|
||||
},
|
||||
{
|
||||
value: "120",
|
||||
label: "Laufende Verträge",
|
||||
},
|
||||
{ value: "5.0", label: "Google Rating" },
|
||||
{ value: "98%", label: "Weiterempfehlung" },
|
||||
{ value: "120", label: "Laufende Verträge" },
|
||||
]}
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Vertrauen ist das Fundament unserer Projekte."
|
||||
@@ -237,21 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Bieten Sie Beratung vor Ort an?",
|
||||
content: "Ja, wir kommen gerne persönlich zu Ihnen auf die Baustelle.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Wie lange sind die Lieferzeiten?",
|
||||
content: "Dies hängt vom Projektumfang ab – nach der Planung erhalten Sie eine verbindliche Frist.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Welche Holzarten verarbeiten Sie?",
|
||||
content: "Wir verarbeiten überwiegend heimische Hölzer wie Fichte, Tanne und Eiche.",
|
||||
},
|
||||
{ id: "faq1", title: "Bieten Sie Beratung vor Ort an?", content: "Ja, wir kommen gerne persönlich zu Ihnen auf die Baustelle." },
|
||||
{ id: "faq2", title: "Wie lange sind die Lieferzeiten?", content: "Dies hängt vom Projektumfang ab – nach der Planung erhalten Sie eine verbindliche Frist." },
|
||||
{ id: "faq3", title: "Welche Holzarten verarbeiten Sie?", content: "Wir verarbeiten überwiegend heimische Hölzer wie Fichte, Tanne und Eiche." },
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Alles Wichtige auf einen Blick."
|
||||
@@ -262,9 +140,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Kontakt"
|
||||
title="Starten Sie Ihr Projekt"
|
||||
description="Lassen Sie uns gemeinsam Ihr Holzbau-Projekt realisieren. Schreiben Sie uns eine Nachricht."
|
||||
@@ -275,29 +151,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Karriere",
|
||||
href: "#",
|
||||
},
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "#about" },
|
||||
{ label: "Karriere", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "Ringwald Holztechnik",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "info@rht-ringwald.de",
|
||||
href: "mailto:info@rht-ringwald.de",
|
||||
},
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Ringwald Holztechnik", href: "#" },
|
||||
{ label: "info@rht-ringwald.de", href: "mailto:info@rht-ringwald.de" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -308,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user