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: "Plans", id: "products"},
{
name: "Metrics", id: "metrics"},
{
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,
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={[
{
@@ -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"
imageAlt="WorldLink 6G Router"
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>
@@ -164,45 +133,47 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
tag="Join Us"
title="Ready to upgrade to 6G?"
description="Leave your email below and our team will contact you shortly to get you connected."
tag="Inquiry Form"
title="Get In Touch"
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 id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" }
]
},
{
title: "Services", items: [
{
label: "6G Plans", href: "#products"},
{
label: "Business Internet", href: "#"},
{ label: "6G Plans", href: "#products" },
{ label: "Business", href: "#" },
],
},
{
title: "Support", items: [
{
label: "Contact", href: "#contact"},
{
label: "FAQs", href: "#"},
{ label: "Help Center", href: "#" },
{ label: "FAQs", href: "#" },
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms", href: "#"},
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
bottomLeftText="© 2024 WorldLink Communications"
bottomRightText="100% Reliable Connectivity"
bottomLeftText="© 2025 WorldLink Communications"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}