Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03294cb44d | |||
| 50d5d4be5a | |||
| a575272517 | |||
| ce1ab830f2 | |||
| 480e2faaef | |||
| adc1caa80b | |||
| a79b34f25b |
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Award, Clock, Shield, Smile } from "lucide-react";
|
import { Award, Clock, Shield, Smile, Phone, MessageSquare } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{ name: "تواصل معنا", id: "contact" }
|
{ name: "تواصل معنا", id: "contact" }
|
||||||
]}
|
]}
|
||||||
brandName="مظلات الاحساء"
|
brandName="مظلات الاحساء"
|
||||||
button={{ text: "احجز الآن", href: "#contact" }}
|
button={{ text: "احجز الآن", href: "https://wa.me/966530645601" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
|||||||
logoText="مظلات وسواتر الأحساء"
|
logoText="مظلات وسواتر الأحساء"
|
||||||
description="نقدم لكم أرقى حلول التظليل والبرجولات بأعلى معايير الجودة والمتانة. حماية كاملة ومظهر عصري لمنازلكم ومنشآتكم."
|
description="نقدم لكم أرقى حلول التظليل والبرجولات بأعلى معايير الجودة والمتانة. حماية كاملة ومظهر عصري لمنازلكم ومنشآتكم."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "اطلب خدمتك", href: "#contact" },
|
{ text: "تواصل واتساب", href: "https://wa.me/966530645601" },
|
||||||
{ text: "شاهد أعمالنا", href: "#products" }
|
{ text: "شاهد أعمالنا", href: "#products" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/background-with-traditional-japanese-wagasa-umbrella_23-2149661128.jpg"
|
imageSrc="https://lh5.googleusercontent.com/p/AF1QipN38j3-S13u_4P2m6X131bO1bV12N12z1XzN4Xk=w800-h600-k-no"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,9 +63,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ title: "مظلات سيارات", description: "حماية مركبتك من الشمس والحرارة بتصاميم عصرية وتغطيات متينة.", imageSrc: "http://img.b2bpic.net/free-photo/tall-leggy-young-beautiful-elegant-model-woman-claret-coat_627829-6918.jpg" },
|
{ title: "مظلات سيارات", description: "حماية مركبتك من الشمس والحرارة بتصاميم عصرية وتغطيات متينة.", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM55Q4Q8Y6T2P17r4z8923Z92109312931Z3=w800-h600-k-no" },
|
||||||
{ title: "برجولات حدائق", description: "خلق مساحات خارجية رائعة للاستجمام مع تصاميم برجولات فخمة.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blonde-woman-white-swimwear-exotic-place_197531-21187.jpg" },
|
{ title: "برجولات حدائق", description: "خلق مساحات خارجية رائعة للاستجمام مع تصاميم برجولات فخمة.", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipOT921Z82N123491283Z019283921Z1293Z=w800-h600-k-no" },
|
||||||
{ title: "سواتر خصوصية", description: "سواتر حديدية وخشبية توفر لك الخصوصية المطلوبة بأسلوب أنيق.", imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297268.jpg" }
|
{ title: "سواتر خصوصية", description: "سواتر حديدية وخشبية توفر لك الخصوصية المطلوبة بأسلوب أنيق.", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN01298371928371928371928371293=w800-h600-k-no" }
|
||||||
]}
|
]}
|
||||||
title="خدماتنا المتميزة"
|
title="خدماتنا المتميزة"
|
||||||
description="نقدم حلولاً متكاملة لكافة احتياجات التظليل والخصوصية"
|
description="نقدم حلولاً متكاملة لكافة احتياجات التظليل والخصوصية"
|
||||||
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "مظلات", name: "مظلات سيارات كابولي", price: "احصل على عرض سعر", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool_74190-130.jpg" },
|
{ id: "p1", brand: "مظلات", name: "مظلات سيارات كابولي", price: "اتصل للسعر", rating: 5, reviewCount: "50+", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM12938719283719283719283712=w800-h600-k-no" },
|
||||||
{ id: "p2", brand: "برجولات", name: "برجولات خشبية فاخرة", price: "احصل على عرض سعر", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9083.jpg" },
|
{ id: "p2", brand: "برجولات", name: "برجولات خشبية فاخرة", price: "اتصل للسعر", rating: 5, reviewCount: "40+", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipO192837192837192837192837123=w800-h600-k-no" },
|
||||||
{ id: "p3", brand: "سواتر", name: "سواتر شرائح حديد", price: "احصل على عرض سعر", rating: 4, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg" }
|
{ id: "p3", brand: "سواتر", name: "سواتر شرائح حديد", price: "اتصل للسعر", rating: 4, reviewCount: "30+", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN912837192837192837192837123=w800-h600-k-no" }
|
||||||
]}
|
]}
|
||||||
title="مشاريعنا ومنتجاتنا"
|
title="مشاريعنا ومنتجاتنا"
|
||||||
description="تصفح تشكيلتنا الواسعة من الحلول الهندسية المعتمدة"
|
description="تصفح تشكيلتنا الواسعة من الحلول الهندسية المعتمدة"
|
||||||
@@ -108,11 +108,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "أحمد السالم", date: "2024", title: "عميل سكني", quote: "تركيب احترافي ومظلات تتحمل حرارة الصيف في الأحساء، شكراً لكم.", tag: "تجربة ممتازة", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
|
{ id: "t1", name: "أحمد السالم", date: "2024", title: "عميل سكني", quote: "تركيب احترافي ومظلات تتحمل حرارة الصيف في الأحساء، شكراً لكم.", tag: "تجربة ممتازة", avatarSrc: "https://lh5.googleusercontent.com/p/AF1QipN21938712938712938712=w800-h600-k-no" },
|
||||||
{ id: "t2", name: "فهد العتيبي", date: "2024", title: "مطور عقاري", quote: "تعاملت معهم في عدة مشاريع، الدقة في المواعيد والجودة هي عنوانهم.", tag: "احترافية", avatarSrc: "http://img.b2bpic.net/free-photo/business_23-2148006261.jpg" },
|
{ id: "t2", name: "فهد العتيبي", date: "2024", title: "مطور عقاري", quote: "تعاملت معهم في عدة مشاريع، الدقة في المواعيد والجودة هي عنوانهم.", tag: "احترافية", avatarSrc: "https://lh5.googleusercontent.com/p/AF1QipO2193871293871293871=w800-h600-k-no" },
|
||||||
{ id: "t3", name: "سارة حمد", date: "2023", title: "عميلة سكنية", quote: "البرجولة التي ركبوها أصبحت المكان المفضل لنا في المنزل، تصميم رائع.", tag: "خدمة ممتازة", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sits-near-bungalow-drinks-coffee_72229-1333.jpg" },
|
{ id: "t3", name: "سارة حمد", date: "2023", title: "عميلة سكنية", quote: "البرجولة التي ركبوها أصبحت المكان المفضل لنا في المنزل، تصميم رائع.", tag: "خدمة ممتازة", avatarSrc: "https://lh5.googleusercontent.com/p/AF1QipN21938712938712=w800-h600-k-no" },
|
||||||
{ id: "t4", name: "خالد المنصور", date: "2024", title: "صاحب منشأة", quote: "سواتر عالية الجودة توفر خصوصية تامة وتركيب متقن جداً.", tag: "جودة عالية", avatarSrc: "http://img.b2bpic.net/free-photo/people-looking-clipboard_23-2147808042.jpg" },
|
{ id: "t4", name: "خالد المنصور", date: "2024", title: "صاحب منشأة", quote: "سواتر عالية الجودة توفر خصوصية تامة وتركيب متقن جداً.", tag: "جودة عالية", avatarSrc: "https://lh5.googleusercontent.com/p/AF1QipO319283719283719283=w800-h600-k-no" },
|
||||||
{ id: "t5", name: "نورة العلي", date: "2024", title: "عميلة سكنية", quote: "خدمة عملاء رائعة وسرعة في التنفيذ، المظلة تبدو قوية ومتينة.", tag: "رضا تام", avatarSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-breakfast-garden_23-2148060187.jpg" }
|
{ id: "t5", name: "نورة العلي", date: "2024", title: "عميلة سكنية", quote: "خدمة عملاء رائعة وسرعة في التنفيذ، المظلة تبدو قوية ومتينة.", tag: "رضا تام", avatarSrc: "https://lh5.googleusercontent.com/p/AF1QipN319283719283719283=w800-h600-k-no" }
|
||||||
]}
|
]}
|
||||||
title="آراء عملائنا"
|
title="آراء عملائنا"
|
||||||
description="تجربة حقيقية لخدماتنا المميزة"
|
description="تجربة حقيقية لخدماتنا المميزة"
|
||||||
@@ -139,8 +139,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
tag="تواصل معنا"
|
tag="تواصل معنا"
|
||||||
title="احصل على استشارة مجانية"
|
title="اتصل بنا الآن"
|
||||||
description="فريقنا مستعد للمعاينة وتحديد السعر المناسب لاحتياجاتك فوراً."
|
description="فريقنا مستعد للمعاينة وتحديد السعر المناسب لاحتياجاتك فوراً عبر الاتصال أو الواتساب."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
|||||||
logoText="مظلات وسواتر الأحساء"
|
logoText="مظلات وسواتر الأحساء"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "الروابط السريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#features" }, { label: "منتجاتنا", href: "#products" }] },
|
{ title: "الروابط السريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#features" }, { label: "منتجاتنا", href: "#products" }] },
|
||||||
{ title: "معلومات الاتصال", items: [{ label: "اتصل بنا", href: "#contact" }, { label: "واتساب", href: "#" }] },
|
{ title: "معلومات الاتصال", items: [{ label: "اتصل: +966530645601", href: "tel:+966530645601" }, { label: "واتساب: +966530645601", href: "https://wa.me/966530645601" }] },
|
||||||
{ title: "قانوني", items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "الشروط والأحكام", href: "#" }] }
|
{ title: "قانوني", items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "الشروط والأحكام", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 مظلات وسواتر الأحساء - جميع الحقوق محفوظة"
|
copyrightText="© 2025 مظلات وسواتر الأحساء - جميع الحقوق محفوظة"
|
||||||
|
|||||||
Reference in New Issue
Block a user