Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d6b2df7b5 | |||
| 9af2fa819d | |||
| 93c6c5214b | |||
| 3d7cc496c1 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "الرئيسية",
|
name: "الرئيسية", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "عن الشركة",
|
name: "عن الشركة", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "خدماتنا",
|
name: "خدماتنا", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "تواصل معنا",
|
name: "تواصل معنا", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="مسارات طيبة"
|
brandName="مسارات طيبة"
|
||||||
/>
|
/>
|
||||||
@@ -55,65 +47,40 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="نوصي الطاقة لكل مسار باحترافية"
|
title="نوصي الطاقة لكل مسار باحترافية"
|
||||||
description="شريكك الموثوق في تزويد الوقود الصناعي بأعلى معايير الجودة والسينمائية."
|
description="شريكك الموثوق في تزويد الوقود الصناعي بأعلى معايير الجودة والمبتكرة."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "ابدأ الآن",
|
text: "ابدأ الآن", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "تعرف أكثر",
|
text: "تعرف أكثر", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205411.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205411.jpg?_wi=1"
|
||||||
imageAlt="industrial fuel refinery dark night"
|
imageAlt="industrial fuel refinery dark night"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154486.jpg",
|
src: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154486.jpg", alt: "Wind farms fields"},
|
||||||
alt: "Wind farms fields",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg",
|
src: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg", alt: "Professional inspector in a suit reviewing solar panel production showcasing leadership in renewable"},
|
||||||
alt: "Professional inspector in a suit reviewing solar panel production showcasing leadership in renewable",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/solar-panels-factory-investors-evaluate-investment-profitability-videocall_482257-123430.jpg",
|
src: "http://img.b2bpic.net/free-photo/solar-panels-factory-investors-evaluate-investment-profitability-videocall_482257-123430.jpg", alt: "Solar panels factory investors evaluate investment profitability in videocall"},
|
||||||
alt: "Solar panels factory investors evaluate investment profitability in videocall",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/scientists-photovoltaics-factory-experimenting-with-advanced-pv-materials_482257-126689.jpg",
|
src: "http://img.b2bpic.net/free-photo/scientists-photovoltaics-factory-experimenting-with-advanced-pv-materials_482257-126689.jpg", alt: "Scientists in photovoltaics factory experimenting with advanced PV materials"},
|
||||||
alt: "Scientists in photovoltaics factory experimenting with advanced PV materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/teamworking-photovoltaics-factory-engineers-researching-cheaper-solar-solutions_482257-120606.jpg",
|
src: "http://img.b2bpic.net/free-photo/teamworking-photovoltaics-factory-engineers-researching-cheaper-solar-solutions_482257-120606.jpg", alt: "Teamworking photovoltaics factory engineers researching cheaper solar solutions"},
|
||||||
alt: "Teamworking photovoltaics factory engineers researching cheaper solar solutions",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "طاقة موثوقة"},
|
||||||
text: "طاقة موثوقة",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "جودة عالمية"},
|
||||||
text: "جودة عالمية",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "تسليم دقيق"},
|
||||||
text: "تسليم دقيق",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "دعم مستمر"},
|
||||||
text: "دعم مستمر",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "ابتكار صناعي"},
|
||||||
text: "ابتكار صناعي",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,12 +90,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"احترافية",
|
"احترافية", "دقة", "موثوقية", "جودة", "سرعة"]}
|
||||||
"دقة",
|
|
||||||
"موثوقية",
|
|
||||||
"جودة",
|
|
||||||
"سرعة",
|
|
||||||
]}
|
|
||||||
title="شريكك الصناعي المتكامل"
|
title="شريكك الصناعي المتكامل"
|
||||||
description="نحن ملتزمون بتوفير أفضل حلول الوقود للطاقة الصناعية بتميز لا يضاهى."
|
description="نحن ملتزمون بتوفير أفضل حلول الوقود للطاقة الصناعية بتميز لا يضاهى."
|
||||||
/>
|
/>
|
||||||
@@ -139,9 +101,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="من نحن"
|
title="من نحن"
|
||||||
description={[
|
description={[
|
||||||
"نحن مسارات طيبة، الشريك الرائد في توريد الوقود الصناعي.",
|
"نحن مسارات طيبة، الشريك الرائد في توريد الوقود الصناعي.", "نجمع بين الخبرة العميقة والحلول المبتكرة لتقديم تجربة خدمة سينمائية وفريدة من نوعها تلبي احتياجاتك التشغيلية بدقة."]}
|
||||||
"نجمع بين الخبرة العميقة والحلول المبتكرة لتقديم تجربة خدمة سينمائية وفريدة من نوعها تلبي احتياجاتك التشغيلية بدقة.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -153,37 +113,30 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Truck,
|
icon: Truck,
|
||||||
title: "توزيع الوقود",
|
title: "توزيع الوقود", description: "توصيل آمن وسريع لمختلف المواقع."},
|
||||||
description: "توصيل آمن وسريع لمختلف المواقع.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Building2,
|
icon: Building2,
|
||||||
title: "إدارة الإمدادات",
|
title: "إدارة الإمدادات", description: "حلول متقدمة لمراقبة وإدارة الطلبات."},
|
||||||
description: "حلول متقدمة لمراقبة وإدارة الطلبات.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "استشارات الطاقة",
|
title: "استشارات الطاقة", description: "تحسين استهلاك الطاقة بكفاءة عالية."},
|
||||||
description: "تحسين استهلاك الطاقة بكفاءة عالية.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
title: "سلامة التوريد",
|
title: "سلامة التوريد", description: "الالتزام بأعلى معايير السلامة المهنية."},
|
||||||
description: "الالتزام بأعلى معايير السلامة المهنية.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: BarChart,
|
icon: BarChart,
|
||||||
title: "تحليل الأداء",
|
title: "تحليل الأداء", description: "تقارير دورية دقيقة للاستهلاك."},
|
||||||
description: "تقارير دورية دقيقة للاستهلاك.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
title: "دعم 24/7",
|
title: "دعم 24/7", description: "نحن بجانبك في كل وقت."},
|
||||||
description: "نحن بجانبك في كل وقت.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="خدماتنا المتميزة"
|
title="خدماتنا المتميزة"
|
||||||
description="نقدم حلولاً متكاملة للطاقة الصناعية بأسلوب احترافي."
|
description="نقدم حلولاً متكاملة للطاقة الصناعية بأسلوب احترافي."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "تواصل معنا الآن", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -194,45 +147,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "الابتكار", role: "هدفنا", testimonial: "نسعى للريادة في تقديم حلول الوقود الذكية.", imageSrc: "http://img.b2bpic.net/free-photo/fast-truck_1048-1846.jpg", imageAlt: "fuel delivery logistics industrial"},
|
||||||
name: "الابتكار",
|
|
||||||
role: "هدفنا",
|
|
||||||
testimonial: "نسعى للريادة في تقديم حلول الوقود الذكية.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-truck_1048-1846.jpg",
|
|
||||||
imageAlt: "fuel delivery logistics industrial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "الجودة", role: "مبدأنا", testimonial: "الجودة ليست خياراً بل هي واقع يومي في عملياتنا.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205411.jpg?_wi=2", imageAlt: "fuel delivery logistics industrial"},
|
||||||
name: "الجودة",
|
|
||||||
role: "مبدأنا",
|
|
||||||
testimonial: "الجودة ليست خياراً بل هي واقع يومي في عملياتنا.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205411.jpg?_wi=2",
|
|
||||||
imageAlt: "fuel delivery logistics industrial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "السينمائية", role: "نهجنا", testimonial: "نقدم خدماتنا بأسلوب فريد يعكس تميز علامتنا التجارية.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-brainstorms-with-colleague-improve-efficiency_482257-118027.jpg?_wi=1", imageAlt: "fuel delivery logistics industrial"},
|
||||||
name: "السينمائية",
|
|
||||||
role: "نهجنا",
|
|
||||||
testimonial: "نقدم خدماتنا بأسلوب فريد يعكس تميز علامتنا التجارية.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-brainstorms-with-colleague-improve-efficiency_482257-118027.jpg?_wi=1",
|
|
||||||
imageAlt: "fuel delivery logistics industrial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "الاستدامة", role: "التزامنا", testimonial: "نلتزم بأفضل معايير الاستدامة البيئية.", imageSrc: "http://img.b2bpic.net/free-photo/cooling-tower_1127-3440.jpg", imageAlt: "fuel delivery logistics industrial"},
|
||||||
name: "الاستدامة",
|
|
||||||
role: "التزامنا",
|
|
||||||
testimonial: "نلتزم بأفضل معايير الاستدامة البيئية.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cooling-tower_1127-3440.jpg",
|
|
||||||
imageAlt: "fuel delivery logistics industrial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "الاحترافية", role: "ثقتكم", testimonial: "ثقة عملائنا هي الوقود الحقيقي لنجاحنا.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163681.jpg", imageAlt: "fuel delivery logistics industrial"},
|
||||||
name: "الاحترافية",
|
|
||||||
role: "ثقتكم",
|
|
||||||
testimonial: "ثقة عملائنا هي الوقود الحقيقي لنجاحنا.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163681.jpg",
|
|
||||||
imageAlt: "fuel delivery logistics industrial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="رؤيتنا"
|
title="رؤيتنا"
|
||||||
description="نؤمن أن الطاقة هي شريان الصناعة."
|
description="نؤمن أن الطاقة هي شريان الصناعة."
|
||||||
@@ -245,25 +168,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "خبرة عريقة", content: "أكثر من 15 عاماً من التميز في التوريد."},
|
||||||
title: "خبرة عريقة",
|
|
||||||
content: "أكثر من 15 عاماً من التميز في التوريد.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "موثوقية تامة", content: "التزام كامل بمواعيد التسليم والجودة."},
|
||||||
title: "موثوقية تامة",
|
|
||||||
content: "التزام كامل بمواعيد التسليم والجودة.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "عمليات على مدار الساعة", content: "دعم فني ولوجستي 24/7."},
|
||||||
title: "عمليات على مدار الساعة",
|
|
||||||
content: "دعم فني ولوجستي 24/7.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "رقابة الجودة", content: "مختبرات متقدمة لفحص جودة الوقود."},
|
||||||
title: "رقابة الجودة",
|
|
||||||
content: "مختبرات متقدمة لفحص جودة الوقود.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-brainstorms-with-colleague-improve-efficiency_482257-118027.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-brainstorms-with-colleague-improve-efficiency_482257-118027.jpg?_wi=2"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
@@ -278,8 +189,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="تواصل"
|
tag="تواصل"
|
||||||
title="تواصل معنا اليوم"
|
title="تواصل معنا اليوم"
|
||||||
description="ابدأ مسارك نحو الوقود الموثوق."
|
description="ابدأ مسارك نحو الوقود الموثوق."
|
||||||
@@ -292,25 +202,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "الرئيسية",
|
label: "الرئيسية", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "عن الشركة",
|
label: "عن الشركة", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "خدماتنا",
|
label: "خدماتنا", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "اتصل بنا",
|
label: "اتصل بنا", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user