diff --git a/src/app/page.tsx b/src/app/page.tsx index 0880013..627a1fc 100644 --- a/src/app/page.tsx +++ b/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() { @@ -57,31 +48,20 @@ export default function LandingPage() {
@@ -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: "فريقنا الهندسي"}, ]} />
@@ -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." />
-
@@ -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() { ); -} +} \ No newline at end of file