Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-19 20:35:59 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "الرئيسية",
id: "hero",
},
name: "الرئيسية", id: "hero"},
{
name: "عن الشركة",
id: "about",
},
name: "عن الشركة", id: "about"},
{
name: "المنتجات",
id: "products",
},
name: "المنتجات", id: "products"},
{
name: "الحلول",
id: "solutions",
},
name: "الحلول", id: "solutions"},
{
name: "اتصل بنا",
id: "contact",
},
name: "اتصل بنا", id: "contact"},
]}
brandName="بن عبدالقوي للطاقة"
/>
@@ -60,81 +50,50 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="ريادة في تخزين الطاقة.. حلول ذكية لمستقبل مستدام"
description="شركة بن عبدالقوي توفر لك أحدث تقنيات بطاريات الليثيوم LiFePO4 وأنظمة الطاقة الشمسية المتكاملة، لضمان استمرارية الطاقة في منزلك ومنشأتك بأعلى معايير الأمان."
kpis={[
{
value: "32kWh",
label: "سعة التخزين",
},
value: "32kWh", label: "سعة التخزين"},
{
value: "6000+",
label: "دورة شحن",
},
value: "6000+", label: "دورة شحن"},
{
value: "5 سنوات",
label: "ضمان شامل",
},
value: "5 سنوات", label: "ضمان شامل"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "استكشف منتجاتنا",
href: "#products",
},
text: "استكشف منتجاتنا", href: "#products"},
{
text: "احصل على استشارة فنية",
href: "#contact",
},
text: "احصل على استشارة فنية", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048217.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/aerial-shot-photovoltaics-eco-friendly-warehouse-3d-illustration_482257-78152.jpg",
alt: "Aerial shot of photovoltaics in eco friendly warehouse 3D illustration",
},
src: "http://img.b2bpic.net/free-photo/aerial-shot-photovoltaics-eco-friendly-warehouse-3d-illustration_482257-78152.jpg", alt: "Aerial shot of photovoltaics in eco friendly warehouse 3D illustration"},
{
src: "http://img.b2bpic.net/free-photo/natural-background-water-pool-texture-close-up_169016-22523.jpg",
alt: "Natural background water pool texture close up",
},
src: "http://img.b2bpic.net/free-photo/natural-background-water-pool-texture-close-up_169016-22523.jpg", alt: "Natural background water pool texture close up"},
{
src: "http://img.b2bpic.net/free-photo/3d-eco-project-environment-with-solar-pannels_23-2148907424.jpg",
alt: "3d eco project for environment with solar pannels",
},
src: "http://img.b2bpic.net/free-photo/3d-eco-project-environment-with-solar-pannels_23-2148907424.jpg", alt: "3d eco project for environment with solar pannels"},
{
src: "http://img.b2bpic.net/free-photo/3d-recycle-batteries_23-2148907390.jpg",
alt: "3d recycle batteries",
},
src: "http://img.b2bpic.net/free-photo/3d-recycle-batteries_23-2148907390.jpg", alt: "3d recycle batteries"},
{
src: "http://img.b2bpic.net/free-photo/technology-future-electronics-integrated-system_1204-190.jpg",
alt: "technology future electronics integrated system",
},
src: "http://img.b2bpic.net/free-photo/technology-future-electronics-integrated-system_1204-190.jpg", alt: "technology future electronics integrated system"},
]}
avatarText="موثوق به من قبل 500+ عميل"
marqueeItems={[
{
type: "text",
text: "كفاءة عالية",
},
type: "text", text: "كفاءة عالية"},
{
type: "text",
text: "أمان فائق",
},
type: "text", text: "أمان فائق"},
{
type: "text",
text: "صديق للبيئة",
},
type: "text", text: "صديق للبيئة"},
{
type: "text",
text: "دعم فني 24/7",
},
type: "text", text: "دعم فني 24/7"},
{
type: "text",
text: "تكنولوجيا مبتكرة",
},
type: "text", text: "تكنولوجيا مبتكرة"},
]}
/>
</div>
@@ -146,19 +105,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
label: "جودة عالية",
value: "Grade A+",
},
label: "جودة عالية", value: "Grade A+"},
{
icon: Award,
label: "ضمان شامل",
value: "5 سنوات",
},
label: "ضمان شامل", value: "5 سنوات"},
{
icon: Zap,
label: "نظام ذكي",
value: "BMS مدمج",
},
label: "نظام ذكي", value: "BMS مدمج"},
]}
metricsAnimation="slide-up"
/>
@@ -172,47 +125,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "BAQ-32 Lite",
price: "SAR 15,000",
variant: "Home Basic",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-rotary-switch_23-2149308949.jpg",
},
id: "p1", name: "BAQ-32 Lite", price: "SAR 15,000", variant: "Home Basic", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-rotary-switch_23-2149308949.jpg"},
{
id: "p2",
name: "BAQ-32 Pro",
price: "SAR 25,000",
variant: "Home Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-62.jpg",
},
id: "p2", name: "BAQ-32 Pro", price: "SAR 25,000", variant: "Home Advanced", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-62.jpg"},
{
id: "p3",
name: "BAQ-64 Industrial",
price: "SAR 45,000",
variant: "Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/3d-solar-pannels_23-2148907392.jpg",
},
id: "p3", name: "BAQ-64 Industrial", price: "SAR 45,000", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/3d-solar-pannels_23-2148907392.jpg"},
{
id: "p4",
name: "Solar Array",
price: "SAR 10,000",
variant: "Addition",
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907394.jpg",
},
id: "p4", name: "Solar Array", price: "SAR 10,000", variant: "Addition", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907394.jpg"},
{
id: "p5",
name: "BMS Module",
price: "SAR 2,000",
variant: "Accessory",
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-with-copy-space_23-2148895412.jpg",
},
id: "p5", name: "BMS Module", price: "SAR 2,000", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-with-copy-space_23-2148895412.jpg"},
{
id: "p6",
name: "Smart Inverter",
price: "SAR 5,000",
variant: "Accessory",
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907395.jpg",
},
id: "p6", name: "Smart Inverter", price: "SAR 5,000", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907395.jpg"},
]}
title="نظام تخزين الطاقة الفائق (BAQ-32)"
description="نقدم حلول تخزين طاقة متطورة مصممة لتحمل أصعب الظروف وضمان استمرارية الطاقة."
@@ -226,26 +149,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "حلول سكنية",
subtitle: "استقلالية كاملة",
category: "المنازل",
value: "صامت وآمن",
},
id: "s1", title: "حلول سكنية", subtitle: "استقلالية كاملة", category: "المنازل", value: "صامت وآمن"},
{
id: "s2",
title: "حلول تجارية",
subtitle: "استمرارية العمل",
category: "الشركات",
value: "موثوقية عالية",
},
id: "s2", title: "حلول تجارية", subtitle: "استمرارية العمل", category: "الشركات", value: "موثوقية عالية"},
{
id: "s3",
title: "تصميم وتركيب",
subtitle: "خدمة متكاملة",
category: "الخدمات",
value: "من الفكرة للتشغيل",
},
id: "s3", title: "تصميم وتركيب", subtitle: "خدمة متكاملة", category: "الخدمات", value: "من الفكرة للتشغيل"},
]}
title="حلول الطاقة المتكاملة"
description="نقدم خدمات مصممة لتلبية احتياجاتك السكنية والتجارية مع التركيز على الأداء العالي."
@@ -259,25 +167,13 @@ export default function LandingPage() {
tag="BAQ-32"
metrics={[
{
id: "m1",
value: "32kWh",
description: "سعة تخزينية هائلة",
},
id: "m1", value: "32kWh", description: "سعة تخزينية هائلة"},
{
id: "m2",
value: "LiFePO4",
description: "خلايا ليثيوم آمنة",
},
id: "m2", value: "LiFePO4", description: "خلايا ليثيوم آمنة"},
{
id: "m3",
value: "6000+",
description: "دورة شحن كاملة",
},
id: "m3", value: "6000+", description: "دورة شحن كاملة"},
{
id: "m4",
value: "10 سنوات",
description: "عمر افتراضي طويل",
},
id: "m4", value: "10 سنوات", description: "عمر افتراضي طويل"},
]}
metricsAnimation="slide-up"
/>
@@ -291,25 +187,15 @@ export default function LandingPage() {
author="محمد العتيبي"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/colleagues-with-masks-working-together-environment-project_23-2148894093.jpg",
alt: "Sarah",
},
src: "http://img.b2bpic.net/free-photo/colleagues-with-masks-working-together-environment-project_23-2148894093.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-pointing-aside-with-hand-open-palm-showing-copy-space-smiling-confident-isolated-blue-wall_141793-14081.jpg",
alt: "Michael",
},
src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-pointing-aside-with-hand-open-palm-showing-copy-space-smiling-confident-isolated-blue-wall_141793-14081.jpg", alt: "Michael"},
{
src: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg",
alt: "Emily",
},
src: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg", alt: "Emily"},
{
src: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg",
alt: "David",
},
src: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/woman-working-energy-power-innovation_23-2148820148.jpg",
alt: "Alex",
},
src: "http://img.b2bpic.net/free-photo/woman-working-energy-power-innovation_23-2148820148.jpg", alt: "Alex"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -321,20 +207,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "هل بطاريات الليثيوم آمنة؟",
content: "نعم، نستخدم خلايا LiFePO4 وهي الأكثر أماناً عالمياً ومحمية بنظام إدارة متطور.",
},
id: "f1", title: "هل بطاريات الليثيوم آمنة؟", content: "نعم، نستخدم خلايا LiFePO4 وهي الأكثر أماناً عالمياً ومحمية بنظام إدارة متطور."},
{
id: "f2",
title: "كم تدوم البطارية؟",
content: "تدوم لأكثر من 6000 دورة شحن، مما يعني أكثر من 10 سنوات من الاستخدام المستمر.",
},
id: "f2", title: "كم تدوم البطارية؟", content: "تدوم لأكثر من 6000 دورة شحن، مما يعني أكثر من 10 سنوات من الاستخدام المستمر."},
{
id: "f3",
title: "هل تحتاج صيانة؟",
content: "أنظمتنا ذكية ومصممة لتكون صامتة ولا تحتاج لصيانة دورية معقدة.",
},
id: "f3", title: "هل تحتاج صيانة؟", content: "أنظمتنا ذكية ومصممة لتكون صامتة ولا تحتاج لصيانة دورية معقدة."},
]}
sideTitle="أسئلة شائعة"
sideDescription="إجابات على أهم تساؤلات عملائنا حول تقنيات التخزين."
@@ -346,11 +223,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="تواصل معنا"
title="ابدأ رحلتك نحو استقلال الطاقة"
description="فريقنا مستعد للإجابة على استفساراتك وتقديم الحلول المناسبة لاحتياجاتك."
description="احصل على تقييم مجاني لاحتياجاتك من الطاقة اليوم"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/circuit-code-blue-screen-icon_53876-167105.jpg"
/>
@@ -361,50 +237,31 @@ export default function LandingPage() {
logoText="بن عبدالقوي"
columns={[
{
title: "روابط سريعة",
items: [
title: "روابط سريعة", items: [
{
label: "الرئيسية",
href: "#hero",
},
label: "الرئيسية", href: "#hero"},
{
label: "المنتجات",
href: "#products",
},
label: "المنتجات", href: "#products"},
{
label: "اتصل بنا",
href: "#contact",
},
label: "اتصل بنا", href: "#contact"},
],
},
{
title: "خدماتنا",
items: [
title: "خدماتنا", items: [
{
label: "حلول سكنية",
href: "#solutions",
},
label: "حلول سكنية", href: "#solutions"},
{
label: "حلول تجارية",
href: "#solutions",
},
label: "حلول تجارية", href: "#solutions"},
{
label: "تصميم وتركيب",
href: "#solutions",
},
label: "تصميم وتركيب", href: "#solutions"},
],
},
{
title: "قانوني",
items: [
title: "قانوني", items: [
{
label: "سياسة الخصوصية",
href: "#",
},
label: "سياسة الخصوصية", href: "#"},
{
label: "شروط الخدمة",
href: "#",
},
label: "شروط الخدمة", href: "#"},
],
},
]}