Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 013bf52140 | |||
| 7351d6c450 | |||
| 42a371db55 | |||
| 376a0d99eb |
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user