Compare commits
18 Commits
version_22
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e6280c4c2 | |||
| 170f21abc3 | |||
| ee01682cea | |||
| 2bd72ba7df | |||
| 3dc5c5cd84 | |||
| 6490ffc452 | |||
| fed8e26b59 | |||
| 490ffe0cef | |||
| c05232dc53 | |||
| 08db4621e5 | |||
| 629dd183ab | |||
| 786e8bfc89 | |||
| a299212a14 | |||
| 172c962d42 | |||
| 427467dcb1 | |||
| 25d1139fe8 | |||
| 38c91049f3 | |||
| d5e6ca85ea |
@@ -8,6 +8,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const handleCall = () => {
|
const handleCall = () => {
|
||||||
@@ -53,7 +54,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call to order: 079 606 24 50", onClick: handleCall },
|
{ text: "Jetzt anrufen: 079 606 24 50", onClick: handleCall },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"
|
||||||
@@ -90,14 +91,35 @@ export default function LandingPage() {
|
|||||||
{ id: "p3", brand: "Top Rated • Frisch", name: "Verdure Fresche - Mit Grillgemüse & Oliven", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?q=80&w=800&auto=format&fit=crop" },
|
{ id: "p3", brand: "Top Rated • Frisch", name: "Verdure Fresche - Mit Grillgemüse & Oliven", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?q=80&w=800&auto=format&fit=crop" },
|
||||||
]}
|
]}
|
||||||
title="Unsere Speisekarte"
|
title="Unsere Speisekarte"
|
||||||
description="Entdecken Sie die Qualität unserer handverlesenen Zutaten. Von feinstem Mehl bis zu den frischesten Tomaten aus Italien – jedes Element ist auf authentischen Geschmack ausgerichtet. Bestellung per Anruf oder einfach direkt bei uns abholen!"
|
description="Entdecken Sie die Qualität unserer handverlesenen Zutaten. Von feinstem Mehl bis zu den frischesten Tomaten aus Italien – jedes Element ist auf authentischen Geschmack ausgerichtet."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Jetzt bestellen", onClick: handleCall }
|
{ text: "Jetzt anrufen", onClick: handleCall }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
<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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user