Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a702f4577 | |||
| 42dbe642be | |||
| 413f391aba | |||
| 3bd1bc542a | |||
| e159de53d8 | |||
| 0db30dc9f8 | |||
| 0fe781fa79 | |||
| ec8aa6ad86 | |||
| c2fa6c732a | |||
| 300f23f1f6 | |||
| 865bf0f440 |
@@ -24,13 +24,13 @@ 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", quote: "Top.", name: "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"]}]} />
|
||||||
</div>
|
</div>
|
||||||
<div id="socialProof" data-section="socialProof">
|
<div id="socialProof" data-section="socialProof">
|
||||||
<SocialProofOne textboxLayout="default" useInvertedBackground={false} names={["Anna", "Bob"]} title="Partner" description="Wir vertrauen auf" />
|
<SocialProofOne textboxLayout="default" useInvertedBackground={false} names={["Edeka", "Rewe", "Bio-Markt regional", "Feinkost Handel"]} title="Partner" description="Wir vertrauen auf" />
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple columns={[{title: "Service", items: [{label: "Online Bestellung", href: "/order"}, {label: "Speisekarte", href: "/menu"}]}, {title: "Rechtliches", items: [{label: "Impressum", href: "#"}, {label: "Datenschutz", href: "#"}]}]} bottomLeftText="© 2024 Wacker GmbH Lebensmittel" bottomRightText="Handgemacht aus Lampertheim" />
|
<FooterSimple columns={[{title: "Service", items: [{label: "Online Bestellung", href: "/order"}, {label: "Speisekarte", href: "/menu"}]}, {title: "Rechtliches", items: [{label: "Impressum", href: "#"}, {label: "Datenschutz", href: "#"}]}]} bottomLeftText="© 2024 Wacker GmbH Lebensmittel" bottomRightText="Handgemacht aus Lampertheim" />
|
||||||
|
|||||||
Reference in New Issue
Block a user