diff --git a/app/context/LanguageContext.tsx b/app/context/LanguageContext.tsx index eadfb03..4a783dd 100644 --- a/app/context/LanguageContext.tsx +++ b/app/context/LanguageContext.tsx @@ -10,12 +10,12 @@ interface LanguageContextValue { } const LanguageContext = createContext({ - lang: "en", + lang: "vi", setLang: () => {}, }); export function LanguageProvider({ children }: { children: React.ReactNode }) { - const [lang, setLangState] = useState("en"); + const [lang, setLangState] = useState("vi"); useEffect(() => { const saved = localStorage.getItem("ipv6_lang") as Lang | null; diff --git a/app/data/home.json b/app/data/home.json index debceef..db1eb3d 100644 --- a/app/data/home.json +++ b/app/data/home.json @@ -1,7 +1,7 @@ { "hero": { "badgeIcon": "calendar_today", - "badgeText": "June 2026 | Ho Chi Minh City, Vietnam", + "badgeText": "18 July 2026 | Ho Chi Minh City, Vietnam", "title": "IPv6 - Enhanced for AI & Data Centre Summit 2026", "subtitle": "Unlocking the Potential of Next-Gen Infrastructure. Join global leaders in redefining ASEAN's digital connectivity for the age of AI.", "primaryCta": { "label": "Register", "href": "/registration" }, diff --git a/app/data/home.vi.json b/app/data/home.vi.json index ba6aa5b..83119ad 100644 --- a/app/data/home.vi.json +++ b/app/data/home.vi.json @@ -1,7 +1,7 @@ { "hero": { "badgeIcon": "calendar_today", - "badgeText": "Tháng 6/2026 | TP. Hồ Chí Minh, Việt Nam", + "badgeText": "18 Tháng 7/2026 | TP. Hồ Chí Minh, Việt Nam", "title": "IPv6 - Enhanced for AI & Data Centre Summit 2026", "subtitle": "Khám phá tiềm năng Hạ tầng thế hệ mới. Chung sức định hình kỷ nguyên kết nối số tại ASEAN cùng doanh nghiệp hàng đầu quốc tế.", "primaryCta": { "label": "Đăng Ký", "href": "/registration" }, diff --git a/app/data/sponsor.json b/app/data/sponsor.json index 3964cc2..05504cf 100644 --- a/app/data/sponsor.json +++ b/app/data/sponsor.json @@ -2,7 +2,7 @@ "hero": { "eyebrow": "OPPORTUNITY AWAITS", "title": "Become a Sponsor", - "subtitle": "IPv6 - Enhanced AI & Data Centre Summit 2026 — 18 June 2026, Ho Chi Minh City", + "subtitle": "IPv6 - Enhanced AI & Data Centre Summit 2026 — 18 July 2026, Ho Chi Minh City", "description": "Join industry leaders at the forefront of the technological evolution. We invite innovative companies to co-sponsor an elite gathering focusing on AI, IPv6, Cloud Computing, Cybersecurity, Blockchain, and Data Centres. Align your brand with the architects of tomorrow's infrastructure.", "primaryCta": { "label": "Download Prospectus", "href": "#" }, "secondaryCta": { "label": "Speak to an Agent", "href": "#contact" } diff --git a/app/data/sponsor.vi.json b/app/data/sponsor.vi.json index ceef38a..7ed7c79 100644 --- a/app/data/sponsor.vi.json +++ b/app/data/sponsor.vi.json @@ -2,7 +2,7 @@ "hero": { "eyebrow": "CƠ HỘI ĐANG CHỜ", "title": "Trở Thành Nhà Tài Trợ", - "subtitle": "Hội Nghị IPv6 cho AI & Trung Tâm Dữ Liệu 2026 — 18 Tháng 6 năm 2026, TP. Hồ Chí Minh", + "subtitle": "Hội Nghị IPv6 cho AI & Trung Tâm Dữ Liệu 2026 — 18 Tháng 7 năm 2026, TP. Hồ Chí Minh", "description": "Cùng các nhà lãnh đạo ngành ở tuyến đầu tiến hóa công nghệ. Chúng tôi mời các công ty đổi mới đồng tài trợ cho sự kiện đẳng cấp tập trung vào AI, IPv6, Điện Toán Đám Mây, An Ninh Mạng, Blockchain và Trung Tâm Dữ Liệu. Kết nối thương hiệu của bạn với những kiến trúc sư của hạ tầng ngày mai.", "primaryCta": { "label": "Tải Hồ Sơ Tài Trợ", "href": "#" }, "secondaryCta": { "label": "Liên Hệ Chuyên Viên", "href": "#contact" } diff --git a/app/layout.tsx b/app/layout.tsx index c500eb8..6f4e65a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,7 +14,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - + {/* Nasalization font — path prefixed with basePath for subdirectory deployments */}