diff --git a/src/app/page.tsx b/src/app/page.tsx index f4542d5..abf56b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -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() {
); -} +} \ No newline at end of file