Update src/app/page.tsx
This commit is contained in:
152
src/app/page.tsx
152
src/app/page.tsx
@@ -21,14 +21,11 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Nhận báo giá",
|
||||
href: "/lien-he",
|
||||
};
|
||||
text: "Nhận báo giá", href: "/lien-he"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Dịch Vụ",
|
||||
items: [
|
||||
title: "Dịch Vụ", items: [
|
||||
{ label: "Tổ Chức Sự Kiện Doanh Nghiệp", href: "#services" },
|
||||
{ label: "Ra Mắt Sản Phẩm", href: "#services" },
|
||||
{ label: "Hội Nghị & MICE", href: "#services" },
|
||||
@@ -36,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Công Ty",
|
||||
items: [
|
||||
title: "Công Ty", items: [
|
||||
{ label: "Về Chúng Tôi", href: "/ve-chung-toi" },
|
||||
{ label: "Dự Án", href: "/du-an" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -45,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Liên Hệ",
|
||||
items: [
|
||||
title: "Liên Hệ", items: [
|
||||
{ label: "061-384-4900", href: "tel:+66613844900" },
|
||||
{ label: "Bangchak, Sukhumvit 93, Bangkok", href: "#" },
|
||||
{ label: "info@jabuevents.com", href: "mailto:info@jabuevents.com" },
|
||||
@@ -54,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Theo Dõi Chúng Tôi",
|
||||
items: [
|
||||
title: "Theo Dõi Chúng Tôi", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
@@ -99,35 +93,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg?_wi=1",
|
||||
imageAlt: "Corporate event stage setup",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg", imageAlt: "Corporate event stage setup"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10061.jpg?_wi=1",
|
||||
imageAlt: "Product launch LED installation",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10061.jpg", imageAlt: "Product launch LED installation"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-cashier-store_482257-79308.jpg?_wi=1",
|
||||
imageAlt: "Corporate conference setup",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-cashier-store_482257-79308.jpg", imageAlt: "Corporate conference setup"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-african-american-woman-shop-sales-assistant-explaining-senior-man-customer-black-friday-shopping-rules-clothing-store-retail-worker-holding-sales-flyer-talking-with-shopper_482257-69386.jpg?_wi=1",
|
||||
imageAlt: "Brand activation event",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-african-american-woman-shop-sales-assistant-explaining-senior-man-customer-black-friday-shopping-rules-clothing-store-retail-worker-holding-sales-flyer-talking-with-shopper_482257-69386.jpg", imageAlt: "Brand activation event"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg?_wi=2",
|
||||
imageAlt: "Professional event production",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg", imageAlt: "Professional event production"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10061.jpg?_wi=2",
|
||||
imageAlt: "Event management expertise",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10061.jpg", imageAlt: "Event management expertise"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -142,29 +118,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "4.9★",
|
||||
description:
|
||||
"Đánh giá trung bình từ 40+ khách hàng trên Google Reviews",
|
||||
},
|
||||
id: "metric-1", value: "4.9★", description:
|
||||
"Đánh giá trung bình từ 40+ khách hàng trên Google Reviews"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "100+",
|
||||
description:
|
||||
"Sự kiện tổ chức thành công tại Bangkok và các thành phố khác",
|
||||
},
|
||||
id: "metric-2", value: "100+", description:
|
||||
"Sự kiện tổ chức thành công tại Bangkok và các thành phố khác"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "15+",
|
||||
description: "Năm kinh nghiệm tổ chức sự kiện chuyên nghiệp",
|
||||
},
|
||||
id: "metric-3", value: "15+", description: "Năm kinh nghiệm tổ chức sự kiện chuyên nghiệp"},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "50+",
|
||||
description: "Khách hàng quốc tế từ các nước khác nhau",
|
||||
},
|
||||
id: "metric-4", value: "50+", description: "Khách hàng quốc tế từ các nước khác nhau"},
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,40 +143,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Tổ Chức Sự Kiện Doanh Nghiệp",
|
||||
description:
|
||||
"Hội nghị doanh nghiệp, lãnh đạo, hội họp công ty với thiết kế chuyên nghiệp và quản lý sự kiện toàn diện.",
|
||||
},
|
||||
title: "Tổ Chức Sự Kiện Doanh Nghiệp", description:
|
||||
"Hội nghị doanh nghiệp, lãnh đạo, hội họp công ty với thiết kế chuyên nghiệp và quản lý sự kiện toàn diện."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Ra Mắt Sản Phẩm",
|
||||
description:
|
||||
"Thiết kế sân khấu LED, sản xuất nội dung cinematic, điều phối chương trình chuyên nghiệp cho buổi ra mắt.",
|
||||
},
|
||||
title: "Ra Mắt Sản Phẩm", description:
|
||||
"Thiết kế sân khấu LED, sản xuất nội dung cinematic, điều phối chương trình chuyên nghiệp cho buổi ra mắt."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Hội Nghị & MICE",
|
||||
description:
|
||||
"Tổ chức hội nghị quy mô lớn, quản lý khách mời, kỹ thuật âm thanh hình ảnh, địa điểm và logistics.",
|
||||
},
|
||||
title: "Hội Nghị & MICE", description:
|
||||
"Tổ chức hội nghị quy mô lớn, quản lý khách mời, kỹ thuật âm thanh hình ảnh, địa điểm và logistics."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Kích Hoạt Thương Hiệu",
|
||||
description:
|
||||
"Các chiến dịch kích hoạt thương hiệu, tiếp thị trực nghiệm, tương tác khách hàng và xây dựng nhận diện thương hiệu.",
|
||||
},
|
||||
title: "Kích Hoạt Thương Hiệu", description:
|
||||
"Các chiến dịch kích hoạt thương hiệu, tiếp thị trực nghiệm, tương tác khách hàng và xây dựng nhận diện thương hiệu."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Tiệc & Sự Kiện Riêng Tư",
|
||||
description:
|
||||
"Tổ chức tiệc kỷ niệm, sự kiện gia đình, tiệc mừng công với thiết kế độc đáo và khác biệt.",
|
||||
},
|
||||
title: "Tiệc & Sự Kiện Riêng Tư", description:
|
||||
"Tổ chức tiệc kỷ niệm, sự kiện gia đình, tiệc mừng công với thiết kế độc đáo và khác biệt."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Quản Lý Toàn Bộ Sự Kiện",
|
||||
description:
|
||||
"Từ lên kế hoạch, thương thảo với địa điểm, quản lý ngân sách đến triển khai và theo dõi kết quả.",
|
||||
},
|
||||
title: "Quản Lý Toàn Bộ Sự Kiện", description:
|
||||
"Từ lên kế hoạch, thương thảo với địa điểm, quản lý ngân sách đến triển khai và theo dõi kết quả."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -229,45 +181,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Nguyễn Văn An",
|
||||
role: "Giám Đốc Marketing",
|
||||
company: "TechCorp Vietnam",
|
||||
rating: 5,
|
||||
id: "testimonial-1", name: "Nguyễn Văn An", role: "Giám Đốc Marketing", company: "TechCorp Vietnam", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "Nguyễn Văn An",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Nguyễn Văn An"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Trần Thị Hương",
|
||||
role: "CEO",
|
||||
company: "InnovateLab Thailand",
|
||||
rating: 5,
|
||||
id: "testimonial-2", name: "Trần Thị Hương", role: "CEO", company: "InnovateLab Thailand", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1",
|
||||
imageAlt: "Trần Thị Hương",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Trần Thị Hương"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Pham Duc Minh",
|
||||
role: "Events Manager",
|
||||
company: "GrowthCo Asia",
|
||||
rating: 5,
|
||||
id: "testimonial-3", name: "Pham Duc Minh", role: "Events Manager", company: "GrowthCo Asia", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Pham Duc Minh",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Pham Duc Minh"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Somchai Kittikul",
|
||||
role: "Brand Director",
|
||||
company: "StartupXYZ Bangkok",
|
||||
rating: 5,
|
||||
id: "testimonial-4", name: "Somchai Kittikul", role: "Brand Director", company: "StartupXYZ Bangkok", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
imageAlt: "Somchai Kittikul",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Somchai Kittikul"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -279,12 +207,12 @@ export default function HomePage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactText
|
||||
text="Bạn đang lên kế hoạch cho sự kiện tại Bangkok? Liên hệ với Jabu Events để được tư vấn miễn phí và nhận báo giá chi tiết."
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Nhận Báo Giá", href: "/lien-he" },
|
||||
{ text: "Gọi Ngay: 061-384-4900", href: "tel:+66613844900" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user