diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 958761d..288ae13 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,33 +7,28 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -172,28 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="I nostri numeri" description="La qualità certificata da anni di passione." - metrics={[ - { - id: "1", - value: "20+", - description: "Anni di esperienza", - }, - { - id: "2", - value: "150+", - description: "Ricette originali", - }, - { - id: "3", - value: "5k+", - description: "Clienti felici", - }, - { - id: "4", - value: "100%", - description: "Ingredienti freschi", - }, - ]} + metrics={[{ id: "1", value: "20+", description: "Anni di esperienza" }, { id: "2", value: "150+", description: "Ricette originali" }, { id: "3", value: "5k+", description: "Clienti felici" }, { id: "4", value: "100%", description: "Ingredienti freschi" }]} /> @@ -203,68 +88,21 @@ export default function LandingPage() { useInvertedBackground={false} title="Domande frequenti" description="Tutto quello che devi sapere sulla nostra cucina." - imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg" mediaAnimation="blur-reveal" - faqs={[ - { - id: "1", - title: "Avete opzioni vegetariane?", - content: "Sì, offriamo diverse opzioni vegetariane nel nostro menù.", - }, - { - id: "2", - title: "È necessaria la prenotazione?", - content: "È consigliata, specialmente nei weekend.", - }, - { - id: "3", - title: "Accettate animali?", - content: "Certamente, i vostri amici a quattro zampe sono i benvenuti.", - }, - ]} + faqsAnimation="entrance-slide" + faqs={[{ id: "1", title: "Avete opzioni vegetariane?", content: "Sì, offriamo diverse opzioni vegetariane nel nostro menù." }, { id: "2", title: "È necessaria la prenotazione?", content: "È consigliata, specialmente nei weekend." }, { id: "3", title: "Accettate animali?", content: "Certamente, i vostri amici a quattro zampe sono i benvenuti." }]} /> ); -} +} \ No newline at end of file