Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5236dc8326 | |||
| a1cb1d0169 | |||
| d7a85aaba5 |
@@ -46,16 +46,15 @@ export default function LandingPage() {
|
|||||||
<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="احصل على حسابات بيس (eFootball) مجاناً"
|
||||||
description="We provide borderless, free, and secure high-speed internet access to communities worldwide. Experience the digital world without barriers."
|
description="نحن نوفر لك أسهل طريقة للحصول على حسابات بيس مميزة بأمان وسرعة. انطلق في رحلتك الكروية الآن."
|
||||||
tag="Universal Access"
|
tag="حسابات بيس"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "#pricing" },
|
{ text: "ابدأ الآن", 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?_wi=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/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,10 +62,10 @@ 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="عن الخدمة"
|
||||||
title="Connectivity as a Fundamental Right"
|
title="مجتمع عشاق بيس"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Our Mission", href: "#features" },
|
{ text: "اعرف المزيد", href: "#features" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,15 +77,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Global Coverage", description: "Extensive network nodes deployed across 5 continents.", bentoComponent: "globe"},
|
title: "حسابات موثوقة", description: "حسابات تحتوي على لاعبين أساطير وعملات داخل اللعبة.", bentoComponent: "reveal-icon", icon: Shield},
|
||||||
{
|
{
|
||||||
title: "End-to-End Security", description: "Privacy-first architecture ensuring your data stays yours.", bentoComponent: "reveal-icon", icon: Shield,
|
title: "أمان عالي", description: "ضمان حماية حسابك وخصوصيتك عند الاستلام.", bentoComponent: "reveal-icon", icon: Zap,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "High-Speed Performance", description: "Optimized routing for low-latency streaming and gaming.", bentoComponent: "animated-bar-chart"},
|
title: "تحديثات دورية", description: "نوفر حسابات محدثة بآخر التشكيلات واللاعبين.", bentoComponent: "animated-bar-chart"},
|
||||||
]}
|
]}
|
||||||
title="Unmatched Network Capabilities"
|
title="لماذا تختارنا؟"
|
||||||
description="Experience robust, secure, and lightning-fast connectivity infrastructure designed for the modern world."
|
description="نحن الأسرع والأكثر أماناً في تقديم حسابات eFootball."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -98,17 +97,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1", value: "1M+", title: "Connected Users", description: "Empowering digital citizens daily", icon: Users,
|
id: "m1", value: "5000+", title: "حساب موزع", description: "أكثر من 5000 لاعب راضٍ عن حساباته", icon: Users,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2", value: "99.9%", title: "Uptime", description: "Reliability you can count on", icon: Zap,
|
id: "m2", value: "24/7", title: "دعم فني", description: "موجودون لمساعدتك في أي وقت", icon: Zap,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3", value: "250+", title: "Global Hubs", description: "Expanding our reach every day", icon: Map,
|
id: "m3", value: "100%", title: "أمان", description: "تجربة خالية من المخاطر", icon: Map,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Making a Difference"
|
title="أرقامنا تتحدث"
|
||||||
description="Our metrics reflect our commitment to universal internet access."
|
description="ثقة اللاعبين هي أولويتنا القصوى."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -119,25 +118,25 @@ 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: "free", badge: "تجربة", price: "مجاناً", subtitle: "حساب تجريبي للمبتدئين", buttons: [{ text: "طلب الحساب", href: "#contact" }],
|
||||||
features: ["25 Mbps Speed", "Community Support", "No Data Caps"],
|
features: ["لاعبين أساسيين", "عملات محدودة", "دعم أساسي"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Pro Plan", price: "$9", subtitle: "Enhanced performance for power users", buttons: [{ text: "Upgrade", href: "#contact" }],
|
id: "premium", badge: "مميز", price: "متوفر", subtitle: "حسابات أساطير للمحترفين", buttons: [{ text: "طلب الحساب", href: "#contact" }],
|
||||||
features: ["200 Mbps Speed", "Priority Routing", "Dedicated Support"],
|
features: ["لاعبين أساطير", "عملات كثيرة", "دعم فني أولوية"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Transparent Access Options"
|
title="اختر باقتك"
|
||||||
description="Choose the plan that suits your bandwidth needs."
|
description="ابدأ رحلتك بأفضل تشكيلة ممكنة."
|
||||||
/>
|
/>
|
||||||
</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="حصلت على حساب بيس رائع بفضل هذا الموقع! اللاعبون أساطير والتعامل في غاية الاحترافية."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Elena Rodriguez, Student"
|
author="محمد علي، لاعب محترف"
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
avatars={[]}
|
avatars={[]}
|
||||||
@@ -146,9 +145,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={["OpenMesh", "GlobalLink", "FutureNet", "TechAlliance", "CommunityConnect"]}
|
names={["eFootball", "KONAMI", "GamingHub", "ProPlayers"]}
|
||||||
title="Backed by Industry Leaders"
|
title="مجتمعنا"
|
||||||
description="Partnering with global organizations dedicated to closing the digital divide."
|
description="نحن فخورون بأن نكون جزءاً من هذا المجتمع الكروي العظيم."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -159,12 +158,12 @@ 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: "هل الحسابات آمنة؟", content: "نعم، جميع الحسابات يتم الحصول عليها بطرق شرعية وآمنة تماماً." },
|
||||||
{ 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: "كيف استلم الحساب؟", content: "بعد الطلب، ستصلك بيانات الحساب مباشرة عبر وسائل الاتصال المحددة." },
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="أسئلة شائعة"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
description="Got questions? We've got answers."
|
description="كل ما تريد معرفته عن الحصول على حسابات بيس."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,16 +171,16 @@ 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="هل أنت مستعد للحصول على حسابك؟ تواصل معنا الآن."
|
||||||
buttons={[{ text: "Get in Touch", href: "#" }]}
|
buttons={[{ text: "اتصل بنا", 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: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#pricing" }] },
|
||||||
{ items: [{ label: "Legal", href: "#" }, { label: "Terms", href: "#" }] },
|
{ items: [{ label: "القانونية", href: "#" }, { label: "الشروط", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="NetFree"
|
logoText="NetFree"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user