diff --git a/src/app/page.tsx b/src/app/page.tsx index 73c8d08..a456210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; @@ -32,17 +31,19 @@ export default function LandingPage() { @@ -75,9 +76,9 @@ export default function LandingPage() { testimonialRotationInterval={5000} buttons={[ { - text: "Prenota ora", href: "tel:3201992518"}, + text: "Prenota ora", href: "/prenotazioni"}, { - text: "Guarda il menu", href: "#menu"}, + text: "Guarda il menu", href: "/#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/spaghetti-with-mussels_1150-18483.jpg" imageAlt="Piatti di pesce eleganti al Paisiello" @@ -131,7 +132,7 @@ export default function LandingPage() { description="Scopri una selezione delle nostre creazioni più amate e le specialità dello chef, preparate con pesce freschissimo e passione. Un assaggio del nostro menu completo." buttons={[ { - text: "Vedi menu completo", href: "#"}, + text: "Vedi menu completo", href: "/#menu"}, ]} /> @@ -219,20 +220,6 @@ export default function LandingPage() { /> -
- -