Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
340
src/app/page.tsx
340
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Über mich",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über mich", id: "#about"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Leistungen", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Warum uns Kunden wählen",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Warum uns Kunden wählen", id: "#why-us"},
|
||||
{
|
||||
name: "Kundenstimmen",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Kundenstimmen", id: "#testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="Fotograf EinzigARTig"
|
||||
/>
|
||||
@@ -67,51 +53,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Halte deine einzigartigen Momente fest."
|
||||
description="Unvergessliche Geschichten, professionell festgehalten. Für Hochzeitspaare, Familien, Unternehmen und mehr."
|
||||
buttons={[
|
||||
{
|
||||
text: "Termin anfragen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Termin anfragen", href: "#contact"},
|
||||
{
|
||||
text: "Portfolio ansehen",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Portfolio ansehen", href: "#portfolio"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-love-outdoor-beach_624325-601.jpg",
|
||||
imageAlt: "Romantisches Hochzeitsfoto eines Paares bei Sonnenuntergang",
|
||||
},
|
||||
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-love-outdoor-beach_624325-601.jpg", imageAlt: "Romantisches Hochzeitsfoto eines Paares bei Sonnenuntergang"},
|
||||
{
|
||||
id: "hero-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-sleep-girl-infant-sleep-lies-child-bed_169016-65745.jpg",
|
||||
imageAlt: "Familienfoto mit lachenden Eltern und Kindern in der Natur",
|
||||
},
|
||||
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-sleep-girl-infant-sleep-lies-child-bed_169016-65745.jpg", imageAlt: "Familienfoto mit lachenden Eltern und Kindern in der Natur"},
|
||||
{
|
||||
id: "hero-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157459.jpg",
|
||||
imageAlt: "Professionelles Business-Portrait eines lächelnden Geschäftsmanns",
|
||||
},
|
||||
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157459.jpg", imageAlt: "Professionelles Business-Portrait eines lächelnden Geschäftsmanns"},
|
||||
{
|
||||
id: "hero-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait_624325-2029.jpg",
|
||||
imageAlt: "Emotionale Babybauch-Fotografie einer werdenden Mutter",
|
||||
},
|
||||
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait_624325-2029.jpg", imageAlt: "Emotionale Babybauch-Fotografie einer werdenden Mutter"},
|
||||
{
|
||||
id: "hero-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-white-flower_23-2147781228.jpg",
|
||||
imageAlt: "Candid Shot eines Paares, das sich in der Stadt umarmt",
|
||||
},
|
||||
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-white-flower_23-2147781228.jpg", imageAlt: "Candid Shot eines Paares, das sich in der Stadt umarmt"},
|
||||
{
|
||||
id: "hero-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-small-vases-with-beautiful-purple-hortensia-flower_181624-33208.jpg",
|
||||
imageAlt: "Detailaufnahme von Eheringen und einem Blumenstrauß",
|
||||
},
|
||||
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-small-vases-with-beautiful-purple-hortensia-flower_181624-33208.jpg", imageAlt: "Detailaufnahme von Eheringen und einem Blumenstrauß"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -123,15 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Hallo, ich bin Dominik Buda – Dein Fotograf EinzigARTig",
|
||||
},
|
||||
type: "text", content: "Hallo, ich bin Dominik Buda – Dein Fotograf EinzigARTig"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Kontaktiere mich",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontaktiere mich", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,41 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hochzeitsfotografie",
|
||||
description: "Halte euren schönsten Tag für die Ewigkeit fest. Emotionale und authentische Hochzeitsreportagen, die eure Geschichte erzählen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-wedding-ring-holding-her-bouquet_181624-6337.jpg",
|
||||
imageAlt: "Brautpaar Händchen haltend",
|
||||
},
|
||||
title: "Hochzeitsfotografie", description: "Halte euren schönsten Tag für die Ewigkeit fest. Emotionale und authentische Hochzeitsreportagen, die eure Geschichte erzählen.", imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-wedding-ring-holding-her-bouquet_181624-6337.jpg", imageAlt: "Brautpaar Händchen haltend"},
|
||||
{
|
||||
title: "Paar- & Portraitshootings",
|
||||
description: "Ob Verlobung, Jahrestag oder einfach aus Liebe – wir schaffen natürliche und ausdrucksstarke Portraits von euch beiden oder dir allein.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-summer-field_1157-20071.jpg",
|
||||
imageAlt: "Paar im Sonnenuntergang",
|
||||
},
|
||||
title: "Paar- & Portraitshootings", description: "Ob Verlobung, Jahrestag oder einfach aus Liebe – wir schaffen natürliche und ausdrucksstarke Portraits von euch beiden oder dir allein.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-summer-field_1157-20071.jpg", imageAlt: "Paar im Sonnenuntergang"},
|
||||
{
|
||||
title: "Familien- & Babybauchfotografie",
|
||||
description: "Eure Familiengeschichte in Bildern: Von den ersten Umrissen bis zum ersten Lächeln eures Neugeborenen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-little-kids_1157-16854.jpg",
|
||||
imageAlt: "Lachende Familie im Freien",
|
||||
},
|
||||
title: "Familien- & Babybauchfotografie", description: "Eure Familiengeschichte in Bildern: Von den ersten Umrissen bis zum ersten Lächeln eures Neugeborenen.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-little-kids_1157-16854.jpg", imageAlt: "Lachende Familie im Freien"},
|
||||
{
|
||||
title: "Neugeborenen- & Tauffotografie",
|
||||
description: "Die ersten Tage und besonderen Rituale eures kleinen Wunders – zart und liebevoll festgehalten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-blanket_1194-617151.jpg",
|
||||
imageAlt: "Schlafendes Neugeborenes",
|
||||
},
|
||||
title: "Neugeborenen- & Tauffotografie", description: "Die ersten Tage und besonderen Rituale eures kleinen Wunders – zart und liebevoll festgehalten.", imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-blanket_1194-617151.jpg", imageAlt: "Schlafendes Neugeborenes"},
|
||||
{
|
||||
title: "Business- & Produktfotografie",
|
||||
description: "Professionelle Aufnahmen für dein Unternehmen, dein Team oder deine Produkte, die deine Marke optimal präsentieren.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg",
|
||||
imageAlt: "Business Meeting im Büro",
|
||||
},
|
||||
title: "Business- & Produktfotografie", description: "Professionelle Aufnahmen für dein Unternehmen, dein Team oder deine Produkte, die deine Marke optimal präsentieren.", imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Business Meeting im Büro"},
|
||||
{
|
||||
title: "Event- & Immobilienfotografie",
|
||||
description: "Wir halten die Atmosphäre deiner Veranstaltung oder die besten Seiten deiner Immobilie fest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8m-women-strike-movement_23-2151400617.jpg",
|
||||
imageAlt: "Veranstaltung mit vielen Gästen",
|
||||
},
|
||||
title: "Event- & Immobilienfotografie", description: "Wir halten die Atmosphäre deiner Veranstaltung oder die besten Seiten deiner Immobilie fest.", imageSrc: "http://img.b2bpic.net/free-photo/8m-women-strike-movement_23-2151400617.jpg", imageAlt: "Veranstaltung mit vielen Gästen"},
|
||||
]}
|
||||
title="Unsere Leistungen: Dein Moment, unsere Expertise"
|
||||
description="Von emotionalen Hochzeiten bis zu professionellen Business-Shootings – wir fangen ein, was zählt. Entdecke unser vielfältiges Angebot."
|
||||
@@ -190,75 +125,30 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hochzeit am See",
|
||||
category: "Hochzeit",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegant-woman-young-man-near-street-lamp_23-2148012454.jpg",
|
||||
imageAlt: "Hochzeitspaar am See",
|
||||
},
|
||||
id: "p1", name: "Hochzeit am See", category: "Hochzeit", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegant-woman-young-man-near-street-lamp_23-2148012454.jpg", imageAlt: "Hochzeitspaar am See"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Herbstliches Familienidyll",
|
||||
category: "Familie",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-autumn-park_1157-22243.jpg",
|
||||
imageAlt: "Familie im Herbstlaub",
|
||||
},
|
||||
id: "p2", name: "Herbstliches Familienidyll", category: "Familie", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-autumn-park_1157-22243.jpg", imageAlt: "Familie im Herbstlaub"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Starkes Businessportrait",
|
||||
category: "Business",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photography-studio-with-equipment-items-arrangement_23-2150254625.jpg",
|
||||
imageAlt: "Geschäftsmann im Anzug",
|
||||
},
|
||||
id: "p3", name: "Starkes Businessportrait", category: "Business", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photography-studio-with-equipment-items-arrangement_23-2150254625.jpg", imageAlt: "Geschäftsmann im Anzug"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Neugeborenen-Glück",
|
||||
category: "Newborn",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baby-with-blue-eyes-is-eating-nut_8353-11527.jpg",
|
||||
imageAlt: "Neugeborenes Baby",
|
||||
},
|
||||
id: "p4", name: "Neugeborenen-Glück", category: "Newborn", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baby-with-blue-eyes-is-eating-nut_8353-11527.jpg", imageAlt: "Neugeborenes Baby"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Märchenhafte Babybauchzeit",
|
||||
category: "Babybauch",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-feel-save-when-you-are-around_329181-3223.jpg",
|
||||
imageAlt: "Frau mit Babybauch",
|
||||
},
|
||||
id: "p5", name: "Märchenhafte Babybauchzeit", category: "Babybauch", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-feel-save-when-you-are-around_329181-3223.jpg", imageAlt: "Frau mit Babybauch"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Künstlerisches Portrait",
|
||||
category: "Portrait",
|
||||
price: "Anfrage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg",
|
||||
imageAlt: "Künstlerisches Portrait einer Frau",
|
||||
},
|
||||
id: "p6", name: "Künstlerisches Portrait", category: "Portrait", price: "Anfrage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg", imageAlt: "Künstlerisches Portrait einer Frau"},
|
||||
]}
|
||||
searchPlaceholder="Portfolio durchsuchen..."
|
||||
filters={[
|
||||
{
|
||||
label: "Kategorie",
|
||||
options: [
|
||||
"Alle",
|
||||
"Hochzeit",
|
||||
"Familie",
|
||||
"Business",
|
||||
"Newborn",
|
||||
"Babybauch",
|
||||
"Portrait",
|
||||
],
|
||||
selected: "Alle",
|
||||
onChange: "() => {}",
|
||||
label: "Kategorie", options: [
|
||||
"Alle", "Hochzeit", "Familie", "Business", "Newborn", "Babybauch", "Portrait"],
|
||||
selected: "Alle", onChange: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -272,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Persönliche Betreuung: Individuelle Konzepte und volle Aufmerksamkeit für deine Wünsche.",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Persönliche Betreuung: Individuelle Konzepte und volle Aufmerksamkeit für deine Wünsche."},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Top",
|
||||
description: "Bildqualität: Hochauflösende, professionell bearbeitete Bilder, die begeistern.",
|
||||
},
|
||||
id: "m2", value: "Top", description: "Bildqualität: Hochauflösende, professionell bearbeitete Bilder, die begeistern."},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Schnell",
|
||||
description: "Bildbearbeitung: Deine Erinnerungen schnell und effizient für dich aufbereitet.",
|
||||
},
|
||||
id: "m3", value: "Schnell", description: "Bildbearbeitung: Deine Erinnerungen schnell und effizient für dich aufbereitet."},
|
||||
]}
|
||||
title="Warum Kunden Fotograf EinzigARTig wählen"
|
||||
description="Vertrauen, Qualität und persönliche Betreuung – unsere Versprechen an dich, die uns auszeichnen."
|
||||
@@ -300,59 +181,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna & Max S.",
|
||||
handle: "@Hochzeitspaar",
|
||||
testimonial: "Dominik hat unsere Hochzeit perfekt festgehalten. Die Fotos sind so emotional und wunderschön geworden. Wir sind überglücklich mit dem Ergebnis!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
|
||||
imageAlt: "Anna und Max, ein glückliches Hochzeitspaar",
|
||||
},
|
||||
id: "t1", name: "Anna & Max S.", handle: "@Hochzeitspaar", testimonial: "Dominik hat unsere Hochzeit perfekt festgehalten. Die Fotos sind so emotional und wunderschön geworden. Wir sind überglücklich mit dem Ergebnis!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", imageAlt: "Anna und Max, ein glückliches Hochzeitspaar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Familie Meier",
|
||||
handle: "@Familienliebe",
|
||||
testimonial: "Das Familienshooting war ein tolles Erlebnis. Dominik war super geduldig mit den Kindern und die Bilder sprechen Bände. Absolute Empfehlung!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-resting-home_1098-838.jpg",
|
||||
imageAlt: "Lachende Familie Meier",
|
||||
},
|
||||
id: "t2", name: "Familie Meier", handle: "@Familienliebe", testimonial: "Das Familienshooting war ein tolles Erlebnis. Dominik war super geduldig mit den Kindern und die Bilder sprechen Bände. Absolute Empfehlung!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-resting-home_1098-838.jpg", imageAlt: "Lachende Familie Meier"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Laura K.",
|
||||
handle: "@BusinessKunden",
|
||||
testimonial: "Für mein Unternehmen brauchte ich neue Businessfotos. Dominik hat meine Erwartungen übertroffen. Professionell, schnell und das Ergebnis ist top!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg",
|
||||
imageAlt: "Laura K., eine zufriedene Geschäftskundin",
|
||||
},
|
||||
id: "t3", name: "Laura K.", handle: "@BusinessKunden", testimonial: "Für mein Unternehmen brauchte ich neue Businessfotos. Dominik hat meine Erwartungen übertroffen. Professionell, schnell und das Ergebnis ist top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", imageAlt: "Laura K., eine zufriedene Geschäftskundin"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lena & Tom",
|
||||
handle: "@Paarshooting",
|
||||
testimonial: "Unser Paarshooting war super entspannt und die Fotos sind einfach magisch. Dominik hat unsere Verbindung perfekt eingefangen. Vielen Dank!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
imageAlt: "Lena und Tom, ein verliebtes Paar",
|
||||
},
|
||||
id: "t4", name: "Lena & Tom", handle: "@Paarshooting", testimonial: "Unser Paarshooting war super entspannt und die Fotos sind einfach magisch. Dominik hat unsere Verbindung perfekt eingefangen. Vielen Dank!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", imageAlt: "Lena und Tom, ein verliebtes Paar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sabine F.",
|
||||
handle: "@Schwangerschaft",
|
||||
testimonial: "Das Babybauchshooting war ein Traum. Ich habe mich rundum wohlgefühlt und die Bilder sind eine wunderschöne Erinnerung an diese besondere Zeit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
imageAlt: "Sabine F., eine glückliche werdende Mutter",
|
||||
},
|
||||
id: "t5", name: "Sabine F.", handle: "@Schwangerschaft", testimonial: "Das Babybauchshooting war ein Traum. Ich habe mich rundum wohlgefühlt und die Bilder sind eine wunderschöne Erinnerung an diese besondere Zeit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", imageAlt: "Sabine F., eine glückliche werdende Mutter"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Michael G.",
|
||||
handle: "@Newborn",
|
||||
testimonial: "Die Newbornfotos unseres Sohnes sind so zuckersüß geworden! Dominik hatte eine Engelsgeduld und ein unglaubliches Gespür für unser Baby.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-writing-notebook-near-camera-coffee_23-2147823697.jpg",
|
||||
imageAlt: "Michael G., ein zufriedener Vater",
|
||||
},
|
||||
id: "t6", name: "Michael G.", handle: "@Newborn", testimonial: "Die Newbornfotos unseres Sohnes sind so zuckersüß geworden! Dominik hatte eine Engelsgeduld und ein unglaubliches Gespür für unser Baby.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-writing-notebook-near-camera-coffee_23-2147823697.jpg", imageAlt: "Michael G., ein zufriedener Vater"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Was unsere Kunden sagen"
|
||||
@@ -365,18 +210,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nördlingen",
|
||||
"Donauwörth",
|
||||
"Aalen",
|
||||
"Dinkelsbühl",
|
||||
"Augsburg",
|
||||
"München",
|
||||
"Nürnberg",
|
||||
"Ulm",
|
||||
"Ingolstadt",
|
||||
"Heidenheim",
|
||||
"Dillingen",
|
||||
]}
|
||||
"Nördlingen", "Donauwörth", "Aalen", "Dinkelsbühl", "Augsburg", "München", "Nürnberg", "Ulm", "Ingolstadt", "Heidenheim", "Dillingen"]}
|
||||
title="Wo wir deine Geschichten festhalten"
|
||||
description="Wir sind flexibel und überall dort unterwegs, wo besondere Momente entstehen. Hauptsächlich im Umkreis von 65 km rund um Nördlingen, aber auch darüber hinaus!"
|
||||
speed={60}
|
||||
@@ -387,20 +221,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Bereit für unvergessliche Fotos?"
|
||||
title="Kontaktiere uns jetzt!"
|
||||
description="Starte deine Reise zu einzigartigen Erinnerungen. Unser Buchungsprozess ist einfach:\n\n1. **Anfrage senden**: Nutze unser Formular, um uns deine Wünsche mitzuteilen.\n2. **Kennenlernen & Planung**: Wir besprechen dein Projekt und entwickeln ein individuelles Konzept.\n3. **Fotoshooting**: Dein Moment vor der Kamera – entspannt und authentisch.\n4. **Bildbearbeitung**: Sorgfältige Nachbearbeitung für perfekte Ergebnisse.\n5. **Erinnerungen erhalten**: Deine einzigartigen Bilder sind bereit!\n\nRuf uns an oder schreib uns eine E-Mail."
|
||||
buttons={[
|
||||
{
|
||||
text: "Termin anfragen",
|
||||
href: "mailto:fotograf.einzigartig@gmx.de",
|
||||
},
|
||||
text: "Termin anfragen", href: "mailto:fotograf.einzigartig@gmx.de"},
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+491782681145",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+491782681145"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -410,62 +239,37 @@ export default function LandingPage() {
|
||||
logoText="Fotograf EinzigARTig"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hochzeitsfotografie",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hochzeitsfotografie", href: "#services"},
|
||||
{
|
||||
label: "Familienfotografie",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Familienfotografie", href: "#services"},
|
||||
{
|
||||
label: "Businessfotografie",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Businessfotografie", href: "#services"},
|
||||
{
|
||||
label: "Portraitfotografie",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Portraitfotografie", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{
|
||||
label: "Über mich",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über mich", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches & Social Media",
|
||||
items: [
|
||||
title: "Rechtliches & Social Media", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/fotografeinzigartig.de",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/fotografeinzigartig.de"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/fotografeinzigartig",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/fotografeinzigartig"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user