4 Commits

Author SHA1 Message Date
013bf52140 Merge version_4 into main
Merge version_4 into main
2026-05-07 00:46:24 +00:00
7351d6c450 Update src/app/page.tsx 2026-05-07 00:46:20 +00:00
42a371db55 Update src/app/page.tsx 2026-05-07 00:43:26 +00:00
376a0d99eb Merge version_2 into main
Merge version_2 into main
2026-05-07 00:41:41 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Connected Jakarta Runs on TeleNet"
title="Reliable Business Connectivity Across Indonesia"
description="Reliable connectivity backed by 25 years of expertise and 24/7 local support for businesses and remote operations across Indonesia."
buttons={[
{
@@ -91,17 +91,14 @@ export default function LandingPage() {
{
id: "1", label: "Maritime", title: "Satellite Connectivity", items: [
"VSAT Maritime", "Remote Rig Coverage", "High-Seas Reliability"],
buttons: [{ text: "View Technical Specs", href: "#" }]
},
{
id: "2", label: "Business", title: "Fiber Infrastructure", items: [
"Dedicated Jakarta Fiber", "Managed ICT Services", "Corporate Security"],
buttons: [{ text: "View Technical Specs", href: "#" }]
},
{
id: "3", label: "Support", title: "24/7 Local Support", items: [
"Indonesian Language Team", "Responsive SLA", "Expert Technicians"],
buttons: [{ text: "Request Details", href: "#contact" }]
},
]}
title="Our Solutions"
@@ -200,6 +197,9 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
multiSelect={{
name: "industry_interest", label: "Industry / Service Interest", options: ["Maritime", "Enterprise Fiber", "Managed ICT", "Satellite Data"]
}}
textarea={{
name: "message", placeholder: "How can we help you?", rows: 4,
required: true,