fix: update location

This commit is contained in:
2026-08-14 20:42:22 +07:00
parent b8f5361dfa
commit 54dae12883
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -274,7 +274,7 @@ export default function AgendaSection({ data }: Props) {
{/* Printable Header (Visible only when printing) */}
<div className="hidden print:block mb-8 border-b pb-4">
<h1 className="text-2xl font-bold text-gray-900">APAC IPv6, AI & Cloud Summit 2026 - Agenda</h1>
<p className="text-sm text-gray-600">Keangnam Landmark Tower, Hanoi, Vietnam</p>
<p className="text-sm text-gray-600">Lotte Center, 54 Liễu Giai, Phường Giảng , Nội, Việt Nam</p>
</div>
{/* Event Venue Banner with Direct Google Maps Button */}
@@ -288,12 +288,12 @@ export default function AgendaSection({ data }: Props) {
</div>
<div>
<div className="text-[11px] uppercase tracking-wider text-primary font-bold">Event Venue / Đa điểm tổ chức</div>
<div className="text-sm font-semibold text-on-surface">Keangnam Landmark Tower, Hanoi, Vietnam</div>
<div className="text-sm font-semibold text-on-surface">Lotte Center, 54 Liễu Giai, Phường Giảng , Nội</div>
</div>
</div>
<a
href="https://www.google.com/maps?q=InterContinental+Hanoi+Landmark72"
href="https://maps.app.goo.gl/DXwWCY4BKAV6BZbc8"
target="_blank"
rel="noopener noreferrer"
className="px-4 py-2 rounded-full gold-gradient-bg text-on-primary font-bold text-xs uppercase tracking-wider hover:shadow-[0_0_15px_rgba(197,160,89,0.4)] transition-all flex items-center gap-1.5 shrink-0"
+1 -1
View File
@@ -24,7 +24,7 @@ export default function HeroSection({
{data.badgeText}
</span>
<a
href="https://www.google.com/maps?q=InterContinental+Hanoi+Landmark72"
href="https://maps.app.goo.gl/DXwWCY4BKAV6BZbc8"
target="_blank"
rel="noopener noreferrer"
className="ml-1 lg:ml-2 px-3 py-1 rounded-full bg-primary/20 text-primary hover:bg-primary hover:text-background text-xs font-semibold uppercase tracking-wider transition-colors inline-flex items-center gap-1.5 border border-primary/40"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"hero": {
"badgeIcon": "calendar_today",
"badgeText": "27 August 2026 | Keangnam Landmark Tower, Hanoi, Vietnam",
"badgeText": "27 August 2026 | Lotte Center, 54 Lieu Giai, Giang Vo Ward, Hanoi, 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" },
+1 -1
View File
@@ -1,7 +1,7 @@
{
"hero": {
"badgeIcon": "calendar_today",
"badgeText": "27 Tháng 8 2026 | Keangnam Landmark Tower, Hà Nội, Việt Nam",
"badgeText": "27 Tháng 8 2026 | Lotte Center, 54 Liễu Giai, Phường Giảng Võ, Hà Nội, 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" },