diff --git a/src/app/page.tsx b/src/app/page.tsx
index f374427..c34d7bb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -237,60 +120,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Marco Rossi",
- role: "Executive Chef",
- company: "Grand Hotel",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg",
- },
- {
- id: "2",
- name: "Elena Bianchi",
- role: "Manager",
- company: "Catering Solutions",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg",
- },
- {
- id: "3",
- name: "Luca Verdi",
- role: "Direttore",
- company: "Ristorante Stella",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-waiter-with-food-drinks-table_23-2148245018.jpg",
- },
- {
- id: "4",
- name: "Giulia Neri",
- role: "Head Chef",
- company: "Ospedale Centrale",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg",
- },
- {
- id: "5",
- name: "Andrea Bruno",
- role: "Proprietario",
- company: "Mensa Aziendale",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg",
- },
+ { id: "1", name: "Marco Rossi", role: "Executive Chef", company: "Grand Hotel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg" },
+ { id: "2", name: "Elena Bianchi", role: "Manager", company: "Catering Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg" },
+ { id: "3", name: "Luca Verdi", role: "Direttore", company: "Ristorante Stella", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-waiter-with-food-drinks-table_23-2148245018.jpg" },
+ { id: "4", name: "Giulia Neri", role: "Head Chef", company: "Ospedale Centrale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg" },
+ { id: "5", name: "Andrea Bruno", role: "Proprietario", company: "Mensa Aziendale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg" },
]}
kpiItems={[
- {
- value: "100%",
- label: "Qualità Garantita",
- },
- {
- value: "24/7",
- label: "Supporto tecnico",
- },
- {
- value: "150+",
- label: "Partner partner",
- },
+ { value: "100%", label: "Qualità Garantita" },
+ { value: "24/7", label: "Supporto tecnico" },
+ { value: "150+", label: "Partner partner" },
]}
title="Dicono di Noi"
description="La soddisfazione dei nostri clienti è la nostra migliore referenza."
@@ -302,21 +141,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Come posso richiedere un preventivo?",
- content: "Puoi contattarci tramite il modulo di contatto o chiamando il nostro ufficio.",
- },
- {
- id: "f2",
- title: "Offrite manutenzione programmata?",
- content: "Sì, offriamo contratti di manutenzione personalizzati per ogni impianto.",
- },
- {
- id: "f3",
- title: "Quali sono i tempi di installazione?",
- content: "I tempi dipendono dalla complessità dell'impianto, vi forniremo una stima dettagliata dopo il sopralluogo.",
- },
+ { id: "f1", title: "Come posso richiedere un preventivo?", content: "Puoi contattarci tramite il modulo di contatto o chiamando il nostro ufficio." },
+ { id: "f2", title: "Offrite manutenzione programmata?", content: "Sì, offriamo contratti di manutenzione personalizzati per ogni impianto." },
+ { id: "f3", title: "Quali sono i tempi di installazione?", content: "I tempi dipendono dalla complessità dell'impianto, vi forniremo una stima dettagliata dopo il sopralluogo." },
]}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865296.jpg"
mediaAnimation="slide-up"
@@ -332,29 +159,11 @@ export default function LandingPage() {
title="Contattaci per una Consulenza"
description="Siamo pronti ad ascoltare le tue esigenze e progettare insieme la tua nuova cucina professionale."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Nome",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Telefono",
- },
+ { name: "name", type: "text", placeholder: "Nome", required: true },
+ { name: "email", type: "email", placeholder: "Email", required: true },
+ { name: "phone", type: "tel", placeholder: "Telefono" },
]}
- textarea={{
- name: "message",
- placeholder: "Descrivi il tuo progetto...",
- rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "Descrivi il tuo progetto...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/african-american-mechanic-businesswoman-wearing-face-masks-while-using-touchpad-repair-shop_637285-10532.jpg"
mediaPosition="right"
/>
@@ -364,32 +173,8 @@ export default function LandingPage() {