From 739fc9632c9649ac44b6020b7106233bb74eccd4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:21:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86171c4..2c42899 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Sparkles, Star, Zap } from "lucide-react"; +import { Award, Sparkles, Star, Zap, IceCream } from "lucide-react"; export default function LandingPage() { return ( @@ -31,70 +31,35 @@ export default function LandingPage() {
@@ -103,37 +68,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Unsere Eiskreationen" + description="Von traditionell bis ausgefallen – bei uns finden Sie garantiert Ihren neuen Lieblingseisbecher." features={[ - { - title: "Klassische Cremes", description: "Bourbon-Vanille, Schokolade und Stracciatella, die nach Kindheit schmecken.", icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg?_wi=2", imageAlt: "Vanilleeis"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618910.jpg", imageAlt: "Vanilleeis"}, - ], - }, - { - title: "Schoko-Träume", description: "Intensives Kakaovergnügen für wahre Schokoladen-Liebhaber.", icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg?_wi=2", imageAlt: "Schokoladeneis"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-table_23-2148514037.jpg", imageAlt: "Schokoladeneis"}, - ], - }, - { - title: "Fruchtige Sorbets", description: "Erfrischend, leicht und zu 100% aus echten Früchten gezaubert.", icon: Star, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg?_wi=2", imageAlt: "Fruchteis"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-with-strawberries_23-2149412362.jpg", imageAlt: "Fruchteis"}, - ], - }, + { title: "Klassiker mit Herz", description: "Von Bourbon-Vanille bis Schokolade – zeitlos und cremig.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-cone_23-2148311196.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-scoop_23-2148311209.jpg" }] }, + { title: "Saisonale Früchte", description: "Erfrischende Sorbets aus regionalen Früchten, direkt vom Erzeuger.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-cone_23-2148311196.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/mixed-berry-sorbet_23-2148311196.jpg" }] }, ]} - title="Unsere Eis-Klassiker & Neuheiten" - description="Von traditionellen Sorten bis hin zu kreativen Kompositionen – wir haben für jeden Geschmack das Richtige." /> @@ -143,25 +83,12 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Was unsere Kunden lieben" + description="Ihre Freude ist unser Ansporn! Lesen Sie, was unsere Stammkunden über die Süße Welle sagen." testimonials={[ - { - id: "1", name: "Tim G", role: "Kunde", company: "Osnabrück", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2838.jpg"}, - { - id: "2", name: "Pia Itani", role: "Kunde", company: "Osnabrück", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-white-dress-sunglasses-cute-teenage-girl-eating-ice-cream-street_613910-12203.jpg"}, - { - id: "3", name: "Max M.", role: "Kunde", company: "Osnabrück", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-48488.jpg"}, - { - id: "4", name: "Sarah L.", role: "Kunde", company: "Osnabrück", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-senior-woman-posing_23-2149012629.jpg"}, - { - id: "5", name: "Tom B.", role: "Kunde", company: "Osnabrück", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068911.jpg"}, + { id: "1", name: "Anna K.", role: "Kundin", company: "Osnabrück", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-ice-cream_23-2148311196.jpg" }, + { id: "2", name: "Markus D.", role: "Kunde", company: "Osnabrück", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-ice-cream_23-2148311196.jpg" }, ]} - title="Was unsere Kunden sagen" - description="Kundenzufriedenheit steht bei uns an erster Stelle. Danke für die Unterstützung!" /> @@ -170,82 +97,48 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Die Süße Welle in Zahlen" + description="Qualität durch Erfahrung und Begeisterung." metrics={[ - { - id: "1", title: "Eissorten aktuell", value: "24+", icon: Award, - }, - { - id: "2", title: "Jahre Erfahrung", value: "10+", icon: Award, - }, - { - id: "3", title: "Zufriedene Kunden", value: "1000+", icon: Award, - }, + { id: "1", title: "Sorten", value: "30+", icon: IceCream }, + { id: "2", title: "Jahre Qualität", value: "15+", icon: Award }, + { id: "3", title: "Glückliche Naschkatzen", value: "5000+", icon: Star }, ]} - title="Unsere Eis-Statistik" - description="Qualität, die überzeugt und wächst." />
); -} \ No newline at end of file +} -- 2.49.1