diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a41ea4..9e7830f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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"
/>
@@ -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() {