diff --git a/src/app/page.tsx b/src/app/page.tsx
index bfb531c..1181c38 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Diamond, Heart, Leaf, Star } from "lucide-react";
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,106 +45,61 @@ export default function LandingPage() {
@@ -164,80 +111,32 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
- label: "Nachhaltigkeit",
- value: "100%",
- },
+ label: "Nachhaltigkeit", value: "100%"},
{
icon: Heart,
- label: "Handgemacht",
- value: "Täglich",
- },
+ label: "Handgemacht", value: "Täglich"},
{
icon: Star,
- label: "Qualität",
- value: "Premium",
- },
+ label: "Qualität", value: "Premium"},
{
icon: Leaf,
- label: "Wald-Bezug",
- value: "Authentisch",
- },
+ label: "Wald-Bezug", value: "Authentisch"},
{
icon: Diamond,
- label: "Unikate",
- value: "Limitiert",
- },
+ label: "Unikate", value: "Limitiert"},
]}
metricsAnimation="blur-reveal"
/>
-
({
+ imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-frame_23-2148154625.jpg"
+ }))}
/>
@@ -247,50 +146,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Boutique-Erlebnis",
- quote: "Ein magischer Ort zum Verweilen.",
- name: "Anna S.",
- role: "Stammkundin",
- imageSrc: "http://img.b2bpic.net/free-photo/dramatic-landscape-illustration_23-2151920021.jpg?_wi=13",
- imageAlt: "handgezeichnetes waldhäuschen nachts",
- },
+ id: "1", title: "Boutique-Erlebnis", quote: "Ein magischer Ort zum Verweilen.", name: "Anna S.", role: "Stammkundin", imageSrc: "http://img.b2bpic.net/free-photo/dramatic-landscape-illustration_23-2151920021.jpg?_wi=13", imageAlt: "handgezeichnetes waldhäuschen nachts"},
{
- id: "2",
- title: "Einzigartig",
- quote: "Die beste Auswahl im ganzen Wald.",
- name: "Markus K.",
- role: "Besucher",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-kit-with-mock-up_23-2148315687.jpg?_wi=2",
- imageAlt: "lifestyle produkte wald motiv",
- },
+ id: "2", title: "Einzigartig", quote: "Die beste Auswahl im ganzen Wald.", name: "Markus K.", role: "Besucher", imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-kit-with-mock-up_23-2148315687.jpg?_wi=2", imageAlt: "lifestyle produkte wald motiv"},
{
- id: "3",
- title: "Handwerk",
- quote: "Liebe zum Detail in jedem Produkt.",
- name: "Lisa M.",
- role: "Kundin",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecones-beige-shawl-dark-surface_140725-63524.jpg?_wi=2",
- imageAlt: "handgemachte wohnaccessoires holz",
- },
+ id: "3", title: "Handwerk", quote: "Liebe zum Detail in jedem Produkt.", name: "Lisa M.", role: "Kundin", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecones-beige-shawl-dark-surface_140725-63524.jpg?_wi=2", imageAlt: "handgemachte wohnaccessoires holz"},
{
- id: "4",
- title: "Atmosphäre",
- quote: "Einfach nur wunderbar!",
- name: "Peter D.",
- role: "Stammgast",
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-boxes-tree_23-2147720617.jpg?_wi=2",
- imageAlt: "nachhaltige geschenkartikel wald",
- },
+ id: "4", title: "Atmosphäre", quote: "Einfach nur wunderbar!", name: "Peter D.", role: "Stammgast", imageSrc: "http://img.b2bpic.net/free-photo/christmas-boxes-tree_23-2147720617.jpg?_wi=2", imageAlt: "nachhaltige geschenkartikel wald"},
{
- id: "5",
- title: "Empfehlung",
- quote: "Waldglück bringt Natur ins Heim.",
- name: "Sarah H.",
- role: "Kundin",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-arranging-flower-market_23-2148447117.jpg?_wi=2",
- imageAlt: "handgefertigte boutique dekoration",
- },
+ id: "5", title: "Empfehlung", quote: "Waldglück bringt Natur ins Heim.", name: "Sarah H.", role: "Kundin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-arranging-flower-market_23-2148447117.jpg?_wi=2", imageAlt: "handgefertigte boutique dekoration"},
]}
title="Motto des Ladens"
description="Was unsere Kunden sagen."
@@ -301,8 +165,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file