Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function KontaktPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Agenturname"
|
||||
button={{ text: "Startseite", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Lassen Sie uns sprechen"
|
||||
description={[
|
||||
"Haben Sie Fragen oder möchten Sie direkt loslegen? Rufen Sie uns an oder schreiben Sie uns eine Nachricht.",
|
||||
"Wir melden uns innerhalb von 24 Stunden bei Ihnen zurück, um ein unverbindliches Gespräch zu vereinbaren.",
|
||||
]}
|
||||
"Haben Sie Fragen oder möchten Sie direkt loslegen? Rufen Sie uns an oder schreiben Sie uns eine Nachricht.", "Wir melden uns innerhalb von 24 Stunden bei Ihnen zurück, um ein unverbindliches Gespräch zu vereinbaren."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,28 +52,8 @@ export default function LandingPage() {
|
||||
title="Kontaktwege"
|
||||
description="So finden Sie uns"
|
||||
features={[
|
||||
{
|
||||
id: "con-1",
|
||||
title: "Per Telefon",
|
||||
author: "Direkt",
|
||||
description: "0123-456789 (Mo-Fr, 09-17 Uhr).",
|
||||
tags: [
|
||||
"Schnell",
|
||||
"Persönlich",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg",
|
||||
},
|
||||
{
|
||||
id: "con-2",
|
||||
title: "Per E-Mail",
|
||||
author: "Schriftlich",
|
||||
description: "info@agenturname.de",
|
||||
tags: [
|
||||
"Unkompliziert",
|
||||
"Jederzeit",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-designer-stretching-indoors-night_171337-15716.jpg",
|
||||
},
|
||||
{ id: "con-1", title: "Per Telefon", author: "Direkt", description: "0123-456789 (Mo-Fr, 09-17 Uhr).", tags: ["Schnell", "Persönlich"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg" },
|
||||
{ id: "con-2", title: "Per E-Mail", author: "Schriftlich", description: "info@agenturname.de", tags: ["Unkompliziert", "Jederzeit"], imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-designer-stretching-indoors-night_171337-15716.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,30 +61,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "/datenschutz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||
]}
|
||||
logoText="David & Partnername"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function LeistungenPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Agenturname"
|
||||
button={{ text: "Kontakt", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Leistungen für Ihren Betrieb"
|
||||
description={[
|
||||
"Wir bieten transparente Pakete ohne versteckte Kosten. Unser Fokus liegt darauf, Sie online sichtbar zu machen, während Sie sich auf Ihre Handwerkskunst oder Ihren Service konzentrieren.",
|
||||
"Vom ersten Logo-Entwurf bis hin zur technischen SEO-Optimierung – wir begleiten Sie auf Augenhöhe.",
|
||||
]}
|
||||
"Wir bieten transparente Pakete ohne versteckte Kosten. Unser Fokus liegt darauf, Sie online sichtbar zu machen, während Sie sich auf Ihre Handwerkskunst oder Ihren Service konzentrieren.", "Vom ersten Logo-Entwurf bis hin zur technischen SEO-Optimierung – wir begleiten Sie auf Augenhöhe."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,28 +52,8 @@ export default function LandingPage() {
|
||||
title="Was wir für Sie tun"
|
||||
description="Unsere Leistungen im Überblick"
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Responsive Design",
|
||||
author: "Technik",
|
||||
description: "Ihre Seite sieht auf dem Smartphone genauso toll aus wie am PC.",
|
||||
tags: [
|
||||
"Modern",
|
||||
"Mobil",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-124137.jpg",
|
||||
},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Google Präsenz",
|
||||
author: "Sichtbarkeit",
|
||||
description: "Wir stellen sicher, dass Kunden Sie in Ihrer Region schnell finden.",
|
||||
tags: [
|
||||
"Lokal",
|
||||
"SEO",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128554.jpg",
|
||||
},
|
||||
{ id: "feat-1", title: "Responsive Design", author: "Technik", description: "Ihre Seite sieht auf dem Smartphone genauso toll aus wie am PC.", tags: ["Modern", "Mobil"], imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-124137.jpg" },
|
||||
{ id: "feat-2", title: "Google Präsenz", author: "Sichtbarkeit", description: "Wir stellen sicher, dass Kunden Sie in Ihrer Region schnell finden.", tags: ["Lokal", "SEO"], imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128554.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,30 +61,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "/datenschutz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||
]}
|
||||
logoText="David & Partnername"
|
||||
/>
|
||||
|
||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -28,66 +28,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Agenturname"
|
||||
button={{ text: "Kontakt", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Endlich online gefunden werden — ohne sich mit Technik herumärgern zu müssen."
|
||||
description="Wir sind David und Partnername, und wir bauen Webseiten für lokale Geschäfte hier in Ihrer Region. Sie erzählen uns von Ihrem Betrieb — wir kümmern uns um den Rest."
|
||||
tag="Ihre neue Webseite"
|
||||
buttons={[
|
||||
{
|
||||
text: "0123-456789",
|
||||
href: "tel:0123456789",
|
||||
},
|
||||
{
|
||||
text: "Unverbindlich kennenlernen",
|
||||
href: "/kontakt",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-concentrated-men-colleagues-office-using-laptop_171337-6855.jpg?_wi=1",
|
||||
imageAlt: "David und Partnername",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team_1098-22110.jpg",
|
||||
imageAlt: "David und Partnername",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-smiling-young-businessmen-using-laptop_23-2147839879.jpg",
|
||||
imageAlt: "Zwei lächelnde junge Geschäftsleute am Laptop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-teenagers-with-laptop_23-2149239049.jpg",
|
||||
imageAlt: "Junge Leute bei der Arbeit am Laptop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-planning-together-redecorate-household_23-2148814605.jpg",
|
||||
imageAlt: "Ein Paar plant gemeinsam Projekte",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-concentrated-men-colleagues-office-using-laptop_171337-6855.jpg", imageAlt: "David und Partnername" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team_1098-22110.jpg", imageAlt: "David und Partnername" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -100,9 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Sie haben Besseres zu tun als Webseiten zu bauen."
|
||||
description={[
|
||||
"Sie haben ein wunderbares Geschäft. Aber keine Zeit, sich um Webseiten, Google und Internet-Kram zu kümmern? Genau dafür sind wir da.",
|
||||
"Wir nehmen Ihnen alles ab — vom ersten Konzept bis zur monatlichen Pflege. Versprochen.",
|
||||
]}
|
||||
"Sie haben ein wunderbares Geschäft. Aber keine Zeit, sich um Webseiten, Google und Internet-Kram zu kümmern? Genau dafür sind wir da.", "Wir nehmen Ihnen alles ab — vom ersten Konzept bis zur monatlichen Pflege. Versprochen."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,39 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Kaffee-Treffen",
|
||||
author: "Schritt 1",
|
||||
description: "Wir treffen uns auf einen Kaffee — vor Ort oder per Video.",
|
||||
tags: [
|
||||
"Persönlich",
|
||||
"Einfach",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sketchbook-near-laptop-coffee_23-2147768817.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Zuhören",
|
||||
author: "Schritt 2",
|
||||
description: "Sie erzählen uns von Ihrem Geschäft, wir hören aufmerksam zu.",
|
||||
tags: [
|
||||
"Verständnis",
|
||||
"Nah",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-computer-laptop-wooden-table-workspace-concept_53876-20660.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Umsetzung",
|
||||
author: "Schritt 3",
|
||||
description: "Wir bauen Ihre Webseite — Sie müssen sich um nichts kümmern.",
|
||||
tags: [
|
||||
"Technik-frei",
|
||||
"Schnell",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-computer-desk_23-2151004324.jpg",
|
||||
},
|
||||
{ id: "1", title: "Kaffee-Treffen", author: "Schritt 1", description: "Wir treffen uns auf einen Kaffee — vor Ort oder per Video.", tags: ["Persönlich", "Einfach"], imageSrc: "http://img.b2bpic.net/free-photo/sketchbook-near-laptop-coffee_23-2147768817.jpg" },
|
||||
{ id: "2", title: "Zuhören", author: "Schritt 2", description: "Sie erzählen uns von Ihrem Geschäft, wir hören aufmerksam zu.", tags: ["Verständnis", "Nah"], imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-computer-laptop-wooden-table-workspace-concept_53876-20660.jpg" },
|
||||
{ id: "3", title: "Umsetzung", author: "Schritt 3", description: "Wir bauen Ihre Webseite — Sie müssen sich um nichts kümmern.", tags: ["Technik-frei", "Schnell"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-computer-desk_23-2151004324.jpg" },
|
||||
]}
|
||||
title="So arbeiten wir"
|
||||
description="In vier einfachen Schritten zu Ihrer Webseite."
|
||||
@@ -157,60 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Ihre neue Website",
|
||||
price: "590 €",
|
||||
period: "Einmalig",
|
||||
features: [
|
||||
"Design nach Maß",
|
||||
"Mobil optimiert",
|
||||
"Google Profil",
|
||||
"Datenschutz konform",
|
||||
],
|
||||
button: {
|
||||
text: "Diesen Service besprechen",
|
||||
href: "/kontakt",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-working-office_171337-15574.jpg",
|
||||
imageAlt: "kaffee auf holztisch nahaufnahme",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Pflege-Paket",
|
||||
price: "39 €",
|
||||
period: "Monatlich",
|
||||
features: [
|
||||
"Sicherheits-Updates",
|
||||
"Backups",
|
||||
"Kleine Änderungen",
|
||||
"Telefon-Support",
|
||||
],
|
||||
button: {
|
||||
text: "Diesen Service besprechen",
|
||||
href: "/kontakt",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-concentrated-men-colleagues-office-using-laptop_171337-6855.jpg?_wi=2",
|
||||
imageAlt: "kaffee auf holztisch nahaufnahme",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Newsletter-Paket",
|
||||
price: "89 €",
|
||||
period: "Monatlich",
|
||||
features: [
|
||||
"Konzeption",
|
||||
"Schreiben",
|
||||
"Versand",
|
||||
"DSGVO-konform",
|
||||
],
|
||||
button: {
|
||||
text: "Diesen Service besprechen",
|
||||
href: "/kontakt",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg?_wi=1",
|
||||
imageAlt: "kaffee auf holztisch nahaufnahme",
|
||||
},
|
||||
{ id: "1", title: "Ihre neue Website", price: "590 €", period: "Einmalig", features: ["Design nach Maß", "Mobil optimiert", "Google Profil", "Datenschutz konform"], button: { text: "Diesen Service besprechen", href: "/kontakt" }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-working-office_171337-15574.jpg" },
|
||||
{ id: "2", title: "Pflege-Paket", price: "39 €", period: "Monatlich", features: ["Sicherheits-Updates", "Backups", "Kleine Änderungen", "Telefon-Support"], button: { text: "Diesen Service besprechen", href: "/kontakt" }, imageSrc: "http://img.b2bpic.net/free-photo/young-concentrated-men-colleagues-office-using-laptop_171337-6855.jpg" },
|
||||
{ id: "3", title: "Newsletter-Paket", price: "89 €", period: "Monatlich", features: ["Konzeption", "Schreiben", "Versand", "DSGVO-konform"], button: { text: "Diesen Service besprechen", href: "/kontakt" }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg" },
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Alle Preise sind Endpreise. Keine versteckten Kosten."
|
||||
@@ -223,41 +99,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Schmidt",
|
||||
role: "Inhaberin",
|
||||
testimonial: "Die beiden haben sich Zeit genommen, mir alles erklärt — und am Ende eine Webseite gebaut, die genau zu meinem Restaurant passt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hans Müller",
|
||||
role: "Handwerksmeister",
|
||||
testimonial: "Endlich jemand, der mir die Technik abnimmt und bei dem ich nicht bei jedem Wort nachschlagen muss. Sehr empfehlenswert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-carpenter-holding-digital-tablet-hand-looking-camera_23-2147945074.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lukas Weber",
|
||||
role: "Barista",
|
||||
testimonial: "Sehr angenehm und professionell. Bin total zufrieden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-engages-communication-virtual-presentation-talking_482257-133582.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Klein",
|
||||
role: "Konditorin",
|
||||
testimonial: "Kümmern sich immer sofort, wenn mal etwas ist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas Fischer",
|
||||
role: "Tischlermeister",
|
||||
testimonial: "Tolle Zusammenarbeit, sehr persönlich und verständlich erklärt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg",
|
||||
},
|
||||
{ id: "1", name: "Maria Schmidt", role: "Inhaberin", testimonial: "Die beiden haben sich Zeit genommen, mir alles erklärt — und am Ende eine Webseite gebaut, die genau zu meinem Restaurant passt.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg" },
|
||||
{ id: "2", name: "Hans Müller", role: "Handwerksmeister", testimonial: "Endlich jemand, der mir die Technik abnimmt und bei dem ich nicht bei jedem Wort nachschlagen muss. Sehr empfehlenswert.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-carpenter-holding-digital-tablet-hand-looking-camera_23-2147945074.jpg" },
|
||||
{ id: "3", name: "Lukas Weber", role: "Barista", testimonial: "Sehr angenehm und professionell. Bin total zufrieden.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-engages-communication-virtual-presentation-talking_482257-133582.jpg" },
|
||||
{ id: "4", name: "Sarah Klein", role: "Konditorin", testimonial: "Kümmern sich immer sofort, wenn mal etwas ist.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg" },
|
||||
{ id: "5", name: "Thomas Fischer", role: "Tischlermeister", testimonial: "Tolle Zusammenarbeit, sehr persönlich und verständlich erklärt.", imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg" },
|
||||
]}
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Wir sind stolz auf unsere zufriedenen Kunden."
|
||||
@@ -267,30 +113,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "/datenschutz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||
]}
|
||||
logoText="David & Partnername"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function UeberUnsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Agenturname"
|
||||
button={{ text: "Kontakt", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nahbar und persönlich"
|
||||
description={[
|
||||
"Wir sind keine gesichtslose Agentur. David und sein Team sind Menschen aus der Region, die genau wissen, worauf es kleinen Unternehmen ankommt.",
|
||||
"Unser Anspruch ist es, Digitalisierung für Sie greifbar und sympathisch zu gestalten. Technik soll ein Werkzeug sein, kein Hindernis.",
|
||||
]}
|
||||
"Wir sind keine gesichtslose Agentur. David und sein Team sind Menschen aus der Region, die genau wissen, worauf es kleinen Unternehmen ankommt.", "Unser Anspruch ist es, Digitalisierung für Sie greifbar und sympathisch zu gestalten. Technik soll ein Werkzeug sein, kein Hindernis."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,28 +52,8 @@ export default function LandingPage() {
|
||||
title="Unsere Philosophie"
|
||||
description="Warum Sie mit uns zusammenarbeiten sollten"
|
||||
features={[
|
||||
{
|
||||
id: "phi-1",
|
||||
title: "Augenhöhe",
|
||||
author: "Menschlich",
|
||||
description: "Kein Fachchinesisch. Wir erklären alles so, dass Sie es verstehen.",
|
||||
tags: [
|
||||
"Fair",
|
||||
"Verständlich",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work_1098-16038.jpg",
|
||||
},
|
||||
{
|
||||
id: "phi-2",
|
||||
title: "Lokale Verwurzelung",
|
||||
author: "Regional",
|
||||
description: "Wir sind vor Ort für Sie da und verstehen den regionalen Markt.",
|
||||
tags: [
|
||||
"Nah",
|
||||
"Direkt",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-content-middle-aged-male-female-business-people-outdoors_1262-12559.jpg",
|
||||
},
|
||||
{ id: "phi-1", title: "Augenhöhe", author: "Menschlich", description: "Kein Fachchinesisch. Wir erklären alles so, dass Sie es verstehen.", tags: ["Fair", "Verständlich"], imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work_1098-16038.jpg" },
|
||||
{ id: "phi-2", title: "Lokale Verwurzelung", author: "Regional", description: "Wir sind vor Ort für Sie da und verstehen den regionalen Markt.", tags: ["Nah", "Direkt"], imageSrc: "http://img.b2bpic.net/free-photo/two-content-middle-aged-male-female-business-people-outdoors_1262-12559.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,30 +61,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "/datenschutz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||
]}
|
||||
logoText="David & Partnername"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user