diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9bdef06..8c61a03 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -60,40 +45,16 @@ export default function LandingPage() {
logoText="Hammes GmbH & Co. KG"
description="Vom Fundament bis zum fertigen Dach – alles aus einer Hand. Ihr zuverlässiger Partner für Bau- und Dachstuhlarbeiten in Weiler und Umgebung."
buttons={[
- {
- text: "Jetzt Angebot anfordern",
- href: "#contact",
- },
- {
- text: "Projekt besprechen",
- href: "#contact",
- },
+ { text: "Jetzt Angebot anfordern", href: "#contact" },
+ { text: "Projekt besprechen", href: "#contact" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1",
- imageAlt: "House construction process",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/chateau-vartely-winery-restaurant-building-sunset_1268-15693.jpg",
- imageAlt: "Finished house",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg",
- imageAlt: "Roof frame",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg",
- imageAlt: "Industrial hall construction",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg",
- imageAlt: "Foundation pouring",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661424.jpg",
- imageAlt: "Multifamily project",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "House construction process" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/chateau-vartely-winery-restaurant-building-sunset_1268-15693.jpg", imageAlt: "Finished house" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg", imageAlt: "Roof frame" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg", imageAlt: "Industrial hall construction" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg", imageAlt: "Foundation pouring" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661424.jpg", imageAlt: "Multifamily project" },
]}
/>
@@ -103,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Verlässliche Qualität aus Tradition"
metrics={[
- {
- icon: Award,
- label: "Jahre Erfahrung",
- value: "30+",
- },
- {
- icon: Users,
- label: "Fachhandwerker",
- value: "20+",
- },
- {
- icon: CheckCircle,
- label: "Erfolgreiche Projekte",
- value: "500+",
- },
+ { icon: Award, label: "Jahre Erfahrung", value: "30+" },
+ { icon: Users, label: "Fachhandwerker", value: "20+" },
+ { icon: CheckCircle, label: "Erfolgreiche Projekte", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -129,30 +78,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
features={[
- {
- title: "Maurer- & Erdarbeiten",
- description: "Solides Fundament für jeden Bau.",
- bentoComponent: "reveal-icon",
- icon: Building2,
- imageSrc: "http://img.b2bpic.net/free-photo/interaction-contractors_1098-14893.jpg",
- imageAlt: "skilled construction workers meeting",
- },
- {
- title: "Dachstühle & Holzbau",
- description: "Traditionelle Zimmermannskunst für ihr Dach.",
- bentoComponent: "reveal-icon",
- icon: Wrench,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=2",
- imageAlt: "skilled construction workers meeting",
- },
- {
- title: "Sanierung & Umbau",
- description: "Moderne Lösungen für Bestandsbauten.",
- bentoComponent: "reveal-icon",
- icon: Wrench,
- imageSrc: "http://img.b2bpic.net/free-photo/grungy-lightweight-concrete-block-wall-texture-background_626616-514.jpg",
- imageAlt: "skilled construction workers meeting",
- },
+ { title: "Maurer- & Erdarbeiten", description: "Solides Fundament für jeden Bau.", bentoComponent: "reveal-icon", icon: Building2 },
+ { title: "Dachstühle & Holzbau", description: "Traditionelle Zimmermannskunst für ihr Dach.", bentoComponent: "reveal-icon", icon: Wrench },
+ { title: "Sanierung & Umbau", description: "Moderne Lösungen für Bestandsbauten.", bentoComponent: "reveal-icon", icon: Wrench },
]}
title="Unsere Bauleistungen"
description="Wir bieten umfassende Lösungen für private und gewerbliche Bauprojekte."
@@ -161,46 +89,17 @@ export default function LandingPage() {
@@ -231,30 +123,11 @@ export default function LandingPage() {
title="Kontaktieren Sie uns"
description="Sprechen Sie mit unseren Experten über Ihr nächstes Bauprojekt. Neustraße 9, 56825 Weiler. Tel: +49 (0) 2678 953850"
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Ihr Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Ihre E-Mail",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Telefonnummer",
- required: false,
- },
+ { name: "name", type: "text", placeholder: "Ihr Name", required: true },
+ { name: "email", type: "email", placeholder: "Ihre E-Mail", required: true },
+ { name: "phone", type: "tel", placeholder: "Telefonnummer", required: false },
]}
- textarea={{
- name: "message",
- placeholder: "Erzählen Sie uns von Ihrem Projekt...",
- rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "Erzählen Sie uns von Ihrem Projekt...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/city-square_1359-564.jpg"
buttonText="Anfrage senden"
/>
@@ -265,50 +138,23 @@ export default function LandingPage() {
logoText="Hammes GmbH & Co. KG"
columns={[
{
- title: "Unternehmen",
- items: [
- {
- label: "Über uns",
- href: "#about",
- },
- {
- label: "Leistungen",
- href: "#services",
- },
- {
- label: "Referenzen",
- href: "#gallery",
- },
+ title: "Unternehmen", items: [
+ { label: "Über uns", href: "#about" },
+ { label: "Leistungen", href: "#services" },
+ { label: "Referenzen", href: "#gallery" },
],
},
{
- title: "Kontakt",
- items: [
- {
- label: "Neustraße 9, 56825 Weiler",
- href: "#",
- },
- {
- label: "+49 (0) 2678 953850",
- href: "tel:+492678953850",
- },
- {
- label: "info@hammesbau.de",
- href: "mailto:info@hammesbau.de",
- },
+ title: "Kontakt", items: [
+ { label: "Neustraße 9, 56825 Weiler", href: "#" },
+ { label: "+49 (0) 2678 953850", href: "tel:+492678953850" },
+ { label: "info@hammesbau.de", href: "mailto:info@hammesbau.de" },
],
},
{
- title: "Rechtliches",
- items: [
- {
- label: "Impressum",
- href: "#",
- },
- {
- label: "Datenschutz",
- href: "#",
- },
+ title: "Rechtliches", items: [
+ { label: "Impressum", href: "#" },
+ { label: "Datenschutz", href: "#" },
],
},
]}