From 6b3a7b71f80d461f866b0e8d02b2710426d55752 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:14:39 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 49 ++++++++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a456210..73c8d08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ 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'; @@ -31,19 +32,17 @@ export default function LandingPage() { @@ -76,9 +75,9 @@ export default function LandingPage() { testimonialRotationInterval={5000} buttons={[ { - text: "Prenota ora", href: "/prenotazioni"}, + text: "Prenota ora", href: "tel:3201992518"}, { - 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" @@ -132,7 +131,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: "/#menu"}, + text: "Vedi menu completo", href: "#"}, ]} /> @@ -220,6 +219,20 @@ export default function LandingPage() { /> +
+ +