Merge version_1 into main #2
272
src/app/page.tsx
272
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "vorteile",
|
||||
},
|
||||
{
|
||||
name: "Bewertungen",
|
||||
id: "socialproof",
|
||||
},
|
||||
{
|
||||
name: "Projekte",
|
||||
id: "projekte",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "kontakt",
|
||||
},
|
||||
{ name: "Leistungen", id: "leistungen" },
|
||||
{ name: "Über uns", id: "vorteile" },
|
||||
{ name: "Bewertungen", id: "socialproof" },
|
||||
{ name: "Projekte", id: "projekte" },
|
||||
{ name: "Kontakt", id: "kontakt" }
|
||||
]}
|
||||
brandName="Berlimo Handwerk"
|
||||
/>
|
||||
@@ -58,43 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Ihr Handwerksservice in Berlin"
|
||||
description="Zuverlässige Reparaturen, Montagen und Renovierungen. Schnell, sauber und professionell – vom Berliner Profi."
|
||||
tag="Zuverlässig & Schnell"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+491722619792",
|
||||
},
|
||||
{
|
||||
text: "Kostenloses Angebot",
|
||||
href: "#kontakt",
|
||||
},
|
||||
{ text: "Jetzt anrufen", href: "tel:+491722619792" },
|
||||
{ text: "Kostenloses Angebot", href: "#kontakt" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg?_wi=1",
|
||||
imageAlt: "handyman tools construction site",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74294.jpg",
|
||||
imageAlt: "handyman tools construction site",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-attractive-handy-glasses-asian-male-craftman-interior-designer-focus-wood-working-site-constrution-home-interior-design-house-renovation-improvement-concept_609648-1009.jpg",
|
||||
imageAlt: "Smart attractive handy glasses asian male craftman or interior designer focus wood working at site constrution home interior design house renovation and improvement concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-by-construction-stairs-wearing-hardhat-smiling-pointing-head-with-one-finger-great-idea-thought-good-memory_839833-20289.jpg",
|
||||
imageAlt: "Handsome man with beard by construction stairs wearing hardhat smiling pointing to head with one finger great idea or thought good memory",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451055.jpg",
|
||||
imageAlt: "Carpenter cutting mdf board inside workshop",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg", imageAlt: "handyman tools construction site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74294.jpg", imageAlt: "handyman tools construction site" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,50 +68,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Möbelmontage",
|
||||
description: "Professioneller Aufbau Ihrer Möbel.",
|
||||
icon: Wrench,
|
||||
title: "Möbelmontage", description: "Professioneller Aufbau Ihrer Möbel.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools-wooden-background-flat-lay_169016-24028.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/furniture-assembly-flat-set-isolated-icons-with-characters-working-people-with-rulers-tools-vector-illustration_1284-73069.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg?_wi=2",
|
||||
imageAlt: "furniture assembly icon vector",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools-wooden-background-flat-lay_169016-24028.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/furniture-assembly-flat-set-isolated-icons-with-characters-working-people-with-rulers-tools-vector-illustration_1284-73069.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Malerarbeiten",
|
||||
description: "Saubere Anstriche für Ihre Wände.",
|
||||
icon: Paintbrush,
|
||||
title: "Malerarbeiten", description: "Saubere Anstriche für Ihre Wände.", icon: Paintbrush,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-illustration_23-2149377023.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-brush-gray-background-with-copy-space_141793-15152.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/different-instruments-construction-building-repair-concept-screwdriver-saw-brush-hammer-knife-scissors-wrench-vector-illustration_1150-60819.jpg",
|
||||
imageAlt: "furniture assembly icon vector",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-illustration_23-2149377023.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-brush-gray-background-with-copy-space_141793-15152.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Reparaturen",
|
||||
description: "Schnelle Hilfe bei kleinen Schäden.",
|
||||
icon: Wrench,
|
||||
title: "Reparaturen", description: "Schnelle Hilfe bei kleinen Schäden.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576463.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-holding-laptop_23-2148384546.jpg?_wi=1",
|
||||
imageAlt: "furniture assembly icon vector",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576463.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Wir sind Ihr Berliner Allround-Handwerker für Haus, Wohnung und Büro."
|
||||
@@ -166,30 +101,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pünktlichkeit",
|
||||
role: "Unser Versprechen",
|
||||
description: "Wir halten Termine ein.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sauberkeit",
|
||||
role: "Standard",
|
||||
description: "Wir hinterlassen alles sauber.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg?_wi=3",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fairness",
|
||||
role: "Transparenz",
|
||||
description: "Keine versteckten Kosten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools-wooden-background-flat-lay_169016-24028.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{ id: "1", name: "Pünktlichkeit", role: "Unser Versprechen", description: "Wir halten Termine ein.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "happy customer portrait" },
|
||||
{ id: "2", name: "Sauberkeit", role: "Standard", description: "Wir hinterlassen alles sauber.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg", imageAlt: "happy customer portrait" },
|
||||
{ id: "3", name: "Fairness", role: "Transparenz", description: "Keine versteckten Kosten.", imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools-wooden-background-flat-lay_169016-24028.jpg", imageAlt: "happy customer portrait" }
|
||||
]}
|
||||
title="Warum Berlimo Handwerk?"
|
||||
description="Wir stehen für Zuverlässigkeit, Sauberkeit und faire Berliner Preise."
|
||||
@@ -201,13 +115,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Hausverwaltung Berlin",
|
||||
"Privatkunden Berlin",
|
||||
"Eigentümergemeinschaften",
|
||||
"Kleine Unternehmen",
|
||||
"Hausmeisterservices",
|
||||
"Lokale Gastronomie",
|
||||
"Berlin-Mitte Bewohner",
|
||||
"Hausverwaltung Berlin", "Privatkunden Berlin", "Eigentümergemeinschaften", "Kleine Unternehmen", "Hausmeisterservices", "Lokale Gastronomie", "Berlin-Mitte Bewohner"
|
||||
]}
|
||||
title="Unsere Kunden vertrauen uns"
|
||||
description="Wir sind stolz auf unsere hohe Kundenzufriedenheit in ganz Berlin."
|
||||
@@ -221,42 +129,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Küchenmontage",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-holding-laptop_23-2148384546.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bodenverlegung",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Möbelaufbau",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Wandanstrich",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-life-plan-medium-shot_23-2148889743.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Montagearbeit",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-system-with-open-drawers_169016-72726.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Renovierung",
|
||||
price: "Abschluss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-massaging-hand_23-2150442218.jpg",
|
||||
},
|
||||
{ id: "1", name: "Küchenmontage", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-holding-laptop_23-2148384546.jpg" },
|
||||
{ id: "2", name: "Bodenverlegung", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg" },
|
||||
{ id: "3", name: "Möbelaufbau", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg" },
|
||||
{ id: "4", name: "Wandanstrich", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/eco-life-plan-medium-shot_23-2148889743.jpg" },
|
||||
{ id: "5", name: "Montagearbeit", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-system-with-open-drawers_169016-72726.jpg" },
|
||||
{ id: "6", name: "Renovierung", price: "Abschluss", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-massaging-hand_23-2150442218.jpg" }
|
||||
]}
|
||||
title="Projekte"
|
||||
description="Ein kleiner Einblick in unsere handwerkliche Arbeit."
|
||||
@@ -268,21 +146,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "1. Anfrage senden",
|
||||
content: "Rufen Sie uns an oder schicken Sie uns eine WhatsApp.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "2. Angebot erhalten",
|
||||
content: "Wir kalkulieren faire Preise für Ihr Anliegen.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "3. Auftrag erledigt",
|
||||
content: "Unsere Profis kommen und setzen es um.",
|
||||
},
|
||||
{ id: "1", title: "1. Anfrage senden", content: "Rufen Sie uns an oder schicken Sie uns eine WhatsApp." },
|
||||
{ id: "2", title: "2. Angebot erhalten", content: "Wir kalkulieren faire Preise für Ihr Anliegen." },
|
||||
{ id: "3", title: "3. Auftrag erledigt", content: "Unsere Profis kommen und setzen es um." }
|
||||
]}
|
||||
title="Einfacher Prozess"
|
||||
description="In 3 Schritten zum fertigen Auftrag."
|
||||
@@ -295,21 +161,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wo in Berlin sind Sie tätig?",
|
||||
content: "Wir sind überall im Berliner Stadtgebiet aktiv.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wie schnell sind Termine möglich?",
|
||||
content: "Meist innerhalb von wenigen Tagen.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gibt es faire Preise?",
|
||||
content: "Ja, wir bieten transparente Festpreise an.",
|
||||
},
|
||||
{ id: "1", title: "Wo in Berlin sind Sie tätig?", content: "Wir sind überall im Berliner Stadtgebiet aktiv." },
|
||||
{ id: "2", title: "Wie schnell sind Termine möglich?", content: "Meist innerhalb von wenigen Tagen." },
|
||||
{ id: "3", title: "Gibt es faire Preise?", content: "Ja, wir bieten transparente Festpreise an." }
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Alles Wichtige zu unserem Service."
|
||||
@@ -320,21 +174,13 @@ export default function LandingPage() {
|
||||
<div id="kontakt" data-section="kontakt">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Jetzt Kontakt aufnehmen"
|
||||
title="Handwerker für Berlin gesucht?"
|
||||
description="Kontaktieren Sie uns telefonisch, per WhatsApp oder über das Formular."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp starten",
|
||||
href: "https://wa.me/491722619792",
|
||||
},
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+491722619792",
|
||||
},
|
||||
{ text: "WhatsApp starten", href: "https://wa.me/491722619792" },
|
||||
{ text: "Jetzt anrufen", href: "tel:+491722619792" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,35 +190,21 @@ export default function LandingPage() {
|
||||
logoText="Berlimo Handwerk"
|
||||
columns={[
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
{
|
||||
label: "Leistungen",
|
||||
href: "#leistungen",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#kontakt",
|
||||
},
|
||||
],
|
||||
title: "Service", items: [
|
||||
{ label: "Leistungen", href: "#leistungen" },
|
||||
{ label: "Kontakt", href: "#kontakt" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user