|
|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
|
@@ -34,17 +34,17 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "الرئيسية", id: "#hero"},
|
|
|
|
|
name: "Home", id: "#hero"},
|
|
|
|
|
{
|
|
|
|
|
name: "حولنا", id: "#about"},
|
|
|
|
|
name: "About", id: "#about"},
|
|
|
|
|
{
|
|
|
|
|
name: "الميزات", id: "#features"},
|
|
|
|
|
name: "Features", id: "#features"},
|
|
|
|
|
{
|
|
|
|
|
name: "الأسعار", id: "#pricing"},
|
|
|
|
|
name: "Pricing", id: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
name: "الشهادات", id: "#testimonials"},
|
|
|
|
|
name: "Testimonials", id: "#testimonials"},
|
|
|
|
|
{
|
|
|
|
|
name: "تواصل", id: "#contact"},
|
|
|
|
|
name: "Contact", id: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="QuickBooks"
|
|
|
|
|
/>
|
|
|
|
|
@@ -55,59 +55,59 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
title="حلول QuickBooks لإدارة أعمالك بذكاء."
|
|
|
|
|
description="تبسيط المحاسبة، تحسين التدفق النقدي، واتخاذ قرارات أفضل لنمو لا يتوقف."
|
|
|
|
|
title="QuickBooks Solutions for Smart Business Management."
|
|
|
|
|
description="Streamline accounting, improve cash flow, and make better decisions for continuous growth."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "سارة أحمد", handle: "@SaraA_Biz", testimonial: "QuickBooks غيّر طريقة إدارتي لماليات عملي. سهولة فائقة وتقارير دقيقة! لا غنى عنه.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", imageAlt: "صورة سارة أحمد"},
|
|
|
|
|
name: "Sarah Ahmed", handle: "@SaraA_Biz", testimonial: "QuickBooks transformed how I manage my business finances. Super easy and accurate reports! Indispensable.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", imageAlt: "Sarah Ahmed's photo"},
|
|
|
|
|
{
|
|
|
|
|
name: "خالد منصور", handle: "@KhaledM_Tech", testimonial: "منصة QuickBooks لا تضاهى. وفرت علي ساعات عمل طويلة وساعدتني على فهم مالي لشركتي الناشئة.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", imageAlt: "صورة خالد منصور"},
|
|
|
|
|
name: "Khaled Mansour", handle: "@KhaledM_Tech", testimonial: "The QuickBooks platform is unmatched. It saved me long hours of work and helped me understand my startup's finances.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", imageAlt: "Khaled Mansour's photo"},
|
|
|
|
|
{
|
|
|
|
|
name: "ليلى فؤاد", handle: "@LaylaF_Growth", testimonial: "أداة رائعة لكل من يبحث عن دقة في المحاسبة وراحة البال. دعمهم ممتاز ومستمر.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", imageAlt: "صورة ليلى فؤاد"},
|
|
|
|
|
name: "Layla Fouad", handle: "@LaylaF_Growth", testimonial: "A great tool for anyone seeking accounting accuracy and peace of mind. Their support is excellent and continuous.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", imageAlt: "Layla Fouad's photo"},
|
|
|
|
|
{
|
|
|
|
|
name: "فارس الجندي", handle: "@Faris_CFO", testimonial: "كخبير مالي، أوصي بـ QuickBooks لعملائي. حل شامل وفعال ينمو مع أعمالهم.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "صورة فارس الجندي"},
|
|
|
|
|
name: "Faris Al-Jundi", handle: "@Faris_CFO", testimonial: "As a financial expert, I recommend QuickBooks to my clients. A comprehensive and effective solution that grows with their businesses.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Faris Al-Jundi's photo"},
|
|
|
|
|
{
|
|
|
|
|
name: "مريم سعيد", handle: "@MariamS_Mkt", testimonial: "بصراحة، لم أكن أتخيل أن المحاسبة يمكن أن تكون بهذه السهولة. QuickBooks أبهرني!", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "صورة مريم سعيد"},
|
|
|
|
|
name: "Mariam Saeed", handle: "@MariamS_Mkt", testimonial: "Honestly, I never imagined accounting could be this easy. QuickBooks amazed me!", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "Mariam Saeed's photo"},
|
|
|
|
|
]}
|
|
|
|
|
tag="إدارة مالية ذكية"
|
|
|
|
|
tag="Smart Financial Management"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "اشترك الآن", href: "#pricing"},
|
|
|
|
|
text: "Subscribe Now", href: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
text: "شاهد العرض", href: "#about"},
|
|
|
|
|
text: "Watch Demo", href: "#about"},
|
|
|
|
|
]}
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "صورة مستخدم 1"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "User 1 photo"},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg", alt: "صورة مستخدم 2"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg", alt: "User 2 photo"},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "صورة مستخدم 3"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "User 3 photo"},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-vector/great-pack-businessman-with-nine-different-facial-expressions_23-2147614453.jpg", alt: "صورة مستخدم 4"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-vector/great-pack-businessman-with-nine-different-facial-expressions_23-2147614453.jpg", alt: "User 4 photo"},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", alt: "صورة مستخدم 5"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", alt: "User 5 photo"},
|
|
|
|
|
]}
|
|
|
|
|
avatarText="أكثر من 7 ملايين عميل يثقون بنا"
|
|
|
|
|
avatarText="Over 7 Million Customers Trust Us"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461308.jpg"
|
|
|
|
|
imageAlt="لوحة تحكم QuickBooks حديثة"
|
|
|
|
|
imageAlt="Modern QuickBooks Dashboard"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
marqueeItems={[
|
|
|
|
|
{
|
|
|
|
|
type: "text", text: "تتبع النفقات بسهولة"},
|
|
|
|
|
type: "text", text: "Easy Expense Tracking"},
|
|
|
|
|
{
|
|
|
|
|
type: "text", text: "إدارة الفواتير باحترافية"},
|
|
|
|
|
type: "text", text: "Professional Invoice Management"},
|
|
|
|
|
{
|
|
|
|
|
type: "text", text: "تقارير مالية دقيقة"},
|
|
|
|
|
type: "text", text: "Accurate Financial Reports"},
|
|
|
|
|
{
|
|
|
|
|
type: "text", text: "ربط آمن بالحسابات البنكية"},
|
|
|
|
|
type: "text", text: "Secure Bank Account Connection"},
|
|
|
|
|
{
|
|
|
|
|
type: "text", text: "دعم فني متميز"},
|
|
|
|
|
type: "text", text: "Outstanding Technical Support"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -115,13 +115,13 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
tag="لماذا QuickBooks؟"
|
|
|
|
|
title="شريكك الموثوق في النجاح المالي"
|
|
|
|
|
description="QuickBooks هو البرنامج المحاسبي الرائد عالميًا الذي يمكّنك من إدارة أموالك بسهولة، من تتبع النفقات إلى إعداد الفواتير والتقارير الضريبية."
|
|
|
|
|
subdescription="مصمم خصيصًا ليلبي احتياجات الشركات الصغيرة والمتوسطة، مما يمنحك رؤية واضحة ومبسطة لوضعك المالي."
|
|
|
|
|
tag="Why QuickBooks?"
|
|
|
|
|
title="Your Trusted Partner in Financial Success"
|
|
|
|
|
description="QuickBooks is the world's leading accounting software that empowers you to easily manage your finances, from expense tracking to invoicing and tax reports."
|
|
|
|
|
subdescription="Specifically designed to meet the needs of small and medium-sized businesses, giving you a clear and simplified view of your financial situation."
|
|
|
|
|
icon={Award}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/new-hire-sharing-handshake-receiving-id-security-pass-from-hr-manager-onboarding-meeting_482257-133870.jpg"
|
|
|
|
|
imageAlt="سيدة أعمال سعيدة تراجع التقارير المالية"
|
|
|
|
|
imageAlt="Happy businesswoman reviewing financial reports"
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -133,15 +133,15 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
negativeCard={{
|
|
|
|
|
items: [
|
|
|
|
|
"تضييع الوقت في المحاسبة اليدوية", "صعوبة تتبع النفقات", "فواتير غير منظمة", "غياب التقارير المالية الدقيقة", "تحديات في الامتثال الضريبي"],
|
|
|
|
|
"Wasting time on manual accounting", "Difficulty tracking expenses", "Unorganized invoices", "Lack of accurate financial reports", "Tax compliance challenges"],
|
|
|
|
|
}}
|
|
|
|
|
positiveCard={{
|
|
|
|
|
items: [
|
|
|
|
|
"توفير الوقت بفضل الأتمتة", "تتبع النفقات بسهولة ودقة", "إدارة فواتير احترافية", "تقارير مالية مفصلة وفورية", "امتثال ضريبي مبسط"],
|
|
|
|
|
"Time-saving through automation", "Easy and accurate expense tracking", "Professional invoice management", "Detailed and instant financial reports", "Simplified tax compliance"],
|
|
|
|
|
}}
|
|
|
|
|
title="ميزات QuickBooks التي تغير قواعد اللعبة"
|
|
|
|
|
description="قارن بين ما قد تفقده وما ستحصل عليه مع QuickBooks."
|
|
|
|
|
tag="تحول رقمي"
|
|
|
|
|
title="QuickBooks Features That Change the Game"
|
|
|
|
|
description="Compare what you might lose and what you'll gain with QuickBooks."
|
|
|
|
|
tag="Digital Transformation"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -153,21 +153,21 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "metric-1", value: "+7M", title: "عميل سعيد", items: [
|
|
|
|
|
"شركات صغيرة ومتوسطة", "شركات ناشئة", "مستشارون ماليون"],
|
|
|
|
|
id: "metric-1", value: "+7M", title: "Happy Customers", items: [
|
|
|
|
|
"Small and medium-sized businesses", "Startups", "Financial consultants"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "metric-2", value: "%95", title: "رضا العملاء", items: [
|
|
|
|
|
"تقييمات إيجابية", "دعم فني ممتاز", "تحسين مستمر"],
|
|
|
|
|
id: "metric-2", value: "95%", title: "Customer Satisfaction", items: [
|
|
|
|
|
"Positive reviews", "Excellent technical support", "Continuous improvement"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "metric-3", value: "3X", title: "توفير الوقت", items: [
|
|
|
|
|
"أتمتة المهام الروتينية", "تقارير سريعة", "دقة لا مثيل لها"],
|
|
|
|
|
id: "metric-3", value: "3X", title: "Time Savings", items: [
|
|
|
|
|
"Automated routine tasks", "Fast reports", "Unrivaled accuracy"],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="أرقام تتحدث عن نفسها"
|
|
|
|
|
description="أكثر من 7 ملايين شركة حول العالم تعتمد على QuickBooks لنموها المالي."
|
|
|
|
|
tag="نتائج حقيقية"
|
|
|
|
|
title="Numbers Speak for Themselves"
|
|
|
|
|
description="Over 7 million businesses worldwide rely on QuickBooks for their financial growth."
|
|
|
|
|
tag="Real Results"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -178,36 +178,36 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter", badge: "الأكثر شيوعًا", badgeIcon: Sparkles,
|
|
|
|
|
price: "ابتداءً من $15/شهر", name: "QuickBooks Starter", buttons: [
|
|
|
|
|
id: "starter", badge: "Most Popular", badgeIcon: Sparkles,
|
|
|
|
|
price: "Starting from $15/month", name: "QuickBooks Starter", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "ابدأ التجربة المجانية", href: "#"},
|
|
|
|
|
text: "Start Free Trial", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"تتبع الدخل والنفقات", "إدارة الفواتير", "ربط الحسابات المصرفية", "تقارير أساسية"],
|
|
|
|
|
"Track Income & Expenses", "Manage Invoices", "Connect Bank Accounts", "Basic Reports"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "plus", badge: "الأعمال المتنامية", badgeIcon: Star,
|
|
|
|
|
price: "ابتداءً من $30/شهر", name: "QuickBooks Plus", buttons: [
|
|
|
|
|
id: "plus", badge: "Growing Businesses", badgeIcon: Star,
|
|
|
|
|
price: "Starting from $30/month", name: "QuickBooks Plus", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "اشترك الآن", href: "#"},
|
|
|
|
|
text: "Subscribe Now", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"جميع ميزات Starter", "تتبع المخزون", "إدارة المشاريع", "تقارير متقدمة", "ما يصل إلى 5 مستخدمين"],
|
|
|
|
|
"All Starter Features", "Track Inventory", "Manage Projects", "Advanced Reports", "Up to 5 Users"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "advanced", badge: "المؤسسات الكبيرة", badgeIcon: Award,
|
|
|
|
|
price: "ابتداءً من $70/شهر", name: "QuickBooks Advanced", buttons: [
|
|
|
|
|
id: "advanced", badge: "Large Enterprises", badgeIcon: Award,
|
|
|
|
|
price: "Starting from $70/month", name: "QuickBooks Advanced", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "تواصل للمبيعات", href: "#contact"},
|
|
|
|
|
text: "Contact Sales", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"جميع ميزات Plus", "إدارة الفروع", "ميزانيات مخصصة", "دعم متميز 24/7", "أكثر من 5 مستخدمين"],
|
|
|
|
|
"All Plus Features", "Manage Branches", "Custom Budgets", "Premium 24/7 Support", "More than 5 Users"],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="اختر الخطة المناسبة لعملك"
|
|
|
|
|
description="خطط مرنة تناسب جميع أحجام الأعمال واحتياجاتها."
|
|
|
|
|
tag="خطط الاشتراك"
|
|
|
|
|
title="Choose the Right Plan for Your Business"
|
|
|
|
|
description="Flexible plans to suit all business sizes and needs."
|
|
|
|
|
tag="Subscription Plans"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -218,35 +218,35 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1", name: "فاطمة الزهراء", role: "مديرة شركة ناشئة", company: "GrowthX Solutions", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-work_23-2148499478.jpg", imageAlt: "صورة فاطمة الزهراء"},
|
|
|
|
|
id: "t1", name: "Fatima Al-Zahraa", role: "Startup CEO", company: "GrowthX Solutions", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-work_23-2148499478.jpg", imageAlt: "Fatima Al-Zahraa's photo"},
|
|
|
|
|
{
|
|
|
|
|
id: "t2", name: "أحمد السالم", role: "مدير تقنية", company: "InnovateHub", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", imageAlt: "صورة أحمد السالم"},
|
|
|
|
|
id: "t2", name: "Ahmed Al-Salem", role: "CTO", company: "InnovateHub", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", imageAlt: "Ahmed Al-Salem's photo"},
|
|
|
|
|
{
|
|
|
|
|
id: "t3", name: "نور الهدى", role: "صاحبة متجر إلكتروني", company: "E-Shop Pro", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-cheerful-smiling-broadly-standing-purple-background_141793-110651.jpg", imageAlt: "صورة نور الهدى"},
|
|
|
|
|
id: "t3", name: "Nour Al-Huda", role: "E-commerce Store Owner", company: "E-Shop Pro", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-cheerful-smiling-broadly-standing-purple-background_141793-110651.jpg", imageAlt: "Nour Al-Huda's photo"},
|
|
|
|
|
{
|
|
|
|
|
id: "t4", name: "يوسف محمد", role: "مستشار مالي", company: "Finance Expert Co.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136439.jpg", imageAlt: "صورة يوسف محمد"},
|
|
|
|
|
id: "t4", name: "Youssef Mohamed", role: "Financial Consultant", company: "Finance Expert Co.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136439.jpg", imageAlt: "Youssef Mohamed's photo"},
|
|
|
|
|
{
|
|
|
|
|
id: "t5", name: "آية عبد الله", role: "مديرة حسابات", company: "Accurate Books", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg", imageAlt: "صورة آية عبد الله"},
|
|
|
|
|
id: "t5", name: "Aya Abdullah", role: "Accounts Manager", company: "Accurate Books", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg", imageAlt: "Aya Abdullah's photo"},
|
|
|
|
|
{
|
|
|
|
|
id: "t6", name: "عمر فاروق", role: "رائد أعمال", company: "Future Ventures", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", imageAlt: "صورة عمر فاروق"},
|
|
|
|
|
id: "t6", name: "Omar Farouk", role: "Entrepreneur", company: "Future Ventures", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", imageAlt: "Omar Farouk's photo"},
|
|
|
|
|
]}
|
|
|
|
|
kpiItems={[
|
|
|
|
|
{
|
|
|
|
|
value: "حلول موثوقة", label: "لإدارة مالية آمنة"},
|
|
|
|
|
value: "Reliable Solutions", label: "for secure financial management"},
|
|
|
|
|
{
|
|
|
|
|
value: "دعم متميز", label: "متاح 24/7"},
|
|
|
|
|
value: "Premium Support", label: "available 24/7"},
|
|
|
|
|
{
|
|
|
|
|
value: "سهولة الاستخدام", label: "لمن ليس لديهم خبرة"},
|
|
|
|
|
value: "Ease of Use", label: "for non-experts"},
|
|
|
|
|
]}
|
|
|
|
|
title="ما يقوله عملاؤنا"
|
|
|
|
|
description="قصص نجاح حقيقية من أصحاب الأعمال الذين غيرت QuickBooks مسارهم."
|
|
|
|
|
tag="تجارب حقيقية"
|
|
|
|
|
title="What Our Customers Say"
|
|
|
|
|
description="Real success stories from business owners whose journeys QuickBooks transformed."
|
|
|
|
|
tag="Real Experiences"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -255,94 +255,100 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"شركة الابتكار", "مجموعة النجاح", "حلول المستقبل", "رواد الأعمال", "الشركة العالمية", "الرؤية الرقمية", "النمو السريع"]}
|
|
|
|
|
title="شركاء النجاح"
|
|
|
|
|
description="شركات رائدة تثق في QuickBooks لإدارة حساباتها."
|
|
|
|
|
tag="الثقة والاعتماد"
|
|
|
|
|
"Innovation Co.", "Success Group", "Future Solutions", "Entrepreneurs", "Global Company", "Digital Vision", "Rapid Growth"]}
|
|
|
|
|
title="Success Partners"
|
|
|
|
|
description="Leading companies trust QuickBooks to manage their accounts."
|
|
|
|
|
tag="Trust and Reliability"
|
|
|
|
|
speed={30}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
<FaqBase
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "q1", title: "ما هو QuickBooks؟", content: "QuickBooks هو برنامج محاسبي شامل يساعد الشركات الصغيرة والمتوسطة على إدارة دخلها ونفقاتها، تتبع المبيعات، وإنشاء التقارير المالية بسهولة."},
|
|
|
|
|
id: "q1", title: "What is QuickBooks?", content: "QuickBooks is comprehensive accounting software that helps small and medium-sized businesses manage their income and expenses, track sales, and generate financial reports with ease."},
|
|
|
|
|
{
|
|
|
|
|
id: "q2", title: "هل أحتاج إلى خبرة محاسبية لاستخدامه؟", content: "لا، QuickBooks مصمم ليكون سهل الاستخدام حتى لغير المحاسبين. يوفر واجهة بسيطة وخطوات إرشادية للمساعدة في جميع العمليات."},
|
|
|
|
|
id: "q2", title: "Do I need accounting experience to use it?", content: "No, QuickBooks is designed to be user-friendly even for non-accountants. It provides a simple interface and guided steps to help with all operations."},
|
|
|
|
|
{
|
|
|
|
|
id: "q3", title: "هل يمكنني ربط حساباتي المصرفية بـ QuickBooks؟", content: "نعم، يمكنك ربط حساباتك المصرفية وبطاقات الائتمان تلقائيًا لاستيراد المعاملات وتتبعها بكل سهولة ودقة."},
|
|
|
|
|
id: "q3", title: "Can I connect my bank accounts to QuickBooks?", content: "Yes, you can automatically connect your bank accounts and credit cards to import and track transactions with ease and accuracy."},
|
|
|
|
|
{
|
|
|
|
|
id: "q4", title: "هل QuickBooks آمن لبياناتي المالية؟", content: "نعم، QuickBooks يستخدم أعلى معايير الأمان لحماية بياناتك، بما في ذلك التشفير وتدابير أمنية متقدمة لضمان سرية معلوماتك."},
|
|
|
|
|
id: "q4", title: "Is QuickBooks secure for my financial data?", content: "Yes, QuickBooks uses the highest security standards to protect your data, including encryption and advanced security measures to ensure the confidentiality of your information."},
|
|
|
|
|
{
|
|
|
|
|
id: "q5", title: "ما هو الفرق بين الخطط المختلفة؟", content: "تختلف الخطط في عدد المستخدمين، ميزات تتبع المخزون والمشاريع، ومستوى التقارير المتاحة. يمكنك مراجعة قسم الأسعار لمعرفة التفاصيل الكاملة."},
|
|
|
|
|
id: "q5", title: "What is the difference between the various plans?", content: "Plans differ in the number of users, inventory and project tracking features, and the level of available reports. You can review the pricing section for full details."},
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="أسئلة شائعة"
|
|
|
|
|
sideDescription="ابحث عن إجابات لاستفساراتك حول QuickBooks واشتراكاتها."
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Find answers to your inquiries about QuickBooks and its subscriptions."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
textPosition="left"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
|
tag="جاهز للبدء؟"
|
|
|
|
|
title="تواصل معنا اليوم"
|
|
|
|
|
description="إذا كان لديك أي استفسارات أو تحتاج إلى مساعدة، تواصل معنا اليوم وسيسعد فريق الخبراء لدينا بمساعدتك في اختيار خطة QuickBooks المثالية لنمو عملك."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "أرسل استفسارك الآن", href: "#"},
|
|
|
|
|
]}
|
|
|
|
|
tag="Ready to Get Started?"
|
|
|
|
|
title="Contact Us Today"
|
|
|
|
|
description="If you have any inquiries or need assistance, contact us today and our team of experts will be happy to help you choose the perfect QuickBooks plan for your business growth."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/financial-analyst-working-with-data_23-2150461309.jpg"
|
|
|
|
|
imageAlt="Person working on financial data"
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Send Your Inquiry Now"
|
|
|
|
|
termsText="By clicking 'Send Your Inquiry Now', you agree to the Terms and Conditions."
|
|
|
|
|
onSubmit={() => alert('Submitted!')}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
<FooterMedia
|
|
|
|
|
logoSrc="http://img.b2bpic.net/free-vector/initials-letter-s-g-logo-design_474888-7384.jpg"
|
|
|
|
|
logoAlt="شعار QuickBooks"
|
|
|
|
|
logoAlt="QuickBooks Logo"
|
|
|
|
|
logoText="QuickBooks"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "روابط سريعة", items: [
|
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "الرئيسية", href: "#hero"},
|
|
|
|
|
label: "Home", href: "#hero"},
|
|
|
|
|
{
|
|
|
|
|
label: "الميزات", href: "#features"},
|
|
|
|
|
label: "Features", href: "#features"},
|
|
|
|
|
{
|
|
|
|
|
label: "الأسعار", href: "#pricing"},
|
|
|
|
|
label: "Pricing", href: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
label: "تواصل", href: "#contact"},
|
|
|
|
|
label: "Contact", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "الدعم", items: [
|
|
|
|
|
title: "Support", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "الأسئلة الشائعة", href: "#faq"},
|
|
|
|
|
label: "FAQ", href: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
label: "مركز المساعدة", href: "#"},
|
|
|
|
|
label: "Help Center", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "التواصل مع الدعم", href: "#contact"},
|
|
|
|
|
label: "Contact Support", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "عن الشركة", items: [
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "عن QuickBooks", href: "#about"},
|
|
|
|
|
label: "About QuickBooks", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "المهن", href: "#"},
|
|
|
|
|
label: "Careers", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "الشروط والأحكام", href: "#"},
|
|
|
|
|
label: "Terms & Conditions", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "سياسة الخصوصية", href: "#"},
|
|
|
|
|
label: "Privacy Policy", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="QuickBooks © 2024. جميع الحقوق محفوظة."
|
|
|
|
|
copyrightText="QuickBooks © 2024. All rights reserved."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-city-view-with-light-bokeh_1187-1721.jpg"
|
|
|
|
|
imageAlt="Modern office background"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|