diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx deleted file mode 100644 index c8d258c..0000000 --- a/src/app/contatti/page.tsx +++ /dev/null @@ -1,104 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; - -export const generateMetadata = () => { - return { - title: "Contattaci - Il Paisiello", description: "Per qualsiasi domanda, informazione o richiesta speciale, non esitare a contattare Il Paisiello, ristorante di pesce a Veglie (LE)." - }; -}; - -export default function ContattiPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Chi siamo", id: "/#about" }, - { name: "Menu", id: "/#menu" }, - { name: "Recensioni", id: "/#reviews" }, - { name: "Esperienza", id: "/#experience" }, - { name: "Prenotazioni", id: "/prenotazioni" }, - { name: "Contatti", id: "/contatti" } - ]; - - return ( - - - - -
- -
- - -
-
- ); -} \ No newline at end of file