4 Commits

Author SHA1 Message Date
5b7f471959 Update src/app/page.tsx 2026-04-02 05:05:25 +00:00
967eeaa441 Merge version_1 into main
Merge version_1 into main
2026-04-02 05:03:56 +00:00
92b91cbf5d Merge version_1 into main
Merge version_1 into main
2026-04-02 05:03:32 +00:00
dfe323f05c Merge version_1 into main
Merge version_1 into main
2026-04-02 05:03:02 +00:00

View File

@@ -34,6 +34,8 @@ export default function LandingPage() {
name: "Features", id: "features"}, name: "Features", id: "features"},
{ {
name: "Plans", id: "products"}, name: "Plans", id: "products"},
{
name: "Metrics", id: "metrics"},
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
@@ -54,15 +56,6 @@ export default function LandingPage() {
{ {
name: "Michael K.", handle: "@mikek", testimonial: "Finally, consistent coverage in every corner of my house. WorldLink is the best.", rating: 5, name: "Michael K.", handle: "@mikek", testimonial: "Finally, consistent coverage in every corner of my house. WorldLink is the best.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg"}, imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg"},
{
name: "Emily R.", handle: "@emilyr", testimonial: "Streaming and gaming at the same time without any lag. Impressive performance.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403968.jpg"},
{
name: "David L.", handle: "@davidl", testimonial: "Customer service was great during setup. Very happy with the transition to 6G.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/low-angle-elderly-woman-bed-holding-smartphone_23-2148419217.jpg"},
{
name: "James P.", handle: "@jamesp", testimonial: "The installation was fast and the connection never drops. Highly recommended.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg?_wi=2"},
]} ]}
buttons={[ buttons={[
{ {
@@ -71,30 +64,6 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BmtHO7pPsVdaD5O5vbizRTKXEb/uploaded-1775106152466-x6mer53a.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BmtHO7pPsVdaD5O5vbizRTKXEb/uploaded-1775106152466-x6mer53a.jpg"
imageAlt="WorldLink 6G Router" imageAlt="WorldLink 6G Router"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[
{
src: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg", alt: "User 1"},
{
src: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg", alt: "User 2"},
{
src: "https://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403968.jpg", alt: "User 3"},
{
src: "https://img.b2bpic.net/free-photo/low-angle-elderly-woman-bed-holding-smartphone_23-2148419217.jpg", alt: "User 4"},
{
src: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg", alt: "User 5"},
]}
marqueeItems={[
{
type: "text", text: "40% More Coverage"},
{
type: "text", text: "6G Technology"},
{
type: "text", text: "Lightning Fast Speed"},
{
type: "text", text: "Ultra-Low Latency"},
{
type: "text", text: "24/7 Reliability"},
]}
/> />
</div> </div>
@@ -164,42 +133,44 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
tag="Join Us" tag="Inquiry Form"
title="Ready to upgrade to 6G?" title="Get In Touch"
description="Leave your email below and our team will contact you shortly to get you connected." description="We're ready to help you upgrade to 6G. Send us your inquiry and our team will get back to you."
inputPlaceholder="Enter your email"
buttonText="Submit Inquiry"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" }
]
},
{ {
title: "Services", items: [ title: "Services", items: [
{ { label: "6G Plans", href: "#products" },
label: "6G Plans", href: "#products"}, { label: "Business", href: "#" },
{
label: "Business Internet", href: "#"},
], ],
}, },
{ {
title: "Support", items: [ title: "Support", items: [
{ { label: "Help Center", href: "#" },
label: "Contact", href: "#contact"}, { label: "FAQs", href: "#" },
{
label: "FAQs", href: "#"},
], ],
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
{ { label: "Privacy", href: "#" },
label: "Privacy Policy", href: "#"}, { label: "Terms", href: "#" },
{
label: "Terms", href: "#"},
], ],
}, },
]} ]}
bottomLeftText="© 2024 WorldLink Communications" bottomLeftText="© 2025 WorldLink Communications"
bottomRightText="100% Reliable Connectivity" bottomRightText="All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>