Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5236dc8326 | |||
| a1cb1d0169 | |||
| 2b8f85a88b | |||
| d7a85aaba5 | |||
| 99a6138b35 | |||
| c62c6dc269 |
293
src/app/page.tsx
293
src/app/page.tsx
@@ -33,70 +33,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Free Connect"
|
||||
brandName="NetFree"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Access the Future: Free Internet for Everyone"
|
||||
description="Connecting communities with high-speed, reliable, and entirely free internet access. Join the network today."
|
||||
tag="Revolutionizing Access"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="احصل على حسابات بيس (eFootball) مجاناً"
|
||||
description="نحن نوفر لك أسهل طريقة للحصول على حسابات بيس مميزة بأمان وسرعة. انطلق في رحلتك الكروية الآن."
|
||||
tag="حسابات بيس"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
{ text: "ابدأ الآن", href: "#pricing" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=1",
|
||||
imageAlt: "Connectivity Scene 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg?_wi=1",
|
||||
imageAlt: "Connectivity Scene 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg",
|
||||
imageAlt: "Connectivity Scene 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Connectivity Scene 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg",
|
||||
imageAlt: "Connectivity Scene 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/competition-computer-computing-perspective-sky_1127-2373.jpg",
|
||||
imageAlt: "Connectivity Scene 6",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,13 +62,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="Our Mission"
|
||||
title="Bridging the Digital Divide"
|
||||
tag="عن الخدمة"
|
||||
title="مجتمع عشاق بيس"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "اعرف المزيد", href: "#features" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,30 +77,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Coverage",
|
||||
description: "High-speed access across all major urban areas.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-flat-color-icon-pack-like-sal-database-security-server-safe_1142-22692.jpg",
|
||||
imageAlt: "server availability icon",
|
||||
title: "حسابات موثوقة", description: "حسابات تحتوي على لاعبين أساطير وعملات داخل اللعبة.", bentoComponent: "reveal-icon", icon: Shield},
|
||||
{
|
||||
title: "أمان عالي", description: "ضمان حماية حسابك وخصوصيتك عند الاستلام.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Real-time Analytics",
|
||||
description: "Track your usage and network performance in real-time.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=2",
|
||||
imageAlt: "server availability icon",
|
||||
},
|
||||
{
|
||||
title: "Reliable Connections",
|
||||
description: "Always-on infrastructure for seamless streaming.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg?_wi=2",
|
||||
imageAlt: "server availability icon",
|
||||
},
|
||||
title: "تحديثات دورية", description: "نوفر حسابات محدثة بآخر التشكيلات واللاعبين.", bentoComponent: "animated-bar-chart"},
|
||||
]}
|
||||
title="Why Choose Free Connect"
|
||||
description="Powerful features designed to keep you connected everywhere."
|
||||
title="لماذا تختارنا؟"
|
||||
description="نحن الأسرع والأكثر أماناً في تقديم حسابات eFootball."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,29 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500k+",
|
||||
title: "Active Users",
|
||||
description: "People connected globally",
|
||||
icon: Users,
|
||||
id: "m1", value: "5000+", title: "حساب موزع", description: "أكثر من 5000 لاعب راضٍ عن حساباته", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Continuous network reliability",
|
||||
icon: Zap,
|
||||
id: "m2", value: "24/7", title: "دعم فني", description: "موجودون لمساعدتك في أي وقت", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "120+",
|
||||
title: "Cities",
|
||||
description: "Expanding our reach",
|
||||
icon: Map,
|
||||
id: "m3", value: "100%", title: "أمان", description: "تجربة خالية من المخاطر", icon: Map,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measurable results across our network."
|
||||
title="أرقامنا تتحدث"
|
||||
description="ثقة اللاعبين هي أولويتنا القصوى."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,109 +118,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "Free",
|
||||
subtitle: "Basic connectivity for everyone",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"10 Mbps Speed",
|
||||
"24/7 Support",
|
||||
],
|
||||
id: "free", badge: "تجربة", price: "مجاناً", subtitle: "حساب تجريبي للمبتدئين", buttons: [{ text: "طلب الحساب", href: "#contact" }],
|
||||
features: ["لاعبين أساسيين", "عملات محدودة", "دعم أساسي"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Advanced",
|
||||
price: "$9.99/mo",
|
||||
subtitle: "Fastest speeds for power users",
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"100 Mbps Speed",
|
||||
"Priority Network",
|
||||
"No Ads",
|
||||
],
|
||||
},
|
||||
{
|
||||
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",
|
||||
],
|
||||
id: "premium", badge: "مميز", price: "متوفر", subtitle: "حسابات أساطير للمحترفين", buttons: [{ text: "طلب الحساب", href: "#contact" }],
|
||||
features: ["لاعبين أساطير", "عملات كثيرة", "دعم فني أولوية"],
|
||||
},
|
||||
]}
|
||||
title="Simple Plans"
|
||||
description="Choose your level of free access."
|
||||
title="اختر باقتك"
|
||||
description="ابدأ رحلتك بأفضل تشكيلة ممكنة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Free Connect has truly changed the way I interact with the digital world. The service is incredibly fast and reliable."
|
||||
testimonial="حصلت على حساب بيس رائع بفضل هذا الموقع! اللاعبون أساطير والتعامل في غاية الاحترافية."
|
||||
rating={5}
|
||||
author="Sarah Miller, Designer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
alt: "Sarah Miller",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-with-closed-eyes_23-2148594476.jpg",
|
||||
alt: "Mark Davis",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
|
||||
alt: "Anna Smith",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/keeping-my-family-touch_329181-7926.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg",
|
||||
alt: "Lucy Chen",
|
||||
},
|
||||
]}
|
||||
author="محمد علي، لاعب محترف"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={["eFootball", "KONAMI", "GamingHub", "ProPlayers"]}
|
||||
title="مجتمعنا"
|
||||
description="نحن فخورون بأن نكون جزءاً من هذا المجتمع الكروي العظيم."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"Innovate",
|
||||
"GlobalConnect",
|
||||
"DataStream",
|
||||
"FutureTech",
|
||||
"NetSolutions",
|
||||
"VisionaryBrands",
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="Our network is supported by industry innovators."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -301,83 +158,31 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is it really free?",
|
||||
content: "Yes, our basic plan is completely free of charge.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What speeds can I expect?",
|
||||
content: "Our basic plan provides up to 10 Mbps.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I sign up?",
|
||||
content: "Simply fill out our registration form online.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Is my data secure?",
|
||||
content: "We implement advanced encryption to ensure your data stays private.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I upgrade anytime?",
|
||||
content: "Yes, you can upgrade your plan through your user dashboard whenever you need.",
|
||||
},
|
||||
{ id: "q1", title: "هل الحسابات آمنة؟", content: "نعم، جميع الحسابات يتم الحصول عليها بطرق شرعية وآمنة تماماً." },
|
||||
{ id: "q2", title: "كيف استلم الحساب؟", content: "بعد الطلب، ستصلك بيانات الحساب مباشرة عبر وسائل الاتصال المحددة." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
title="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
description="Answers to your most frequently asked questions."
|
||||
description="كل ما تريد معرفته عن الحصول على حسابات بيس."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to get connected? Reach out to our team for any inquiries or support."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="هل أنت مستعد للحصول على حسابك؟ تواصل معنا الآن."
|
||||
buttons={[{ text: "اتصل بنا", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#pricing" }] },
|
||||
{ items: [{ label: "القانونية", href: "#" }, { label: "الشروط", href: "#" }] },
|
||||
]}
|
||||
logoText="Free Connect"
|
||||
logoText="NetFree"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user