diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c1c2ba..d0b984d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,6 +6,8 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
+import BlogCardThree from "@/components/sections/blog/BlogCardThree";
+import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
@@ -15,48 +17,14 @@ export default function HomePage() {
const navItems = [
{ name: "Trang chủ", id: "home" },
{ name: "Dịch vụ", id: "services" },
- { name: "Dự án", id: "projects" },
- { name: "Về chúng tôi", id: "about" },
- { name: "Liên hệ", id: "contact" },
+ { name: "Dự án", id: "case-study" },
+ { name: "Về chúng tôi", id: "why-choose" },
+ { name: "Liên hệ", id: "cta" },
];
const navButton = {
- text: "Nhận báo giá", href: "/lien-he"};
-
- const footerColumns = [
- {
- 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" },
- { label: "Kích Hoạt Thương Hiệu", href: "#services" },
- ],
- },
- {
- title: "Công Ty", items: [
- { label: "Về Chúng Tôi", href: "/ve-chung-toi" },
- { label: "Dự Án", href: "/du-an" },
- { label: "Blog", href: "#" },
- { label: "Liên Hệ", href: "/lien-he" },
- ],
- },
- {
- 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" },
- { label: "www.jabuevents.com", href: "https://jabuevents.com" },
- ],
- },
- {
- title: "Theo Dõi Chúng Tôi", items: [
- { label: "Facebook", href: "#" },
- { label: "Instagram", href: "#" },
- { label: "LinkedIn", href: "#" },
- { label: "YouTube", href: "#" },
- ],
- },
- ];
+ text: "Nhận báo giá", href: "cta"
+ };
return (