diff --git a/src/app/page.tsx b/src/app/page.tsx
index dea5550..2b36614 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,52 +42,20 @@ export default function LandingPage() {
@@ -110,42 +66,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Präzision & Qualität",
- descriptions: [
- "Verwendung hochwertigster Materialien für eine lange Lebensdauer.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/rooftop-lounge-sunset_23-2151986955.jpg",
- imageAlt: "Rooftop lounge at sunset",
- },
- {
- id: "f2",
- title: "Individuelles Design",
- descriptions: [
- "Maßgeschneiderte Lösungen, die perfekt zu Ihrer Architektur passen.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg?_wi=2",
- imageAlt: "Rooftop lounge at sunset",
- },
- {
- id: "f3",
- title: "Zuverlässigkeit",
- descriptions: [
- "Pünktliche Umsetzung durch professionelle Handwerksleistung.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=1",
- imageAlt: "Rooftop lounge at sunset",
- },
- {
- id: "f4",
- title: "Rundum-Service",
- descriptions: [
- "Vom ersten Beratungsgespräch bis zur fachgerechten Montage.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=1",
- imageAlt: "Rooftop lounge at sunset",
- },
+ { id: "f1", title: "Präzision & Qualität", descriptions: ["Verwendung hochwertigster Materialien für eine lange Lebensdauer."], imageSrc: "http://img.b2bpic.net/free-photo/rooftop-lounge-sunset_23-2151986955.jpg", imageAlt: "Rooftop lounge at sunset" },
+ { id: "f2", title: "Individuelles Design", descriptions: ["Maßgeschneiderte Lösungen, die perfekt zu Ihrer Architektur passen."], imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg", imageAlt: "Rooftop lounge at sunset" },
+ { id: "f3", title: "Zuverlässigkeit", descriptions: ["Pünktliche Umsetzung durch professionelle Handwerksleistung."], imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg", imageAlt: "Rooftop lounge at sunset" },
+ { id: "f4", title: "Rundum-Service", descriptions: ["Vom ersten Beratungsgespräch bis zur fachgerechten Montage."], imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg", imageAlt: "Rooftop lounge at sunset" }
]}
title="Warum R-Bau Garant?"
description="Wir setzen auf Präzision, individuelle Ästhetik und absolute Zuverlässigkeit für Ihr exklusives Bauprojekt."
@@ -154,64 +78,17 @@ export default function LandingPage() {
@@ -411,4 +186,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file