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 +}