Update src/app/page.tsx

This commit is contained in:
2026-03-05 15:42:18 +00:00
parent cb09e8a5e5
commit a87535ea47

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}