diff --git a/src/app/page.tsx b/src/app/page.tsx index fe3cb7c..ebfb7f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -71,11 +56,7 @@ export default function LandingPage() { useInvertedBackground={false} title="SASCHA NIX" description={[ - "Ihr Handwerker in Köln. Ich gebe nicht auf, bis eine Lösung gefunden ist.", - "→ Zuverlässig & pünktlich", - "→ Faire, transparente Preise", - "→ Sauber & gewissenhaft", - "→ Persönlicher Ansprechpartner", + "Ihr Handwerker in Köln. Ich gebe nicht auf, bis eine Lösung gefunden ist.", "→ Zuverlässig & pünktlich", "→ Faire, transparente Preise", "→ Sauber & gewissenhaft", "→ Persönlicher Ansprechpartner" ]} /> @@ -87,56 +68,26 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "RENOVIERUNG", - description: "Komplettrenovierung Wände, Böden, Türen.", - icon: Wrench, + title: "RENOVIERUNG", description: "Komplettrenovierung Wände, Böden, Türen.", icon: Wrench, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=2", - imageAlt: "Renovierung", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=3", - imageAlt: "Renovierung detail", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=4", - imageAlt: "freshly painted antique door detail", + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Renovierung" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Renovierung detail" } + ] }, { - title: "MONTAGE", - description: "Möbel, Küchen, Regale, Herd.", - icon: Star, + title: "MONTAGE", description: "Möbel, Küchen, Regale, Herd.", icon: Star, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=5", - imageAlt: "Montage", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=6", - imageAlt: "Montage detail", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-vest_23-2149366621.jpg?_wi=1", - imageAlt: "professional friendly handyman portrait", + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Montage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Montage detail" } + ] }, { - title: "REPARATUR", - description: "Schnelle Hilfe im ganzen Haus.", - icon: Wrench, + title: "REPARATUR", description: "Schnelle Hilfe im ganzen Haus.", icon: Wrench, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=7", - imageAlt: "Reparatur", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg?_wi=8", - imageAlt: "Reparatur detail", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/skilled-cabinet-maker-working-small-workshop_1163-3132.jpg?_wi=1", - imageAlt: "modern renovation workshop professional", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Reparatur" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19964.jpg", imageAlt: "Reparatur detail" } + ] + } ]} title="WAS ICH FÜR SIE TUN KANN" description="Individuelle Lösungen für Ihr Zuhause." @@ -147,31 +98,11 @@ export default function LandingPage() {