Merge version_2 into main #2
186
src/app/page.tsx
186
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -30,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "الرئيسية", id: "#hero"},
|
||||
{
|
||||
name: "من نحن",
|
||||
id: "#about",
|
||||
},
|
||||
name: "من نحن", id: "#about"},
|
||||
{
|
||||
name: "خدماتنا",
|
||||
id: "#features",
|
||||
},
|
||||
name: "خدماتنا", id: "#features"},
|
||||
{
|
||||
name: "المنتجات",
|
||||
id: "#products",
|
||||
},
|
||||
name: "المنتجات", id: "#products"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "#contact"},
|
||||
]}
|
||||
brandName="الشركة الفنية"
|
||||
/>
|
||||
@@ -57,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="الشركة الفنية للتصنيع والتركيبات الميكانيكية"
|
||||
description="منذ عام 1996، نضع معايير الجودة العالمية في التصنيع الميكانيكي والتركيبات الهندسية بأحدث الأنظمة المتطورة."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-modern-operational-plant-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-80.jpg?_wi=1",
|
||||
imageAlt: "موقع تصنيع",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-modern-operational-plant-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-80.jpg?_wi=1", imageAlt: "موقع تصنيع"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg",
|
||||
imageAlt: "هندسة دقيقة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg", imageAlt: "هندسة دقيقة"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-448.jpg",
|
||||
imageAlt: "مكونات ميكانيكية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-448.jpg", imageAlt: "مكونات ميكانيكية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg",
|
||||
imageAlt: "معدات هندسية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg", imageAlt: "معدات هندسية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-tools-blueprints_23-2152006129.jpg?_wi=1",
|
||||
imageAlt: "مواسير صلب",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-tools-blueprints_23-2152006129.jpg?_wi=1", imageAlt: "مواسير صلب"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,14 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "رؤيتنا ومهمتنا في الهندسة الميكانيكية",
|
||||
},
|
||||
type: "text", content: "رؤيتنا ومهمتنا في الهندسة الميكانيكية"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg",
|
||||
alt: "فريقنا الهندسي",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg", alt: "فريقنا الهندسي"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,34 +86,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "تصنيع",
|
||||
title: "المواسير الصلبة",
|
||||
items: [
|
||||
"أقطار تبدأ من 50 مم",
|
||||
"لحام طولي متطور",
|
||||
"جودة عالمية",
|
||||
],
|
||||
id: "f1", label: "تصنيع", title: "المواسير الصلبة", items: [
|
||||
"أقطار تبدأ من 50 مم", "لحام طولي متطور", "جودة عالمية"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "تطوير",
|
||||
title: "التركيبات الميكانيكية",
|
||||
items: [
|
||||
"فلاشات ومساليب",
|
||||
"موزعات هواء ستانلس",
|
||||
"تطبيقات الصرف والصحي",
|
||||
],
|
||||
id: "f2", label: "تطوير", title: "التركيبات الميكانيكية", items: [
|
||||
"فلاشات ومساليب", "موزعات هواء ستانلس", "تطبيقات الصرف والصحي"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "إصلاح",
|
||||
title: "حلول صيانة فورية",
|
||||
items: [
|
||||
"وصلات مرنة زهر",
|
||||
"وصلات صلب مرن",
|
||||
"أنظمة إصلاح سريع",
|
||||
],
|
||||
id: "f3", label: "إصلاح", title: "حلول صيانة فورية", items: [
|
||||
"وصلات مرنة زهر", "وصلات صلب مرن", "أنظمة إصلاح سريع"],
|
||||
},
|
||||
]}
|
||||
title="حلولنا الهندسية المتقدمة"
|
||||
@@ -154,47 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "مواسير صلب",
|
||||
price: "متاح",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-tools-blueprints_23-2152006129.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "مواسير صلب", price: "متاح", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/engineering-tools-blueprints_23-2152006129.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "فلاشات ومساليب",
|
||||
price: "متاح",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131739.jpg",
|
||||
},
|
||||
id: "p2", name: "فلاشات ومساليب", price: "متاح", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131739.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "موزعات هواء ستانلس",
|
||||
price: "متاح",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-modern-operational-plant-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-80.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "موزعات هواء ستانلس", price: "متاح", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/top-view-modern-operational-plant-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-80.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "وصلات ستانلس",
|
||||
price: "متاح",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44068.jpg",
|
||||
},
|
||||
id: "p4", name: "وصلات ستانلس", price: "متاح", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44068.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "وصلات زهر ومرن",
|
||||
price: "متاح",
|
||||
variant: "Heavy Duty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg",
|
||||
},
|
||||
id: "p5", name: "وصلات زهر ومرن", price: "متاح", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "وصلات إصلاح سريع",
|
||||
price: "متاح",
|
||||
variant: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-weights_23-2147913653.jpg",
|
||||
},
|
||||
id: "p6", name: "وصلات إصلاح سريع", price: "متاح", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-weights_23-2147913653.jpg"},
|
||||
]}
|
||||
title="منتجاتنا الهندسية"
|
||||
description="مجموعة واسعة من المكونات المعدنية المعتمدة دولياً."
|
||||
@@ -206,32 +133,22 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"ISO 9001:2008",
|
||||
"ASME Standards",
|
||||
"DIN Specifications",
|
||||
"ANSI Compliant",
|
||||
"Egyptian Specs",
|
||||
"Global Certification",
|
||||
"Mechanical Quality",
|
||||
]}
|
||||
"ISO 9001:2008", "ASME Standards", "DIN Specifications", "ANSI Compliant", "Egyptian Specs", "Global Certification", "Mechanical Quality"]}
|
||||
title="اعتمادات الجودة الدولية"
|
||||
description="المجموعة معتمدة وفقاً لأرقى المعايير العالمية مثل ISO و ASME و DIN."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="تواصل معنا اليوم للبدء في مشروعك الهندسي التالي."
|
||||
<ContactCTA
|
||||
tag="تواصل معنا"
|
||||
title="هل لديك استفسار؟"
|
||||
description="فريقنا الفني جاهز لمساعدتك في استشاراتك الهندسية."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل بنا الآن",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "تواصل الآن", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -241,42 +158,27 @@ export default function LandingPage() {
|
||||
logoText="الشركة الفنية للميكانيكا"
|
||||
columns={[
|
||||
{
|
||||
title: "عن الشركة",
|
||||
items: [
|
||||
title: "عن الشركة", items: [
|
||||
{
|
||||
label: "من نحن",
|
||||
href: "#about",
|
||||
},
|
||||
label: "من نحن", href: "#about"},
|
||||
{
|
||||
label: "رؤيتنا",
|
||||
href: "#",
|
||||
},
|
||||
label: "رؤيتنا", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "المنتجات",
|
||||
items: [
|
||||
title: "المنتجات", items: [
|
||||
{
|
||||
label: "المواسير",
|
||||
href: "#products",
|
||||
},
|
||||
label: "المواسير", href: "#products"},
|
||||
{
|
||||
label: "الوصلات",
|
||||
href: "#products",
|
||||
},
|
||||
label: "الوصلات", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل",
|
||||
items: [
|
||||
title: "تواصل", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "المكتب",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "المكتب", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -286,4 +188,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user