Update src/app/page.tsx
This commit is contained in:
204
src/app/page.tsx
204
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "features",
|
||||
},
|
||||
name: "Solutions", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="PT TeleNet"
|
||||
/>
|
||||
@@ -59,33 +51,21 @@ export default function LandingPage() {
|
||||
description="Reliable connectivity backed by 25 years of expertise and 24/7 local support for businesses and remote operations across Indonesia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Connected Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Connected Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spacecraft-orbiting-planet-earth-global-communications-generated-by-ai_188544-22043.jpg"
|
||||
avatarText="Trusted by industry leaders"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", alt: "Client 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,14 +75,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "25 Years of Connectivity",
|
||||
},
|
||||
type: "text", content: "25 Years of Connectivity"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397571.jpg",
|
||||
alt: "About TeleNet",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397571.jpg", alt: "About TeleNet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,34 +89,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Maritime",
|
||||
title: "Satellite Connectivity",
|
||||
items: [
|
||||
"VSAT Maritime",
|
||||
"Remote Rig Coverage",
|
||||
"High-Seas Reliability",
|
||||
],
|
||||
id: "1", label: "Maritime", title: "Satellite Connectivity", items: [
|
||||
"VSAT Maritime", "Remote Rig Coverage", "High-Seas Reliability"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Business",
|
||||
title: "Fiber Infrastructure",
|
||||
items: [
|
||||
"Dedicated Jakarta Fiber",
|
||||
"Managed ICT Services",
|
||||
"Corporate Security",
|
||||
],
|
||||
id: "2", label: "Business", title: "Fiber Infrastructure", items: [
|
||||
"Dedicated Jakarta Fiber", "Managed ICT Services", "Corporate Security"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Support",
|
||||
title: "24/7 Local Support",
|
||||
items: [
|
||||
"Indonesian Language Team",
|
||||
"Responsive SLA",
|
||||
"Expert Technicians",
|
||||
],
|
||||
id: "3", label: "Support", title: "24/7 Local Support", items: [
|
||||
"Indonesian Language Team", "Responsive SLA", "Expert Technicians"],
|
||||
},
|
||||
]}
|
||||
title="Our Solutions"
|
||||
@@ -156,23 +113,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Uptime Guarantee",
|
||||
value: "99.9%",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Uptime Guarantee", value: "99.9%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "25+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Years Experience", value: "25+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Jakarta Locations",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m3", icon: Shield,
|
||||
title: "Jakarta Locations", value: "500+"},
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Our reliability metrics speak for themselves."
|
||||
@@ -187,45 +135,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "MaritimeX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "MaritimeX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "Jakarta Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "Jakarta Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-office_1098-22034.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-office_1098-22034.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lina Sari",
|
||||
role: "Operations Lead",
|
||||
company: "Oil & Gas Ind",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
},
|
||||
id: "5", name: "Lina Sari", role: "Operations Lead", company: "Oil & Gas Ind", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What industry leaders say about our infrastructure support."
|
||||
@@ -238,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer SLA agreements?",
|
||||
content: "Yes, we guarantee 99.9% uptime for all corporate fiber and satellite packages.",
|
||||
},
|
||||
id: "f1", title: "Do you offer SLA agreements?", content: "Yes, we guarantee 99.9% uptime for all corporate fiber and satellite packages."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How fast is the installation?",
|
||||
content: "Installation typically occurs within 5-10 business days depending on location.",
|
||||
},
|
||||
id: "f2", title: "How fast is the installation?", content: "Installation typically occurs within 5-10 business days depending on location."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer 24/7 support?",
|
||||
content: "Yes, our local Indonesian support team is available 24/7 to resolve critical issues immediately.",
|
||||
},
|
||||
id: "f3", title: "Do you offer 24/7 support?", content: "Yes, our local Indonesian support team is available 24/7 to resolve critical issues immediately."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our satellite and fiber solutions."
|
||||
@@ -264,14 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Pertamina",
|
||||
"Telkomsel",
|
||||
"Indosat",
|
||||
"XL Axiata",
|
||||
"Chevron",
|
||||
"TotalEnergies",
|
||||
"BP Indonesia",
|
||||
]}
|
||||
"Pertamina", "Telkomsel", "Indosat", "XL Axiata", "Chevron", "TotalEnergies", "BP Indonesia"]}
|
||||
title="Trusted Partners"
|
||||
description="Powering industry leaders across Indonesia."
|
||||
/>
|
||||
@@ -284,22 +191,17 @@ export default function LandingPage() {
|
||||
description="Get in touch with our team today for a tailored connectivity solution."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
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,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182554.jpg"
|
||||
@@ -312,25 +214,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -340,4 +234,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user