Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-02 09:00:49 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Startseite",
id: "hero",
},
name: "Startseite", id: "hero"},
{
name: "Über mich",
id: "about",
},
name: "Über mich", id: "about"},
{
name: "Blog",
id: "blog",
},
name: "Blog", id: "blog"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Wanderlust Diary"
/>
@@ -55,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="Wanderlust Diary"
description="Erlebe die Welt durch meine Augen. Tipps, Berichte und unvergessliche Momente von meinen Reisen rund um den Globus."
buttons={[
{
text: "Blog lesen",
href: "#blog",
},
text: "Blog lesen", href: "#blog"},
{
text: "Über mich",
href: "#about",
},
text: "Über mich", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-empty-street-zion-national-park-usa_181624-49702.jpg"
imageAlt="Reise-Impressionen"
@@ -80,14 +67,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Hallo, ich bin Anna!",
},
type: "text", content: "Hallo, ich bin Anna!"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/female-tourist-taking-selfie_23-2147982017.jpg",
alt: "Portrait",
},
type: "image", src: "http://img.b2bpic.net/free-photo/female-tourist-taking-selfie_23-2147982017.jpg", alt: "Portrait"},
]}
/>
</div>
@@ -100,24 +82,16 @@ export default function LandingPage() {
features={[
{
icon: Sun,
title: "Strandurlaub",
description: "Entspannung pur an den schönsten Küsten.",
},
title: "Strandurlaub", description: "Entspannung pur an den schönsten Küsten."},
{
icon: Building2,
title: "Städtetrips",
description: "Kultur, Kulinarik und Metropolen entdecken.",
},
title: "Städtetrips", description: "Kultur, Kulinarik und Metropolen entdecken."},
{
icon: Mountain,
title: "Berge & Wandern",
description: "Abenteuer in der Höhe und alpine Erlebnisse.",
},
title: "Berge & Wandern", description: "Abenteuer in der Höhe und alpine Erlebnisse."},
{
icon: Car,
title: "Roadtrips",
description: "Freiheit auf vier Rädern durch atemberaubende Landschaften.",
},
title: "Roadtrips", description: "Freiheit auf vier Rädern durch atemberaubende Landschaften."},
]}
title="Meine Kategorien"
description="Entdecke Reiseberichte, sortiert nach deinem liebsten Urlaubsstil."
@@ -133,35 +107,11 @@ export default function LandingPage() {
description="Die neuesten Geschichten von unterwegs."
blogs={[
{
id: "b1",
category: "Strandurlaub",
title: "Sonnenuntergang auf Bali",
excerpt: "Ein magischer Ort zum Verweilen.",
imageSrc: "http://img.b2bpic.net/free-photo/hawaii-beach-landscape-with-nature-coastline_23-2151794909.jpg",
authorName: "Anna",
authorAvatar: "asset://avatar-1",
date: "12.05.2024",
},
id: "b1", category: "Strandurlaub", title: "Sonnenuntergang auf Bali", excerpt: "Ein magischer Ort zum Verweilen.", imageSrc: "http://img.b2bpic.net/free-photo/hawaii-beach-landscape-with-nature-coastline_23-2151794909.jpg", authorName: "Anna", authorAvatar: "asset://avatar-1", date: "12.05.2024"},
{
id: "b2",
category: "Städtetrips",
title: "Ein Wochenende in Rom",
excerpt: "Antike trifft auf Dolce Vita.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902494.jpg",
authorName: "Anna",
authorAvatar: "asset://avatar-1",
date: "10.05.2024",
},
id: "b2", category: "Städtetrips", title: "Ein Wochenende in Rom", excerpt: "Antike trifft auf Dolce Vita.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902494.jpg", authorName: "Anna", authorAvatar: "asset://avatar-1", date: "10.05.2024"},
{
id: "b3",
category: "Berge",
title: "Gipfelstürmer in Tirol",
excerpt: "Meine Wanderroute für Einsteiger.",
imageSrc: "http://img.b2bpic.net/free-photo/valley-dolomite-alps-sunset-italy_1268-20743.jpg",
authorName: "Anna",
authorAvatar: "asset://avatar-1",
date: "05.05.2024",
},
id: "b3", category: "Berge", title: "Gipfelstürmer in Tirol", excerpt: "Meine Wanderroute für Einsteiger.", imageSrc: "http://img.b2bpic.net/free-photo/valley-dolomite-alps-sunset-italy_1268-20743.jpg", authorName: "Anna", authorAvatar: "asset://avatar-1", date: "05.05.2024"},
]}
/>
</div>
@@ -171,32 +121,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Lena",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors-beach_171337-16228.jpg",
},
id: "t1", name: "Lena", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors-beach_171337-16228.jpg"},
{
id: "t2",
name: "Markus",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-traveler-going-hike_23-2149119434.jpg",
},
id: "t2", name: "Markus", imageSrc: "http://img.b2bpic.net/free-photo/young-male-traveler-going-hike_23-2149119434.jpg"},
{
id: "t3",
name: "Sarah",
imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-takes-pictures-himself-standing-mountain-top_482257-117962.jpg",
},
id: "t3", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-takes-pictures-himself-standing-mountain-top_482257-117962.jpg"},
{
id: "t4",
name: "Tom",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-bridge-with-binocular_23-2148622612.jpg",
},
id: "t4", name: "Tom", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-bridge-with-binocular_23-2148622612.jpg"},
{
id: "t5",
name: "Julia",
imageSrc: "http://img.b2bpic.net/free-photo/winsome-long-haired-girl-with-camera-walking-down-sea-coast-outdoor-portrait-carefree-young-woman-dark-sunglasses-posing_197531-8790.jpg",
},
id: "t5", name: "Julia", imageSrc: "http://img.b2bpic.net/free-photo/winsome-long-haired-girl-with-camera-walking-down-sea-coast-outdoor-portrait-carefree-young-woman-dark-sunglasses-posing_197531-8790.jpg"},
]}
cardTitle="Reisetipps von Lesern"
cardTag="Feedback"
cardAnimation="slide-up"
/>
</div>
@@ -207,20 +143,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Welches Equipment nutzt du?",
content: "Ich nutze meistens meine Kamera...",
},
id: "f1", title: "Welches Equipment nutzt du?", content: "Ich nutze meistens meine Kamera..."},
{
id: "f2",
title: "Wie planst du deine Reisen?",
content: "Viel Recherche und Flexibilität...",
},
id: "f2", title: "Wie planst du deine Reisen?", content: "Viel Recherche und Flexibilität..."},
{
id: "f3",
title: "Kann man deine Routen übernehmen?",
content: "Sehr gerne, sieh sie als Inspiration!",
},
id: "f3", title: "Kann man deine Routen übernehmen?", content: "Sehr gerne, sieh sie als Inspiration!"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630621.jpg"
title="Häufige Fragen"
@@ -233,8 +160,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Post für mich"
title="Schreib mir!"
description="Hast du Fragen oder Tipps? Ich freue mich auf deine Nachricht."
@@ -247,29 +173,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Blog",
href: "#blog",
},
label: "Blog", href: "#blog"},
{
label: "Über mich",
href: "#about",
},
label: "Über mich", href: "#about"},
],
},
{
title: "Rechtliches",
items: [
title: "Rechtliches", items: [
{
label: "Impressum",
href: "#",
},
label: "Impressum", href: "#"},
{
label: "Datenschutz",
href: "#",
},
label: "Datenschutz", href: "#"},
],
},
]}