Update src/app/page.tsx
This commit is contained in:
@@ -208,18 +208,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What are your opening hours?", content: "We are open daily until 11 PM. Please check our 'Informazioni' section for specific holiday hours."},
|
||||
id: "faq1", title: "Quali sono i vostri orari di apertura?", content: "Siamo aperti tutti i giorni fino alle 23:00. Controlla la nostra sezione 'Informazioni' per gli orari specifici delle festività."},
|
||||
{
|
||||
id: "faq2", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially during peak hours, to ensure you get a table."},
|
||||
id: "faq2", title: "Accettate prenotazioni?", content: "Sì, consigliamo vivamente di prenotare, specialmente durante le ore di punta, per assicurarti un tavolo."},
|
||||
{
|
||||
id: "faq3", title: "Do you offer delivery or takeout?", content: "Yes, we offer both takeout and contactless delivery options. You can order online directly through our website."},
|
||||
id: "faq3", title: "Offrite servizio a domicilio o da asporto?", content: "Sì, offriamo sia l'opzione da asporto che la consegna senza contatto. Puoi ordinare online direttamente tramite il nostro sito web."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-with-delicious-food_23-2149152872.jpg"
|
||||
imageAlt="Friendly restaurant staff"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
title="Your Questions Answered"
|
||||
description="Find quick answers to common questions about 'Voci del Mare' to help plan your visit or order."
|
||||
title="Le Tue Domande Risposte"
|
||||
description="Trova risposte rapide alle domande comuni su 'Voci del Mare' per aiutarti a pianificare la tua visita o il tuo ordine."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -229,14 +229,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Order Online"
|
||||
description="Find us in Bergamo, call for reservations, or place your order for pickup or delivery. We're open until 11 PM!"
|
||||
tag="Contattaci"
|
||||
title="Vieni a Trovarci o Ordina Online"
|
||||
description="Trovaci a Bergamo, chiamaci per prenotazioni o effettua il tuo ordine per il ritiro o la consegna. Siamo aperti fino alle 23:00!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
text: "Ottieni Indicazioni", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
{
|
||||
text: "Call Us: 339 895 8239", href: "tel:+393398958239"},
|
||||
text: "Chiamaci: 339 895 8239", href: "tel:+393398958239"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,28 +257,28 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us", items: [
|
||||
title: "Chi Siamo", items: [
|
||||
{
|
||||
label: "Our Story", href: "#about"},
|
||||
label: "La Nostra Storia", href: "#about"},
|
||||
{
|
||||
label: "Team", href: "#"},
|
||||
label: "Il Nostro Team", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Informativa sulla Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Reservations", href: "#contact"},
|
||||
label: "Prenotazioni", href: "#contact"},
|
||||
{
|
||||
label: "Order Online", href: "https://pizzeriavocidelmare.com"},
|
||||
label: "Ordina Online", href: "https://pizzeriavocidelmare.com"},
|
||||
{
|
||||
label: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
label: "Indicazioni Stradali", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Voci del Mare. All rights reserved."
|
||||
bottomRightText="Built with passion in Italy."
|
||||
bottomLeftText="© 2024 Voci del Mare. Tutti i diritti riservati."
|
||||
bottomRightText="Realizzato con passione in Italia."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user