Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -22,49 +22,49 @@ export default function PortfolioPage() {
|
||||
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="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="نماذج أعمالنا"
|
||||
description="أمثلة على تصاميم السير الذاتية التي قمنا بها"
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="نماذج أعمالنا"
|
||||
description="أمثلة على تصاميم السير الذاتية التي قمنا بها"
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="خدمة رائعة وتنسيق ممتاز!"
|
||||
rating={5}
|
||||
author="سارة أحمد"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", alt: "professional headshot man" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="خدمة رائعة وتنسيق ممتاز!"
|
||||
rating={5}
|
||||
author="سارة أحمد"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", alt: "professional headshot man" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</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