From 3cc26e42816feec778522c14d705737d318277f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:24:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e279f71..253c186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg", alt: "Guest" }, ]} buttons={[ - { text: "Book Your Stay", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' }) }, - { text: "Explore Suites", onClick: () => document.getElementById('suites')?.scrollIntoView({ behavior: 'smooth' }) }, + { text: "Book Your Stay", href: "#contact" }, + { text: "Explore Suites", href: "#suites" }, ]} buttonAnimation="slide-up" avatarText="Join 5,000+ happy travelers" @@ -160,8 +160,8 @@ export default function LandingPage() {