Update src/app/page.tsx
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Vorteile",
|
||||
id: "vorteile",
|
||||
},
|
||||
name: "Vorteile", id: "vorteile"},
|
||||
{
|
||||
name: "Nutzung",
|
||||
id: "nutzung",
|
||||
},
|
||||
name: "Nutzung", id: "nutzung"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Gewerbepark Rödiger"
|
||||
/>
|
||||
@@ -52,51 +44,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Gewerbeflächen mit Perspektive"
|
||||
description="Im Gewerbepark Rödiger finden Unternehmen den idealen Standort für Wachstum, Sichtbarkeit und Erfolg."
|
||||
buttons={[
|
||||
{
|
||||
text: "Flächen anfragen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Flächen anfragen", href: "#contact"},
|
||||
{
|
||||
text: "Mehr erfahren",
|
||||
href: "#vorteile",
|
||||
},
|
||||
text: "Mehr erfahren", href: "#vorteile"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-cleaning-indoors_23-2150454499.jpg",
|
||||
imageAlt: "Gewerbepark Außenansicht",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-cleaning-indoors_23-2150454499.jpg", imageAlt: "Gewerbepark Außenansicht"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-scheduling-metal-tomatoes-entrance-hall_1417-1114.jpg",
|
||||
imageAlt: "Gewerbepark Innenansicht",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/building-scheduling-metal-tomatoes-entrance-hall_1417-1114.jpg", imageAlt: "Gewerbepark Innenansicht"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-sky_1112-272.jpg",
|
||||
imageAlt: "Büroflächen",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/architecture-sky_1112-272.jpg", imageAlt: "Büroflächen"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-traffic-light-near-modern-corporate-building-against-blue-sky_23-2148140039.jpg",
|
||||
imageAlt: "Lagerflächen",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-traffic-light-near-modern-corporate-building-against-blue-sky_23-2148140039.jpg", imageAlt: "Lagerflächen"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-vacuuming-floor_23-2149345547.jpg",
|
||||
imageAlt: "Parkmöglichkeiten",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-vacuuming-floor_23-2149345547.jpg", imageAlt: "Parkmöglichkeiten"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1918.jpg",
|
||||
imageAlt: "Eingangsbereich",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1918.jpg", imageAlt: "Eingangsbereich"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,34 +77,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "v1",
|
||||
label: "Lage",
|
||||
title: "Attraktive Lage",
|
||||
items: [
|
||||
"Hervorragende Anbindung",
|
||||
"Maximale Sichtbarkeit",
|
||||
"Zentrale Region",
|
||||
],
|
||||
id: "v1", label: "Lage", title: "Attraktive Lage", items: [
|
||||
"Hervorragende Anbindung", "Maximale Sichtbarkeit", "Zentrale Region"],
|
||||
},
|
||||
{
|
||||
id: "v2",
|
||||
label: "Service",
|
||||
title: "Persönlicher Service",
|
||||
items: [
|
||||
"Freundliche Betreuung",
|
||||
"Schnelle Lösungen",
|
||||
"Engagiertes Team",
|
||||
],
|
||||
id: "v2", label: "Service", title: "Persönlicher Service", items: [
|
||||
"Freundliche Betreuung", "Schnelle Lösungen", "Engagiertes Team"],
|
||||
},
|
||||
{
|
||||
id: "v3",
|
||||
label: "Vielfalt",
|
||||
title: "Flexible Nutzung",
|
||||
items: [
|
||||
"Handel & Büro",
|
||||
"Lager & Logistik",
|
||||
"Gastronomie",
|
||||
],
|
||||
id: "v3", label: "Vielfalt", title: "Flexible Nutzung", items: [
|
||||
"Handel & Büro", "Lager & Logistik", "Gastronomie"],
|
||||
},
|
||||
]}
|
||||
title="Warum Gewerbepark Rödiger?"
|
||||
@@ -147,44 +98,21 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Büroflächen",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189309.jpg",
|
||||
},
|
||||
id: "p1", name: "Büroflächen", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189309.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ladenflächen",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
|
||||
},
|
||||
id: "p2", name: "Ladenflächen", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lager & Logistik",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lobby-condominium-building_1262-3037.jpg",
|
||||
},
|
||||
id: "p3", name: "Lager & Logistik", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/lobby-condominium-building_1262-3037.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Einzelhandel",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-office_23-2150062309.jpg",
|
||||
},
|
||||
id: "p4", name: "Einzelhandel", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-office_23-2150062309.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gastronomie",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-warehouse-woman-white-protective-helmet-with-tablet-standing-large-industrial-warehouse-aisle-high-racks-goods_259150-56920.jpg",
|
||||
},
|
||||
id: "p5", name: "Gastronomie", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/large-warehouse-woman-white-protective-helmet-with-tablet-standing-large-industrial-warehouse-aisle-high-racks-goods_259150-56920.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dienstleistung",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg",
|
||||
},
|
||||
id: "p6", name: "Dienstleistung", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg"},
|
||||
]}
|
||||
title="Unsere Gewerbeflächen"
|
||||
description="Flexible Lösungen für Ihren Bedarf."
|
||||
@@ -198,40 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Müller",
|
||||
handle: "Mieterin",
|
||||
testimonial: "Alle dort sind freundlich und nett.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-desk_23-2149300656.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Müller", handle: "Mieterin", testimonial: "Alle dort sind freundlich und nett.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-desk_23-2149300656.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Markus Schmidt",
|
||||
handle: "Geschäftsinhaber",
|
||||
testimonial: "Alles gut gelaufen, top Service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
},
|
||||
id: "2", name: "Markus Schmidt", handle: "Geschäftsinhaber", testimonial: "Alles gut gelaufen, top Service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Berger",
|
||||
handle: "Büromieterin",
|
||||
testimonial: "Ein toller Gewerbepark.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg",
|
||||
},
|
||||
id: "3", name: "Julia Berger", handle: "Büromieterin", testimonial: "Ein toller Gewerbepark.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Wagner",
|
||||
handle: "Lagerlogistik",
|
||||
testimonial: "Sehr unkomplizierte Kommunikation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
|
||||
},
|
||||
id: "4", name: "Thomas Wagner", handle: "Lagerlogistik", testimonial: "Sehr unkomplizierte Kommunikation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Katrin Fuchs",
|
||||
handle: "Einzelhandel",
|
||||
testimonial: "Einfach nur weiterzuempfehlen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg",
|
||||
},
|
||||
id: "5", name: "Katrin Fuchs", handle: "Einzelhandel", testimonial: "Einfach nur weiterzuempfehlen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg"},
|
||||
]}
|
||||
title="Das sagen unsere Mieter"
|
||||
description="Hohe Kundenzufriedenheit und persönlicher Service sprechen für uns."
|
||||
@@ -242,14 +145,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Sichern Sie sich jetzt Ihren Standort im Gewerbepark Rödiger."
|
||||
buttons={[
|
||||
{
|
||||
text: "Unverbindlich anfragen",
|
||||
href: "#",
|
||||
},
|
||||
text: "Unverbindlich anfragen", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -259,37 +159,23 @@ export default function LandingPage() {
|
||||
logoText="Gewerbepark Rödiger"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Start",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Vorteile",
|
||||
href: "#vorteile",
|
||||
},
|
||||
label: "Vorteile", href: "#vorteile"},
|
||||
{
|
||||
label: "Flächen",
|
||||
href: "#nutzung",
|
||||
},
|
||||
label: "Flächen", href: "#nutzung"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user