2 Commits

Author SHA1 Message Date
a575272517 Update src/app/page.tsx 2026-05-22 20:42:13 +00:00
ce1ab830f2 Merge version_2 into main
Merge version_2 into main
2026-05-22 20:39:23 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
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() {
return (
@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "تواصل معنا", id: "contact" }
]}
brandName="مظلات الاحساء"
button={{ text: "احجز الآن", href: "#contact" }}
button={{ text: "احجز الآن", href: "https://wa.me/966500000000" }}
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
logoText="مظلات وسواتر الأحساء"
description="نقدم لكم أرقى حلول التظليل والبرجولات بأعلى معايير الجودة والمتانة. حماية كاملة ومظهر عصري لمنازلكم ومنشآتكم."
buttons={[
{ text: "اطلب خدمتك", href: "#contact" },
{ text: "تواصل واتساب", href: "https://wa.me/966500000000" },
{ text: "شاهد أعمالنا", href: "#products" }
]}
imageSrc="https://lh5.googleusercontent.com/p/AF1QipN38j3-S13u_4P2m6X131bO1bV12N12z1XzN4Xk=w800-h600-k-no"
@@ -79,9 +79,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
{ 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: "https://lh5.googleusercontent.com/p/AF1QipO192837192837192837192837123=w800-h600-k-no" },
{ id: "p3", brand: "سواتر", name: "سواتر شرائح حديد", price: "احصل على عرض سعر", rating: 4, reviewCount: "30+", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN912837192837192837192837123=w800-h600-k-no" }
{ 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: "https://lh5.googleusercontent.com/p/AF1QipO192837192837192837192837123=w800-h600-k-no" },
{ id: "p3", brand: "سواتر", name: "سواتر شرائح حديد", price: "اتصل للسعر", rating: 4, reviewCount: "30+", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN912837192837192837192837123=w800-h600-k-no" }
]}
title="مشاريعنا ومنتجاتنا"
description="تصفح تشكيلتنا الواسعة من الحلول الهندسية المعتمدة"
@@ -139,8 +139,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "downward-rays-static" }}
tag="تواصل معنا"
title="احصل على استشارة مجانية"
description="فريقنا مستعد للمعاينة وتحديد السعر المناسب لاحتياجاتك فوراً."
title="اتصل بنا الآن"
description="فريقنا مستعد للمعاينة وتحديد السعر المناسب لاحتياجاتك فوراً عبر الاتصال أو الواتساب."
/>
</div>
@@ -149,7 +149,7 @@ export default function LandingPage() {
logoText="مظلات وسواتر الأحساء"
columns={[
{ title: "الروابط السريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#features" }, { label: "منتجاتنا", href: "#products" }] },
{ title: "معلومات الاتصال", items: [{ label: "اتصل بنا", href: "#contact" }, { label: "واتساب", href: "#" }] },
{ title: "معلومات الاتصال", items: [{ label: "اتصل: 05xxxxxxxx", href: "tel:+966500000000" }, { label: "واتساب: 05xxxxxxxx", href: "https://wa.me/966500000000" }] },
{ title: "قانوني", items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "الشروط والأحكام", href: "#" }] }
]}
copyrightText="© 2025 مظلات وسواتر الأحساء - جميع الحقوق محفوظة"
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}