Merge version_1_1776275728092 into main #1
136
src/App.tsx
136
src/App.tsx
@@ -14,30 +14,18 @@ export default function App() {
|
||||
logo="1A Haus & Immobilien"
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", href: "#hero"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über Uns", href: "#about"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "services",
|
||||
},
|
||||
name: "Leistungen", href: "#services"},
|
||||
{
|
||||
name: "Prozess",
|
||||
id: "process",
|
||||
},
|
||||
name: "Prozess", href: "#process"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", href: "#contact"},
|
||||
]}
|
||||
ctaButton={{
|
||||
text: "Beratung anfragen",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Beratung anfragen", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user