Adding speakers section and gallery section

This commit is contained in:
2026-05-22 16:31:12 +07:00
parent 1e706758da
commit 9d5b8120a8
15 changed files with 249 additions and 4 deletions
+31
View File
@@ -40,6 +40,18 @@
{ "value": "50+", "label": "Tech Partners" }
]
},
"speakers": {
"eyebrow": "FEATURED SPEAKER",
"title": "Voices of Leadership",
"items": [
{
"name": "Dr. Sureswaran Ramadass",
"title": "Chairman, APAC IPv6 Council",
"photo": "/assets/img/speakers/speakes.jpg",
"quote": "The transition to IPv6 is not just a technical upgrade — it is the fundamental infrastructure for the AI-driven economy of ASEAN."
}
]
},
"agenda": {
"id": "agenda",
"eyebrow": "SCHEDULE",
@@ -65,6 +77,25 @@
"description": "Closed-door discussion for regulators and industry leaders."
}
]
},
"partners": {
"eyebrow": "Partners & Sponsors",
"title": "Trusted by Industry Leaders"
},
"gallery": {
"eyebrow": "Visual Journey",
"title": "Event Gallery",
"description": "Moments from our global journey toward IPv6 excellence.",
"items": [
{ "src": "/assets/img/gallery/ipv6_1.jpg", "alt": "IPv6 & AI Keynote Stage", "span": "wide" },
{ "src": "/assets/img/gallery/ipv6_2.png", "alt": "Networking Reception", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_3.png", "alt": "Tech Expo", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_4.png", "alt": "ASEAN Digital Future Stage", "span": "wide" },
{ "src": "/assets/img/gallery/ipv6_5.png", "alt": "Networking Breakfast", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_6.png", "alt": "Panel Discussion — IPV6", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_7.png", "alt": "IPv6 Summit 2026 Registration", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_8.jpg", "alt": "Network Visualization", "span": "full" }
]
}
}
+31
View File
@@ -40,6 +40,18 @@
{ "value": "50+", "label": "Đối Tác Công Nghệ" }
]
},
"speakers": {
"eyebrow": "DIỄN GIẢ NỔI BẬT",
"title": "Tiếng Nói Lãnh Đạo",
"items": [
{
"name": "Dr. Sureswaran Ramadass",
"title": "Chủ tịch, Hội đồng IPv6 APAC",
"photo": "/assets/img/speakers/speakes.jpg",
"quote": "Chuyển đổi sang IPv6 không chỉ là nâng cấp kỹ thuật — đó là nền tảng hạ tầng thiết yếu cho nền kinh tế số được dẫn dắt bởi AI tại ASEAN."
}
]
},
"agenda": {
"id": "agenda",
"eyebrow": "LỊCH TRÌNH",
@@ -65,5 +77,24 @@
"description": "Thảo luận kín dành cho cơ quan quản lý và lãnh đạo ngành."
}
]
},
"partners": {
"eyebrow": "Đối tác và Nhà tài trợ",
"title": "Được các nhà lãnh đạo trong ngành tin cậy"
},
"gallery": {
"eyebrow": "Hành Trình Hình Ảnh",
"title": "Thư Viện Ảnh",
"description": "Những khoảnh khắc từ hành trình hướng tới sự xuất sắc của IPv6.",
"items": [
{ "src": "/assets/img/gallery/ipv6_1.jpg", "alt": "Sân khấu Keynote IPv6 & AI", "span": "wide" },
{ "src": "/assets/img/gallery/ipv6_2.png", "alt": "Tiệc Networking", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_3.png", "alt": "Triển lãm Công nghệ", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_4.png", "alt": "Sân khấu Tương lai Số ASEAN", "span": "wide" },
{ "src": "/assets/img/gallery/ipv6_5.png", "alt": "Bữa sáng Networking", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_6.png", "alt": "Phiên thảo luận — IPV6", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_7.png", "alt": "Quầy đăng ký IPv6 Summit 2026", "span": "normal" },
{ "src": "/assets/img/gallery/ipv6_8.jpg", "alt": "Hình ảnh mạng lưới kết nối", "span": "full" }
]
}
}