|
|
|
|
@@ -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';
|
|
|
|
|
@@ -265,7 +265,7 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
<FaqBase
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
@@ -279,30 +279,34 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "q5", title: "ما هو الفرق بين الخطط المختلفة؟", content: "تختلف الخطط في عدد المستخدمين، ميزات تتبع المخزون والمشاريع، ومستوى التقارير المتاحة. يمكنك مراجعة قسم الأسعار لمعرفة التفاصيل الكاملة."},
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="أسئلة شائعة"
|
|
|
|
|
sideDescription="ابحث عن إجابات لاستفساراتك حول QuickBooks واشتراكاتها."
|
|
|
|
|
title="أسئلة شائعة"
|
|
|
|
|
description="ابحث عن إجابات لاستفساراتك حول QuickBooks واشتراكاتها."
|
|
|
|
|
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: "#"},
|
|
|
|
|
]}
|
|
|
|
|
description="إذا كان لديك أي استفسارات أو تحتاج إلى مساعدة، تواصل معنا اليوم وسيسعد فريق الخبراء لدينا بمساعدتك في اختيار خطة QuickBooks المثالية لنمو عملك."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/financial-analyst-working-with-data_23-2150461309.jpg"
|
|
|
|
|
imageAlt="شخص يعمل على بيانات مالية"
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
inputPlaceholder="أدخل بريدك الإلكتروني"
|
|
|
|
|
buttonText="أرسل استفسارك الآن"
|
|
|
|
|
termsText="بالضغط على 'أرسل استفسارك الآن'، أنت توافق على الشروط والأحكام."
|
|
|
|
|
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"
|
|
|
|
|
logoText="QuickBooks"
|
|
|
|
|
@@ -343,6 +347,8 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="QuickBooks © 2024. جميع الحقوق محفوظة."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-city-view-with-light-bokeh_1187-1721.jpg"
|
|
|
|
|
imageAlt="خلفية مكتب حديثة"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|