From a87535ea47abcf24f449efbecfcd17b16e460e4f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:42:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3814d49..2fd64b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function HomePage() { { text: "Gọi ngay: 061-384-4900", href: "tel:+66613844900" }, ]} buttonAnimation="slide-up" + buttonTextClassName="text-white" carouselItems={[ { id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWQNk3xYZ6e4jUtzgqkH0Yd8wU/uploaded-1772708795578-b9msvyt7.jpg", imageAlt: "Corporate event stage setup" @@ -300,4 +301,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}