Compare commits
44 Commits
version_8
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc5c5cd84 | |||
| 6490ffc452 | |||
| fed8e26b59 | |||
| 490ffe0cef | |||
| c05232dc53 | |||
| 08db4621e5 | |||
| 629dd183ab | |||
| 786e8bfc89 | |||
| a299212a14 | |||
| 172c962d42 | |||
| 427467dcb1 | |||
| 25d1139fe8 | |||
| 38c91049f3 | |||
| d5e6ca85ea | |||
| bcb9515753 | |||
| d63953448c | |||
| 9882f0276b | |||
| de93359051 | |||
| 90694af9ea | |||
| 1514bc3599 | |||
| 3d22ad47f0 | |||
| b373f48028 | |||
| e8ecfd2988 | |||
| 28e683f0f3 | |||
| 969533d115 | |||
| 52b69f0157 | |||
| dca0bf015e | |||
| 20038b26a6 | |||
| bd656bc1d3 | |||
| 2dac677689 | |||
| f2bd401278 | |||
| e9331e2c7e | |||
| 45c20e9f18 | |||
| 044131bebb | |||
| f907b52f23 | |||
| bd925705ee | |||
| db8b9bed12 | |||
| 68a4ab133a | |||
| dbcae34ffe | |||
| 6b36b1ea5a | |||
| c87baef2f4 | |||
| 72551ab0c2 | |||
| 59e653aaac | |||
| e137462c22 |
@@ -3,16 +3,18 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const handleCall = () => {
|
||||||
|
window.location.href = "tel:0796062450";
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="text-stagger"
|
||||||
@@ -52,8 +54,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Jetzt bestellen", href: "#contact" },
|
{ text: "Jetzt anrufen: 079 606 24 50", onClick: handleCall },
|
||||||
]}
|
]}
|
||||||
|
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"
|
||||||
imageAlt="Authentische Neapolitanische Pizza"
|
imageAlt="Authentische Neapolitanische Pizza"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -79,16 +82,34 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "Klassiker", name: "Margherita D.O.P.", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-desk-dough-food-pizza-meal-italian_140725-101767.jpg" },
|
{ id: "p1", brand: "Top Rated • Authentisch", name: "Margherita D.O.P. - Mit Fior di Latte & San Marzano", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800&auto=format&fit=crop" },
|
||||||
{ id: "p2", brand: "Spezialität", name: "Diavola Luxe", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-cup-smoked-cheese-middle_140725-230.jpg" },
|
{ id: "p2", brand: "Top Rated • Würzig", name: "Diavola Luxe - Mit pikanter Ventricina-Salami", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800&auto=format&fit=crop" },
|
||||||
{ id: "p3", brand: "Vegetarisch", name: "Verdure Fresche", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pasta-ingredients-composition_23-2147849731.jpg" },
|
{ 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 Pizza-Highlights"
|
title="Unsere Speisekarte"
|
||||||
description="Entdecken Sie unsere handgemachten Pizzas, optimiert für den perfekten Genuss zu Hause."
|
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={[
|
||||||
|
{ text: "Jetzt anrufen", onClick: handleCall }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
/>
|
||||||
|
</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" }
|
||||||
|
]}
|
||||||
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -98,7 +119,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
text="Besuchen Sie uns in der Romanshornerstrasse 30, Arbon. Geöffnet Di–So: 11:00–13:00 & 17:00–21:00. Montags geschlossen. Wir freuen uns auf Ihren Besuch!"
|
text="Besuchen Sie uns in der Romanshornerstrasse 30, Arbon. Geöffnet Di–So: 11:00–13:00 & 17:00–21:00. Montags geschlossen. Wir freuen uns auf Ihren Besuch!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Jetzt bestellen: 079 606 24 50", href: "tel:0796062450" },
|
{ text: "Jetzt anrufen", onClick: handleCall },
|
||||||
{ text: "Wegbeschreibung anzeigen", href: "https://maps.google.com/?q=Romanshornerstrasse+30+Arbon" }
|
{ text: "Wegbeschreibung anzeigen", href: "https://maps.google.com/?q=Romanshornerstrasse+30+Arbon" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -112,7 +133,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Di–So: 11:00–13:00, 17:00–21:00" },
|
{ label: "Di–So: 11:00–13:00, 17:00–21:00" },
|
||||||
{ label: "Montag: Geschlossen" }
|
{ label: "Montag: Geschlossen" }
|
||||||
] },
|
] },
|
||||||
{ title: "Kontakt", items: [{ label: "Tel: 079 606 24 50" }] },
|
{ title: "Kontakt", items: [{ label: "Tel: 079 606 24 50", onClick: handleCall }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Pizza da Vincenzo"
|
bottomLeftText="© 2024 Pizza da Vincenzo"
|
||||||
bottomRightText="Authentische Pizza in Arbon"
|
bottomRightText="Authentische Pizza in Arbon"
|
||||||
|
|||||||
Reference in New Issue
Block a user