diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c3c0dd..4a7703c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f3add2b..3d9aeb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" buttons={[ - { text: "Reserve Your Room", href: "#contact" }, - { text: "Learn More", href: "#about" } + { text: "Call +33 1 47 81 95 60", href: "tel:+33147819560" }, + { text: "Explore Our Rooms", href: "#rooms" } ]} buttonAnimation="slide-up" /> @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file