Update src/app/page.tsx

This commit is contained in:
2026-05-12 22:54:47 +00:00
parent 3bd1bc542a
commit 42dbe642be

View File

@@ -24,7 +24,7 @@ export default function LandingPage() {
<TestimonialCardTwo animationType="slide-up" textboxLayout="default" useInvertedBackground={true} testimonials={[{id: "1", name: "Anna K.", role: "Kunde", testimonial: "Die Nudeln sind der Wahnsinn, wirklich frisch und lecker!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg"}, {id: "2", name: "Markus S.", role: "Kunde", testimonial: "Beste Gemüsebrühe, die ich je probiert habe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_1303-10235.jpg"}, {id: "3", name: "Sarah L.", role: "Kunde", testimonial: "Das Kakao Müsli schmeckt einfach fantastisch zum Frühstück.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"}, {id: "4", name: "Petra W.", role: "Kunde", testimonial: "Toller Service und sehr hochwertige Lebensmittel.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg"}, {id: "5", name: "Jürgen M.", role: "Kunde", testimonial: "Wacker hat die beste Qualität in der Region.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"}]} title="Was Kunden sagen" description="Qualität, die man schmeckt." /> <TestimonialCardTwo animationType="slide-up" textboxLayout="default" useInvertedBackground={true} testimonials={[{id: "1", name: "Anna K.", role: "Kunde", testimonial: "Die Nudeln sind der Wahnsinn, wirklich frisch und lecker!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg"}, {id: "2", name: "Markus S.", role: "Kunde", testimonial: "Beste Gemüsebrühe, die ich je probiert habe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_1303-10235.jpg"}, {id: "3", name: "Sarah L.", role: "Kunde", testimonial: "Das Kakao Müsli schmeckt einfach fantastisch zum Frühstück.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"}, {id: "4", name: "Petra W.", role: "Kunde", testimonial: "Toller Service und sehr hochwertige Lebensmittel.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg"}, {id: "5", name: "Jürgen M.", role: "Kunde", testimonial: "Wacker hat die beste Qualität in der Region.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"}]} title="Was Kunden sagen" description="Qualität, die man schmeckt." />
</div> </div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardSix animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Kundenstimmen" description="Was unsere Partner sagen" testimonials={[{id: "1", testimonial: "Top.", name: "Hans", handle: "@hans", role: "Chef"}]} /> <TestimonialCardSix animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Kundenstimmen" description="Was unsere Partner sagen" testimonials={[{id: "1", testimonial: "Top.", name: "Hans", handle: "@hans"}]} />
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardOne animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Angebote" description="Unsere Pakete" plans={[{id: "p1", badge: "Start", subtitle: "Basis", price: "10", features: ["A", "B"]}, {id: "p2", badge: "Pro", subtitle: "Premium", price: "20", features: ["C", "D"]}]} /> <PricingCardOne animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Angebote" description="Unsere Pakete" plans={[{id: "p1", badge: "Start", subtitle: "Basis", price: "10", features: ["A", "B"]}, {id: "p2", badge: "Pro", subtitle: "Premium", price: "20", features: ["C", "D"]}]} />