Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -23,51 +23,50 @@ export default function AboutPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "خدماتنا", id: "/services" },
|
||||
{ name: "معرض الأعمال", id: "/portfolio" },
|
||||
{ name: "عن الشركة", id: "/about" },
|
||||
{ name: "اتصل بنا", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "ابدأ الآن", href: "/contact" }}
|
||||
brandName="Cv Zone"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "خدماتنا", id: "/services" },
|
||||
{ name: "معرض الأعمال", id: "/portfolio" },
|
||||
{ name: "عن الشركة", id: "/about" },
|
||||
{ name: "اتصل بنا", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "ابدأ الآن", href: "/contact" }}
|
||||
brandName="Cv Zone"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="عن Cv Zone"
|
||||
title="نحن نصنع التغيير"
|
||||
description="نؤمن بأن السيرة الذاتية هي بوابتك للفرص."
|
||||
subdescription="هدفنا هو تمكينك من الوصول لطموحك المهني."
|
||||
icon={Users}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-group-business-professionals-meeting-strategize-digital-marketing_482257-106514.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
videoSrc="not-a-video-path"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="عن Cv Zone"
|
||||
title="نحن نصنع التغيير"
|
||||
description="نؤمن بأن السيرة الذاتية هي بوابتك للفرص."
|
||||
subdescription="هدفنا هو تمكينك من الوصول لطموحك المهني."
|
||||
icon={Users}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-group-business-professionals-meeting-strategize-digital-marketing_482257-106514.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="رؤيتنا"
|
||||
description="نطمح لخدمة آلاف الباحثين عن العمل."
|
||||
features={[]}
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="رؤيتنا"
|
||||
description="نطمح لخدمة آلاف الباحثين عن العمل."
|
||||
features={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Cv Zone"
|
||||
copyrightText="© 2024 Cv Zone. جميع الحقوق محفوظة."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Cv Zone"
|
||||
copyrightText="© 2024 Cv Zone. جميع الحقوق محفوظة."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user