Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "محمد حسن", role: "CEO", company: "AgriTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-doubtful-gloomy-man-looking-left-sighing-uncertain-standing-white-background_1258-125874.jpg" },
|
||||
{ id: "2", name: "ليلى محمود", role: "Manager", company: "FinGlobal", rating: 5, imageSrc: "http://img.b2bpic.net/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg" },
|
||||
{ id: "2", name: "ليلى محمود", role: "Manager", company: "FinGlobal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg" },
|
||||
{ id: "3", name: "ياسر كمال", role: "Director", company: "DigitalFix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg" },
|
||||
{ id: "4", name: "هدى سالم", role: "Partner", company: "FuturePath", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" },
|
||||
{ id: "5", name: "سامي علي", role: "CTO", company: "TechSolutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg" },
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="اتصل بنا"
|
||||
@@ -147,25 +147,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="CODEXA360"
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
title: "الروابط الأساسية", items: [
|
||||
items: [
|
||||
{ label: "عن الشركة", href: "#about" },
|
||||
{ label: "الخدمات", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "قانوني", items: [
|
||||
items: [
|
||||
{ label: "سياسة الخصوصية", href: "#" },
|
||||
{ label: "شروط الاستخدام", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="CODEXA360"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user