From 08fa982316955088f535e40f6db75ca947542fe6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 15 Apr 2026 17:56:26 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 73fe68c..e2d74cd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,23 +15,23 @@ export default function App() { navItems={[ { name: "Start", - id: "hero", + href: "#hero", }, { name: "Über Uns", - id: "about", + href: "#about", }, { name: "Leistungen", - id: "services", + href: "#services", }, { name: "Prozess", - id: "process", + href: "#process", }, { name: "Kontakt", - id: "contact", + href: "#contact", }, ]} ctaButton={{ -- 2.49.1 From c67d53fe44e3185025ee6f9f2c44f11ea57df44e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:56:35 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 136 ++++++++++++++-------------------------------------- 1 file changed, 35 insertions(+), 101 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e2d74cd..994c358 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,30 +14,18 @@ export default function App() { logo="1A Haus & Immobilien" navItems={[ { - name: "Start", - href: "#hero", - }, + name: "Start", href: "#hero"}, { - name: "Über Uns", - href: "#about", - }, + name: "Über Uns", href: "#about"}, { - name: "Leistungen", - href: "#services", - }, + name: "Leistungen", href: "#services"}, { - name: "Prozess", - href: "#process", - }, + name: "Prozess", href: "#process"}, { - name: "Kontakt", - href: "#contact", - }, + name: "Kontakt", href: "#contact"}, ]} ctaButton={{ - text: "Beratung anfragen", - href: "#contact", - }} + text: "Beratung anfragen", href: "#contact"}} /> @@ -47,13 +35,9 @@ export default function App() { title="Ihr Traumhaus. Perfekt geplant. Sicher gebaut." description="1A Haus & Immobilien GmbH – Ihr zuverlässiger Partner für hochwertige Bauprojekte und moderne Wohnkonzepte in Lippstadt und Umgebung." primaryButton={{ - text: "Beratung anfragen", - href: "#contact", - }} + text: "Beratung anfragen", href: "#contact"}} secondaryButton={{ - text: "Jetzt anrufen", - href: "tel:029419785269", - }} + text: "Jetzt anrufen", href: "tel:029419785269"}} imageSrc="https://pixabay.com/get/g6b332583a72420539949a6211171781a30e3345c32dfcc082f97cf9dbe6aaa33f212f7de95765703b8d73bad06c22b6da7b48679681ad03019b7b499882afc5a_1280.jpg" /> @@ -75,33 +59,17 @@ export default function App() { description="Individuelle Lösungen für Ihr Eigenheim." plans={[ { - tag: "Exklusiv", - price: "Individuell", - period: "Projekt", - features: [ - "Individuelle Hausplanung", - "Schlüsselfertig", - ], + tag: "Exklusiv", price: "Individuell", period: "Projekt", features: [ + "Individuelle Hausplanung", "Schlüsselfertig"], primaryButton: { - text: "Beratung anfragen", - href: "#contact", - }, - imageSrc: "https://pixabay.com/get/g96fa3bd53bb4201087a9b84bb9596a92e02c73dc8056f4e952280e1d62f4005f4b612267178ea18c6d1192db763a9133cd9526c2071fa7c773526de010b1f00b_1280.jpg", - }, + text: "Beratung anfragen", href: "#contact"}, + imageSrc: "https://pixabay.com/get/g96fa3bd53bb4201087a9b84bb9596a92e02c73dc8056f4e952280e1d62f4005f4b612267178ea18c6d1192db763a9133cd9526c2071fa7c773526de010b1f00b_1280.jpg"}, { - tag: "Komplett", - price: "All-in", - period: "Betreuung", - features: [ - "Bauleitung & Betreuung", - "Finanzierungspartner", - ], + tag: "Komplett", price: "All-in", period: "Betreuung", features: [ + "Bauleitung & Betreuung", "Finanzierungspartner"], primaryButton: { - text: "Beratung anfragen", - href: "#contact", - }, - imageSrc: "https://pixabay.com/get/ga6ce278ad53acfdb4d1a059d67716daec0fc7212ff7f391b0ac5b5d4cb8e8b41e42786ede7d9abeb884fee0db68cc8aa6ad285a78871237080177cba6d364394_1280.jpg", - }, + text: "Beratung anfragen", href: "#contact"}, + imageSrc: "https://pixabay.com/get/ga6ce278ad53acfdb4d1a059d67716daec0fc7212ff7f391b0ac5b5d4cb8e8b41e42786ede7d9abeb884fee0db68cc8aa6ad285a78871237080177cba6d364394_1280.jpg"}, ]} /> @@ -113,36 +81,20 @@ export default function App() { description="In 4 Schritten zum Eigenheim." metrics={[ { - value: "01", - title: "Beratung & Planung", - features: [ - "Individuelles Konzept", - "Grundrisse", - ], + value: "01", title: "Beratung & Planung", features: [ + "Individuelles Konzept", "Grundrisse"], }, { - value: "02", - title: "Finanzierung", - features: [ - "Beratung", - "Sicherheit", - ], + value: "02", title: "Finanzierung", features: [ + "Beratung", "Sicherheit"], }, { - value: "03", - title: "Bauphase", - features: [ - "Bauleitung", - "Qualität", - ], + value: "03", title: "Bauphase", features: [ + "Bauleitung", "Qualität"], }, { - value: "04", - title: "Übergabe", - features: [ - "Schlüsselfertig", - "Service", - ], + value: "04", title: "Übergabe", features: [ + "Schlüsselfertig", "Service"], }, ]} /> @@ -153,13 +105,9 @@ export default function App() { tag="Kontakt" text="August-Horch-Straße 25, 59557 Lippstadt | Tel: 02941 9785269" primaryButton={{ - text: "Jetzt Beratung anfragen", - href: "mailto:info@1ahaus.de", - }} + text: "Jetzt Beratung anfragen", href: "mailto:info@1ahaus.de"}} secondaryButton={{ - text: "Anrufen", - href: "tel:029419785269", - }} + text: "Anrufen", href: "tel:029419785269"}} /> @@ -168,45 +116,31 @@ export default function App() { brand="1A Haus & Immobilien GmbH" columns={[ { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { - label: "August-Horch-Straße 25, 59557 Lippstadt", - href: "#", - }, + label: "August-Horch-Straße 25, 59557 Lippstadt", href: "#"}, { - label: "Tel: 02941 9785269", - href: "tel:029419785269", - }, + label: "Tel: 02941 9785269", href: "tel:029419785269"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]} copyright="© 2024 1A Haus & Immobilien GmbH. Alle Rechte vorbehalten." links={[ { - label: "Startseite", - href: "#hero", - }, + label: "Startseite", href: "#hero"}, { - label: "Kontakt", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1