diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..ec9d575 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 fe77b63..f920619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,8 +132,10 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Reservar ahora", href: "#reservation" }, - { text: "Llamar: 697 67 08 89", href: "tel:697670889" } + { text: "Llamar", href: "tel:697670889" } ]} + buttonClassName="flex items-center gap-2" + buttonTextClassName="flex items-center gap-2" background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -167,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file