@@ -14,6 +14,10 @@ export default function LandingPage() {
const handleCall = ( ) = > {
window . location . href = "tel:0796062450" ;
} ;
const handleCallTwo = ( ) = > {
window . location . href = "tel:0767348299" ;
} ;
return (
< ThemeProvider
@@ -45,7 +49,7 @@ export default function LandingPage() {
< div id = "hero" data-section = "hero" >
< HeroSplitKpi
background = { { variant : "gradient-bars" } }
title = "Pizza da Vincenzo: Echte neapolitanische Pizzakunst in Arbon"
title = "Pizza da Vincenzo: Echte Pizzakunst in Arbon"
description = "Ihr Takeout-Spezialist in Arbon. Wir backen authentische neapolitanische Pizza mit handgefertigtem, 48 Stunden gereiftem Teig direkt aus dem Holzofen – in nur 10 Minuten für Sie bereit."
kpis = { [
{ value : "5/5" , label : "Google Rating" } ,
@@ -55,6 +59,7 @@ export default function LandingPage() {
enableKpiAnimation = { true }
buttons = { [
{ text : "Jetzt anrufen: 079 606 24 50" , onClick : handleCall } ,
{ text : "Jetzt anrufen: 076 734 82 99" , onClick : handleCallTwo } ,
] }
buttonAnimation = "slide-up"
imageSrc = "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"
@@ -86,17 +91,18 @@ export default function LandingPage() {
gridVariant = "three-columns-all-equal-width"
useInvertedBackground = { false }
products = { [
{ id : "p1" , brand : "Klassiker" , name : "Margherita D.O.P. " , price : "18.5 0 CHF" , rating : 5 , reviewCount : "120" , imageSrc : "https://img.b2bpic.net/free-photo/top-view-delicious-margherita-pizza_23-2149215467.jpg " } ,
{ id : "p2" , brand : "Pikant" , name : "Diavola Luxe " , price : "22 .00 CHF" , rating : 5 , reviewCount : "85" , imageSrc : "https://img.b2bpic.net/free-photo/delicious-salami-pizza-with-herbs-isolated-white-background_144627-24855.jpg " } ,
{ id : "p3" , brand : "Vegetarisch" , name : "Verdure Fresche " , price : "20.5 0 CHF" , rating : 5 , reviewCount : "92" , imageSrc : "https://img.b2bpic.net/free-photo/pizza-with-vegetables_144627-24874 .jpg" } ,
{ id : "p4" , brand : "Spezial" , name : "Prosciutto & Funghi " , price : "21.5 0 CHF" , rating : 5 , reviewCount : "45" , imageSrc : "https://img.b2bpic.net/free-photo/tasty-pizza-with-mushrooms-and-ham_144627-24869 .jpg" } ,
{ id : "p5" , brand : "Spezial" , name : "Tonno & Cipolla " , price : "2 1.00 CHF" , rating : 4 , reviewCount : "30" , imageSrc : "https://img.b2bpic.net/free-photo/tasty-pizza-with-tuna-onions_144627-24867.jpg " } ,
{ id : "p6" , brand : "Klassiker" , name : "Capricciosa" , price : "23 .00 CHF" , rating : 5 , reviewCount : "60" , imageSrc : "https://img.b2bpic.net/free-photo/delicious-pizza-with-olives-mushrooms-artichokes_144627-24870.jpg " } ,
{ id : "p1" , brand : "Klassiker" , name : "Margherita" , price : "10.0 0 CHF" , rating : 5 , reviewCount : "120" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777750662221-iat8qgmr.webp " } ,
{ id : "p2" , brand : "Pikant" , name : "Funghi " , price : "10 .00 CHF" , rating : 5 , reviewCount : "85" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777750863137-3j35k8bn.avif " } ,
{ id : "p3" , brand : "Vegetarisch" , name : "Quattro Formaggi " , price : "12.0 0 CHF" , rating : 5 , reviewCount : "92" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777750909213-bkp41ihq .jpg" } ,
{ id : "p4" , brand : "Spezial" , name : "Calabrese " , price : "12.0 0 CHF" , rating : 5 , reviewCount : "45" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777751076523-23lx2qk5 .jpg" } ,
{ id : "p5" , brand : "Spezial" , name : "Margherita " , price : "12 .00 CHF" , rating : 4 , reviewCount : "30" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777818667238-1twq8fbv.webp " } ,
{ id : "p6" , brand : "Klassiker" , name : "Capricciosa" , price : "1 2.00 CHF" , rating : 5 , reviewCount : "60" , imageSrc : "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777751257905-df0plsgz.webp " } ,
] }
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."
buttons = { [
{ text : "Jetzt anrufen" , onClick : handleCall }
{ text : "Jetzt anrufen: 079 606 24 50 " , onClick : handleCall } ,
{ text : "Jetzt anrufen: 076 734 82 99" , onClick : handleCallTwo }
] }
buttonAnimation = "slide-up"
/ >
@@ -115,10 +121,10 @@ export default function LandingPage() {
{ value : "100%" , label : "Neapolitanisch" }
] }
testimonials = { [
{ id : "1" , name : "Elen a 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 }
{ id : "1" , name : "Mari a D ." , role : "Stammkundin" , company : "Arbon" , rating : 5 } ,
{ id : "2" , name : "Nicola L ." , role : "Feinschmecker" , company : "St. Gallen" , rating : 5 } ,
{ id : "3" , name : "Julia S ." , role : "Liebhaberin" , company : "Romanshorn" , rating : 5 } ,
{ id : "4" , name : "Amando T." , role : "Pizza-Fan" , company : "Amriswil" , rating : 5 }
] }
/ >
< / div >
@@ -127,9 +133,10 @@ export default function LandingPage() {
< ContactText
useInvertedBackground = { false }
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.\n Geöffnet Di– So: 11:00– 13:00 & 17:00– 21:00. \n Montags geschlossen. \n Wir freuen uns auf Ihren Besuch!"
buttons = { [
{ text : "Jetzt anrufen" , onClick : handleCall } ,
{ text : "Jetzt anrufen: 079 606 24 50 " , onClick : handleCall } ,
{ text : "Jetzt anrufen: 076 734 82 99" , onClick : handleCallTwo } ,
{ text : "Wegbeschreibung anzeigen" , href : "https://maps.google.com/?q=Romanshornerstrasse+30+Arbon" }
] }
/ >
@@ -143,7 +150,10 @@ export default function LandingPage() {
{ label : "Di– So: 11:00– 13:00, 17:00– 21:00" } ,
{ label : "Montag: Geschlossen" }
] } ,
{ title : "Kontakt" , items : [ { label : "Tel: 079 606 24 50" , onClick : handleCall } ] } ,
{ title : "Kontakt" , items : [
{ label : "Tel: 079 606 24 50" , onClick : handleCall } ,
{ label : "Tel: 076 734 82 99" , onClick : handleCallTwo }
] } ,
] }
bottomLeftText = "© 2024 Pizza da Vincenzo"
bottomRightText = "Authentische Pizza in Arbon"