diff --git a/src/app/page.tsx b/src/app/page.tsx
index f5d5ee4..2e5d376 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Sparkles } from "lucide-react";
@@ -31,26 +30,11 @@ export default function LandingPage() {
@@ -58,48 +42,17 @@ export default function LandingPage() {
@@ -125,82 +78,17 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Keine Massenproduktion",
- "Keine langen Transportwege",
- "Keine Einheitsware",
- "Keine künstlichen Konservierungsmittel",
- "Keine Plastikverpackungen",
- ],
+ "Keine Massenproduktion", "Keine langen Transportwege", "Keine Einheitsware", "Keine künstlichen Konservierungsmittel", "Keine Plastikverpackungen"],
}}
positiveCard={{
items: [
- "Lokale Herkunft",
- "Handgebundene Sträuße",
- "Saisonale Auswahl",
- "Fachkundige Beratung",
- "Individuelle Anfertigung",
- ],
+ "Lokale Herkunft", "Handgebundene Sträuße", "Saisonale Auswahl", "Fachkundige Beratung", "Individuelle Anfertigung"],
}}
- title="Warum wir?"
+ title="Unsere Philosophie"
description="Was uns auszeichnet, ist die Liebe zum Detail und zur Qualität."
/>
-