Compare commits

...

4 Commits

Author SHA1 Message Date
9e6280c4c2 Update src/app/page.tsx 2026-05-02 19:18:59 +00:00
170f21abc3 Merge version_29 into main
Merge version_29 into main
2026-05-02 19:16:22 +00:00
ee01682cea Update src/app/page.tsx 2026-05-02 19:16:18 +00:00
2bd72ba7df Merge version_28 into main
Merge version_28 into main
2026-05-02 19:13:57 +00:00

View File

@@ -8,7 +8,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
const handleCall = () => {
@@ -100,16 +100,23 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Was unsere Gäste sagen"
description="Authentische neapolitanische Pizza begeistert lesen Sie, warum Kunden Pizza da Vincenzo in Arbon schätzen."
textboxLayout="split"
testimonials={[
{ id: "t1", name: "Marco Rossi", date: "Vor 2 Wochen", title: "Unglaublich gut!", quote: "Die beste neapolitanische Pizza, die ich in der Schweiz gegessen habe. Absolut empfehlenswert.", tag: "Top", avatarSrc: "https://i.pravatar.cc/150?u=1" },
{ id: "t2", name: "Sarah Müller", date: "Vor 1 Monat", title: "Wahrer Genuss", quote: "Der Teig ist einfach perfekt genau wie in Italien. Man merkt die 48 Stunden Ruhezeit.", tag: "Stammgast", avatarSrc: "https://i.pravatar.cc/150?u=2" },
{ id: "t3", name: "Lukas Weber", date: "Vor 3 Tagen", title: "Mein go-to Takeout", quote: "Schnell, freundlich und extrem lecker. Die Diavola ist der Wahnsinn.", tag: "Fan", avatarSrc: "https://i.pravatar.cc/150?u=3" }
]}
<TestimonialCardSixteen
title="Das sagen unsere Kunden"
description="Erfahren Sie, warum Pizza da Vincenzo die erste Wahl für authentische neapolitanische Pizza in Arbon ist."
useInvertedBackground={true}
animationType="slide-up"
textboxLayout="default"
kpiItems={[
{ value: "5.0", label: "Google Schnitt" },
{ value: "500+", label: "Zufriedene Gäste" },
{ value: "100%", label: "Neapolitanisch" }
]}
testimonials={[
{ id: "1", name: "Elena S.", role: "Stammkundin", company: "Arbon", rating: 5 },
{ id: "2", name: "Marco R.", role: "Feinschmecker", company: "St. Gallen", rating: 5 },
{ id: "3", name: "Julia M.", role: "Liebhaberin", company: "Romanshorn", rating: 5 },
{ id: "4", name: "Luca T.", role: "Pizza-Fan", company: "Amriswil", rating: 5 }
]}
/>
</div>