Update src/app/page.tsx
This commit is contained in:
@@ -34,27 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية", id: "hero"},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "حولنا", id: "about"},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "الميزات", id: "features"},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "الخدمات", id: "products"},
|
||||
name: "Services", id: "products"},
|
||||
{
|
||||
name: "الأسعار", id: "pricing"},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "آراء العملاء", id: "testimonials"},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "الأسئلة الشائعة", id: "faq"},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "اتصل بنا", id: "contact"},
|
||||
name: "Contact Us", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u8l15k"
|
||||
logoAlt="Inwi Moneye Logo"
|
||||
brandName="Inwi Moneye"
|
||||
button={{
|
||||
text: "حمّل التطبيق", href: "#"}}
|
||||
text: "Download App", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,26 +62,26 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Inwi Moneye: محفظتك الرقمية الشاملة"
|
||||
description="أرسل الأموال، ادفع الفواتير، وتحكّم في أموالك بذكاء وأمان، داخل المغرب وخارجه. مع Inwi Moneye، أنت تتحكم في مستقبلك المالي."
|
||||
title="Inwi Moneye: Your Comprehensive Digital Wallet"
|
||||
description="Send money, pay bills, and manage your finances smartly and securely, both in Morocco and abroad. With Inwi Moneye, you control your financial future."
|
||||
buttons={[
|
||||
{
|
||||
text: "حمّل التطبيق الآن", href: "#download"},
|
||||
text: "Download App Now", href: "#download"},
|
||||
{
|
||||
text: "اكتشف المزيد", href: "#about"},
|
||||
text: "Discover More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-guy-with-ring-smartphone_23-2148450773.jpg"
|
||||
imageAlt="تطبيق Inwi Moneye على الهاتف الذكي"
|
||||
imageAlt="Inwi Moneye app on smartphone"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="عن Inwi Moneye: شريكك المالي الذكي"
|
||||
description="Inwi Moneye هو تطبيق المحفظة الإلكترونية المتطور من Inwi، المصمم لتبسيط معاملاتك المالية اليومية. يوفر لك حرية إرسال واستقبال الأموال، دفع فواتيرك، وشحن رصيدك بكل سهولة ويسر، مدعوماً بتقنيات الذكاء الاصطناعي لتقديم تجربة مصرفية ذكية ومخصصة تناسب احتياجاتك في المغرب وخارجه."
|
||||
title="About Inwi Moneye: Your Smart Financial Partner"
|
||||
description="Inwi Moneye is Inwi's advanced e-wallet application, designed to simplify your daily financial transactions. It offers you the freedom to send and receive money, pay your bills, and top up your balance with ease and convenience, powered by AI technologies to provide a smart, personalized banking experience tailored to your needs in Morocco and beyond."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612658.jpg"
|
||||
imageAlt="أشخاص يتفاعلون مع تطبيق محفظة إلكترونية"
|
||||
imageAlt="People interacting with an e-wallet application"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,40 +92,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", label: "تحويلات سريعة وآمنة", title: "إرسال واستقبال الأموال", items: [
|
||||
"تحويلات فورية للأصدقاء والعائلة", "مدعومة محلياً ودولياً", "رسوم منخفضة وشفافة"],
|
||||
id: "f1", label: "Fast & Secure Transfers", title: "Send & Receive Money", items: [
|
||||
"Instant transfers to friends and family", "Supported locally and internationally", "Low and transparent fees"],
|
||||
buttons: [
|
||||
{
|
||||
text: "تعلم المزيد", href: "#"},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2", label: "ادفع بضغطة زر", title: "دفع الفواتير وشحن الرصيد", items: [
|
||||
"دفع فواتير Wi-Fi والإنترنت", "شحن رصيد الهاتف بسهولة", "مدفوعات متنوعة للخدمات"],
|
||||
id: "f2", label: "Pay with a Tap", title: "Pay Bills & Top Up", items: [
|
||||
"Pay Wi-Fi and internet bills", "Easily top up phone balance", "Various service payments"],
|
||||
buttons: [
|
||||
{
|
||||
text: "اكتشف الفواتير", href: "#"},
|
||||
text: "Explore Bills", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3", label: "إدارة موحدة", title: "الربط بالحسابات البنكية", items: [
|
||||
"ربط محفظتك بحساباتك الشخصية", "تحويلات سلسة بين البنوك والمحفظة", "تحكم كامل في أموالك"],
|
||||
id: "f3", label: "Unified Management", title: "Link Bank Accounts", items: [
|
||||
"Link your wallet to your personal accounts", "Seamless transfers between banks and wallet", "Full control over your finances"],
|
||||
buttons: [
|
||||
{
|
||||
text: "ابدأ الربط", href: "#"},
|
||||
text: "Start Linking", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f4", label: "مساعدك المالي", title: "دعم الذكاء الاصطناعي", items: [
|
||||
"رؤى واقتراحات مخصصة للإنفاق", "تحليل ذكي لمعاملاتك", "تخطيط مالي أفضل بمساعدة AI"],
|
||||
id: "f4", label: "Your Financial Assistant", title: "AI-Powered Support", items: [
|
||||
"Personalized spending insights and suggestions", "Smart analysis of your transactions", "Better financial planning with AI assistance"],
|
||||
buttons: [
|
||||
{
|
||||
text: "جرب AI", href: "#"},
|
||||
text: "Try AI", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="ميزات Inwi Moneye الرئيسية"
|
||||
description="استمتع بمجموعة واسعة من الخدمات المصممة لجعل إدارة أموالك أكثر كفاءة وأمانًا وذكاءً."
|
||||
title="Key Features of Inwi Moneye"
|
||||
description="Enjoy a wide range of services designed to make managing your money more efficient, secure, and smart."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,7 +227,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-people-asking-advice-assistance-regarding-pension-plans_482257-106912.jpg", imageAlt: "خالد رشيدي"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="ماذا يقول عملاؤنا؟"
|
||||
title="ماذا يقول عملاؤنا?"
|
||||
description="تجارب حقيقية من مستخدمي Inwi Moneye السعداء الذين يثقون بخدماتنا."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user