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() {
/>
+
+
+