diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cb7422..e231f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,10 @@ export default function LandingPage() {
@@ -136,14 +134,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Authentic!", quote: "The best seafood I have ever tasted.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-18282.jpg" }, - { id: "2", title: "Wonderful Service", quote: "The staff really knows their wines.", name: "Michael B.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" }, - { id: "3", title: "Classic Italian", quote: "A truly genuine experience.", name: "David K.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-eating-chocolate-muffin-paper-holder_23-2147974612.jpg" }, - { id: "4", title: "Loved It", quote: "The atmosphere is simply magical.", name: "Emily R.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg" }, - { id: "5", title: "Great Food", quote: "Will definitely return for more.", name: "Alex T.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/male-female-eating-restaurant_23-2148395389.jpg" }, + { id: "1", title: "Autentico!", quote: "Il miglior pesce che abbia mai mangiato.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-18282.jpg" }, + { id: "2", title: "Servizio Superbo", quote: "Il personale conosce i vini alla perfezione.", name: "Michael B.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" }, ]} - title="Words From Our Guests" - description="See why our customers love returning to Al Pescatore." + title="Cosa Dicono i Nostri Ospiti" + description="Scopri perché i nostri clienti tornano sempre a trovarci." /> @@ -152,14 +147,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially on weekends." }, - { id: "2", title: "Are there vegetarian options?", content: "Yes, we offer several fresh seasonal vegetable dishes." }, - { id: "3", title: "Is there parking available?", content: "Street parking is available nearby, and there is a public garage within walking distance." }, - { id: "4", title: "Do you cater events?", content: "We offer custom catering services for special events, weddings, and celebrations." }, - { id: "5", title: "Are children welcome?", content: "Yes, families are always welcome at our table." }, + { id: "1", title: "È necessaria la prenotazione?", content: "Sì, consigliamo di prenotare in anticipo, specialmente nel fine settimana." }, + { id: "2", title: "Ci sono opzioni vegetariane?", content: "Sì, offriamo diverse opzioni stagionali basate sui prodotti dell'orto." }, + { id: "3", title: "C'è un parcheggio?", content: "Disponibile parcheggio su strada e un garage pubblico a pochi passi." }, ]} - title="Frequently Asked" - description="Got questions? We have answers." + title="Domande Frequenti" + description="Dubbi? Abbiamo le risposte che cerchi." faqsAnimation="blur-reveal" /> @@ -167,15 +160,15 @@ export default function LandingPage() {
@@ -188,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..9af7f5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #efe7dd; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);