Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11eaa332f0 | |||
| c1abd70daf | |||
| 1eb2670f4f | |||
| 5236dc8326 | |||
| a1cb1d0169 | |||
| d7a85aaba5 |
104
src/app/page.tsx
104
src/app/page.tsx
@@ -39,23 +39,21 @@ export default function LandingPage() {
|
|||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="NetFree"
|
brandName="Free Connect"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Internet Freedom for All"
|
title="Access the Future: Free Internet & Gaming"
|
||||||
description="We provide borderless, free, and secure high-speed internet access to communities worldwide. Experience the digital world without barriers."
|
description="Connecting communities with high-speed internet and exclusive access to FIFA 26 and PES accounts. Join the network today."
|
||||||
tag="Universal Access"
|
tag="Revolutionizing Access"
|
||||||
buttons={[
|
buttons={[{ text: "Get Started", href: "#pricing" }]}
|
||||||
{ text: "Get Started", href: "#pricing" },
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=1" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg", imageAlt: "Connectivity Scene 1" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg", imageAlt: "Connectivity Scene 2" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg", imageAlt: "Connectivity Scene 3" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,11 +61,9 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Our Vision"
|
tag="Our Mission"
|
||||||
title="Connectivity as a Fundamental Right"
|
title="Bridging the Digital & Gaming Divide"
|
||||||
buttons={[
|
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||||
{ text: "Our Mission", href: "#features" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,15 +74,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Global Coverage", description: "Extensive network nodes deployed across 5 continents.", bentoComponent: "globe"},
|
title: "Global Coverage", description: "High-speed internet access across all major urban areas.", bentoComponent: "globe"},
|
||||||
{
|
{
|
||||||
title: "End-to-End Security", description: "Privacy-first architecture ensuring your data stays yours.", bentoComponent: "reveal-icon", icon: Shield,
|
title: "Premium Gaming Accounts", description: "Get exclusive access to FIFA 26 and PES accounts effortlessly.", bentoComponent: "reveal-icon", icon: Shield},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "High-Speed Performance", description: "Optimized routing for low-latency streaming and gaming.", bentoComponent: "animated-bar-chart"},
|
title: "Reliable Connections", description: "Always-on infrastructure for seamless streaming and gaming.", bentoComponent: "reveal-icon", icon: Zap},
|
||||||
]}
|
]}
|
||||||
title="Unmatched Network Capabilities"
|
title="Why Choose Free Connect"
|
||||||
description="Experience robust, secure, and lightning-fast connectivity infrastructure designed for the modern world."
|
description="Powerful features designed to keep you connected and entertained everywhere."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -97,18 +92,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "500k+", title: "Active Users", description: "People connected globally", icon: Users },
|
||||||
id: "m1", value: "1M+", title: "Connected Users", description: "Empowering digital citizens daily", icon: Users,
|
{ id: "m2", value: "10k+", title: "FIFA & PES Accounts", description: "Available for instant access", icon: Shield },
|
||||||
},
|
{ id: "m3", value: "99.9%", title: "Uptime", description: "Continuous network reliability", icon: Zap },
|
||||||
{
|
|
||||||
id: "m2", value: "99.9%", title: "Uptime", description: "Reliability you can count on", icon: Zap,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3", value: "250+", title: "Global Hubs", description: "Expanding our reach every day", icon: Map,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Making a Difference"
|
title="Our Impact"
|
||||||
description="Our metrics reflect our commitment to universal internet access."
|
description="Measurable results across our network."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -119,38 +108,44 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", badge: "Free Plan", price: "$0", subtitle: "Unlimited access for everyone", buttons: [{ text: "Get Connected", href: "#contact" }],
|
id: "basic", badge: "Essential", price: "Free", subtitle: "Basic connectivity for everyone", buttons: [{ text: "Join Now", href: "#" }],
|
||||||
features: ["25 Mbps Speed", "Community Support", "No Data Caps"],
|
features: ["10 Mbps Speed", "24/7 Support"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Pro Plan", price: "$9", subtitle: "Enhanced performance for power users", buttons: [{ text: "Upgrade", href: "#contact" }],
|
id: "gaming", badge: "Gaming Plus", price: "$14.99/mo", subtitle: "FIFA 26 & PES Account Access", buttons: [{ text: "Get Access", href: "#" }],
|
||||||
features: ["200 Mbps Speed", "Priority Routing", "Dedicated Support"],
|
features: ["Exclusive FIFA 26 Accounts", "PES Account Included", "Priority Support"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "enterprise", badge: "Corporate", price: "$49.99/mo", subtitle: "High-capacity network solutions", buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||||
|
features: ["1 Gbps Speed", "Dedicated Bandwidth", "Advanced Security"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Transparent Access Options"
|
title="Simple Plans"
|
||||||
description="Choose the plan that suits your bandwidth needs."
|
description="Choose your level of free access or unlock premium gaming content."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonial" data-section="testimonial">
|
<div id="testimonial" data-section="testimonial">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="NetFree has been a game-changer for my education. I can finally attend classes and do my research without worrying about expensive data costs."
|
testimonial="Free Connect has truly changed the way I interact with the digital world. The FIFA 26 account access was instant and easy!"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Elena Rodriguez, Student"
|
author="Sarah Miller, Gamer"
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Sarah Miller" },
|
||||||
|
]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
avatars={[]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={["OpenMesh", "GlobalLink", "FutureNet", "TechAlliance", "CommunityConnect"]}
|
|
||||||
title="Backed by Industry Leaders"
|
|
||||||
description="Partnering with global organizations dedicated to closing the digital divide."
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
names={["TechCorp", "Innovate", "GlobalConnect", "DataStream", "FutureTech", "NetSolutions", "VisionaryBrands"]}
|
||||||
|
title="Trusted by Leaders"
|
||||||
|
description="Our network is supported by industry innovators."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -159,12 +154,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Is the free service truly unlimited?", content: "Yes, we provide unlimited access for all users on our free plan." },
|
{ id: "q1", title: "How do I get my FIFA 26 account?", content: "Simply upgrade to our Gaming Plus plan to get instant access to FIFA 26 and PES accounts." },
|
||||||
{ id: "q2", title: "How do I find a network hub?", content: "Use our interactive map on the dashboard to locate the nearest node." },
|
{ id: "q2", title: "Is it really free?", content: "Yes, our basic plan is completely free of charge." },
|
||||||
|
{ id: "q3", title: "Can I upgrade anytime?", content: "Yes, you can upgrade your plan through your user dashboard whenever you need." },
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Common Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
description="Got questions? We've got answers."
|
description="Answers to your most frequently asked questions."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,21 +168,21 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
text="Ready to join the revolution? Reach out to support or become a partner today."
|
text="Ready to get connected? Reach out to our team for any inquiries or gaming account support."
|
||||||
buttons={[{ text: "Get in Touch", href: "#" }]}
|
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "About", href: "#about" }, { label: "Network", href: "#features" }] },
|
{ items: [{ label: "About Us", href: "#about" }, { label: "Gaming Accounts", href: "#pricing" }] },
|
||||||
{ items: [{ label: "Legal", href: "#" }, { label: "Terms", href: "#" }] },
|
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="NetFree"
|
logoText="Free Connect"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user