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() { @@ -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() {