Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
221
src/app/page.tsx
221
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "من نحن",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "خدماتنا",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "أعمالنا",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "من نحن", id: "about" },
|
||||
{ name: "خدماتنا", id: "features" },
|
||||
{ name: "أعمالنا", id: "products" },
|
||||
{ name: "تواصل معنا", id: "contact" },
|
||||
]}
|
||||
brandName="الأسقف السعودية"
|
||||
/>
|
||||
@@ -57,18 +42,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="الأسقف السعودية: فن الفخامة المعمارية"
|
||||
description="نصمم وننفذ أسقفاً تحاكي التميز والرقي، لتعكس هوية منزلك بأسلوب عصري فريد."
|
||||
buttons={[
|
||||
{
|
||||
text: "احصل على استشارة",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg?_wi=1"
|
||||
buttons={[{ text: "احصل على استشارة", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,38 +64,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "جودة لا تضاهى",
|
||||
author: "الأسقف السعودية",
|
||||
description: "خامات عالمية ومعايير تنفيذ دقيقة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-construction-worker-doing-his-job_23-2149366655.jpg?_wi=1",
|
||||
tags: [
|
||||
"جودة",
|
||||
"احترافية",
|
||||
],
|
||||
id: "1", title: "جودة لا تضاهى", author: "الأسقف السعودية", description: "خامات عالمية ومعايير تنفيذ دقيقة.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-construction-worker-doing-his-job_23-2149366655.jpg", tags: ["جودة", "احترافية"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "تصاميم حصرية",
|
||||
author: "فريقنا المبدع",
|
||||
description: "ابتكار تصاميم تناسب ذوقك الرفيع.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-unrealistic-hanging-chandelier_8353-10602.jpg?_wi=1",
|
||||
tags: [
|
||||
"ابتكار",
|
||||
"فخامة",
|
||||
],
|
||||
id: "2", title: "تصاميم حصرية", author: "فريقنا المبدع", description: "ابتكار تصاميم تناسب ذوقك الرفيع.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-unrealistic-hanging-chandelier_8353-10602.jpg", tags: ["ابتكار", "فخامة"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "إضاءة ذكية",
|
||||
author: "خبراء الأنظمة",
|
||||
description: "حلول إضاءة مدمجة تعزز جمال المكان.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-ceiling-concrete-building_181624-7530.jpg?_wi=1",
|
||||
tags: [
|
||||
"إضاءة",
|
||||
"تقنية",
|
||||
],
|
||||
},
|
||||
id: "3", title: "إضاءة ذكية", author: "خبراء الأنظمة", description: "حلول إضاءة مدمجة تعزز جمال المكان.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-ceiling-concrete-building_181624-7530.jpg", tags: ["إضاءة", "تقنية"]
|
||||
}
|
||||
]}
|
||||
title="لماذا تختارنا؟"
|
||||
description="نقدم خدمات متكاملة تضمن الجودة والدقة."
|
||||
@@ -131,54 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "فخامة",
|
||||
name: "سقف ذهبي ملكي",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050972.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "عصري",
|
||||
name: "سقف مكتب مودرن",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-corner-silver-ceiling-white-lamp-lights-surrounded-by-grey-walls_181624-7519.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "فني",
|
||||
name: "سقف هندسي فريد",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-hotel-floor_23-2149304103.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "نخبة",
|
||||
name: "ديكور جبسي فاخر",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "كلاسيكي",
|
||||
name: "سقف كلاسيكي مطور",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-interior-church-with-stainedglass-windows-view-from_169016-22380.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "معماري",
|
||||
name: "سقف فلل خاص",
|
||||
price: "طلب سعر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "فخامة", name: "سقف ذهبي ملكي", price: "طلب سعر", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050972.jpg" },
|
||||
{ id: "p2", brand: "عصري", name: "سقف مكتب مودرن", price: "طلب سعر", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-corner-silver-ceiling-white-lamp-lights-surrounded-by-grey-walls_181624-7519.jpg" },
|
||||
{ id: "p3", brand: "فني", name: "سقف هندسي فريد", price: "طلب سعر", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/hallway-hotel-floor_23-2149304103.jpg" },
|
||||
{ id: "p4", brand: "نخبة", name: "ديكور جبسي فاخر", price: "طلب سعر", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg" },
|
||||
{ id: "p5", brand: "كلاسيكي", name: "سقف كلاسيكي مطور", price: "طلب سعر", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/bright-interior-church-with-stainedglass-windows-view-from_169016-22380.jpg" },
|
||||
{ id: "p6", brand: "معماري", name: "سقف فلل خاص", price: "طلب سعر", rating: 5, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg" }
|
||||
]}
|
||||
title="معرض المشاريع"
|
||||
description="إنجازاتنا في عالم الديكور المعماري."
|
||||
@@ -190,61 +102,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "سارة حمد",
|
||||
date: "يناير 2024",
|
||||
title: "مالكة منزل",
|
||||
quote: "خدمة رائعة ودقة في التنفيذ.",
|
||||
tag: "ممتاز",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop-freelancer-home_285396-1833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg?_wi=2",
|
||||
imageAlt: "satisfied home owner smiling",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "أحمد علي",
|
||||
date: "فبراير 2024",
|
||||
title: "رجل أعمال",
|
||||
quote: "فخامة لا مثيل لها في التصميم.",
|
||||
tag: "احترافي",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-armchair_23-2148130337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-fixing-roof_23-2149366693.jpg",
|
||||
imageAlt: "satisfied home owner smiling",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "نورة خالد",
|
||||
date: "مارس 2024",
|
||||
title: "مصممة داخلية",
|
||||
quote: "التعاون معكم إضافة حقيقية.",
|
||||
tag: "إبداع",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-her-workshop_23-2148877342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-construction-worker-doing-his-job_23-2149366655.jpg?_wi=2",
|
||||
imageAlt: "satisfied home owner smiling",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "خالد السعد",
|
||||
date: "أبريل 2024",
|
||||
title: "مستثمر",
|
||||
quote: "مشاريعهم دقيقة وتسليم في الموعد.",
|
||||
tag: "دقة",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-enterpreneur-with-cheerful-emotions_496169-480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-unrealistic-hanging-chandelier_8353-10602.jpg?_wi=2",
|
||||
imageAlt: "satisfied home owner smiling",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "منيرة الفهد",
|
||||
date: "مايو 2024",
|
||||
title: "عميلة مميزة",
|
||||
quote: "أفضل خيار للديكور الفاخر.",
|
||||
tag: "رقي",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-ceiling-concrete-building_181624-7530.jpg?_wi=2",
|
||||
imageAlt: "satisfied home owner smiling",
|
||||
},
|
||||
{ id: "t1", name: "سارة حمد", date: "يناير 2024", title: "مالكة منزل", quote: "خدمة رائعة ودقة في التنفيذ.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop-freelancer-home_285396-1833.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg" },
|
||||
{ id: "t2", name: "أحمد علي", date: "فبراير 2024", title: "رجل أعمال", quote: "فخامة لا مثيل لها في التصميم.", tag: "احترافي", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-armchair_23-2148130337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-fixing-roof_23-2149366693.jpg" },
|
||||
{ id: "t3", name: "نورة خالد", date: "مارس 2024", title: "مصممة داخلية", quote: "التعاون معكم إضافة حقيقية.", tag: "إبداع", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-her-workshop_23-2148877342.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-construction-worker-doing-his-job_23-2149366655.jpg" },
|
||||
{ id: "t4", name: "خالد السعد", date: "أبريل 2024", title: "مستثمر", quote: "مشاريعهم دقيقة وتسليم في الموعد.", tag: "دقة", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-enterpreneur-with-cheerful-emotions_496169-480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-unrealistic-hanging-chandelier_8353-10602.jpg" },
|
||||
{ id: "t5", name: "منيرة الفهد", date: "مايو 2024", title: "عميلة مميزة", quote: "أفضل خيار للديكور الفاخر.", tag: "رقي", avatarSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362809.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-ceiling-concrete-building_181624-7530.jpg" }
|
||||
]}
|
||||
title="عملاؤنا يتحدثون عن تجربتهم"
|
||||
description="ما قاله عملاؤنا حول مستوى الفخامة والخدمة."
|
||||
@@ -257,36 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "٥٠٠+",
|
||||
title: "مشروع مكتمل",
|
||||
items: [
|
||||
"فلل",
|
||||
"قصور",
|
||||
"مكاتب",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "١٠+",
|
||||
title: "سنوات خبرة",
|
||||
items: [
|
||||
"تخصص",
|
||||
"ابتكار",
|
||||
"احتراف",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "١٠٠٪",
|
||||
title: "رضا عملاء",
|
||||
items: [
|
||||
"ثقة",
|
||||
"تميز",
|
||||
"جودة",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "٥٠٠+", title: "مشروع مكتمل", items: ["فلل", "قصور", "مكاتب"] },
|
||||
{ id: "m2", value: "١٠+", title: "سنوات خبرة", items: ["تخصص", "ابتكار", "احتراف"] },
|
||||
{ id: "m3", value: "١٠٠٪", title: "رضا عملاء", items: ["ثقة", "تميز", "جودة"] }
|
||||
]}
|
||||
title="أرقام تدل على تميزنا"
|
||||
description="إحصائيات تبرز مكانتنا في السوق السعودي."
|
||||
@@ -296,9 +131,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="تواصل معنا"
|
||||
title="ابدأ رحلة تحويل مساحتك اليوم"
|
||||
description="فريقنا جاهز لتلبية طموحاتك وتحقيق الفخامة التي تستحقها."
|
||||
|
||||
Reference in New Issue
Block a user