Compare commits
10 Commits
version_17
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| bcb9515753 | |||
| d63953448c | |||
| 9882f0276b | |||
| de93359051 | |||
| 90694af9ea | |||
| 1514bc3599 | |||
| 3d22ad47f0 | |||
| b373f48028 | |||
| e8ecfd2988 | |||
| 28e683f0f3 |
@@ -10,6 +10,10 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleCall = () => {
|
||||
window.location.href = "tel:0796062450";
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -49,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Jetzt bestellen", href: "#contact" },
|
||||
{ text: "Call to order: 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"
|
||||
@@ -81,14 +85,14 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Authentisch", name: "Margherita D.O.P. - Mit echtem Fior di Latte & San Marzano", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777747868609-hv0ylcu8.png?_wi=1" },
|
||||
{ id: "p2", brand: "Spezialität", name: "Diavola Luxe - Mit pikanter Ventricina-Salami", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAtkWOWBa86HVvKFKzqRK21Dwe/uploaded-1777747868609-hv0ylcu8.png?_wi=2" },
|
||||
{ id: "p3", brand: "Vegetarisch", name: "Verdure Fresche - Mit Grillgemüse & Oliven", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=600&h=400" },
|
||||
{ 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: "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: "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"
|
||||
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."
|
||||
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!"
|
||||
buttons={[
|
||||
{ text: "Jetzt bestellen", href: "#contact" }
|
||||
{ text: "Jetzt bestellen", onClick: handleCall }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,7 +104,7 @@ export default function LandingPage() {
|
||||
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!"
|
||||
buttons={[
|
||||
{ text: "Jetzt anrufen", href: "tel:0796062450" },
|
||||
{ text: "Jetzt anrufen", onClick: handleCall },
|
||||
{ text: "Wegbeschreibung anzeigen", href: "https://maps.google.com/?q=Romanshornerstrasse+30+Arbon" }
|
||||
]}
|
||||
/>
|
||||
@@ -114,7 +118,7 @@ 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" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Tel: 079 606 24 50", onClick: handleCall }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Pizza da Vincenzo"
|
||||
bottomRightText="Authentische Pizza in Arbon"
|
||||
|
||||
Reference in New Issue
Block a user