diff --git a/src/app/page.tsx b/src/app/page.tsx index a88e7a9..a013f60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,139 +32,59 @@ export default function LandingPage() {
@@ -173,15 +93,8 @@ export default function LandingPage() { @@ -192,36 +105,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - label: "بيع", - title: "بيع العقارات", - items: [ - "تثمين دقيق", - "تسويق احترافي", - "إتمام البيع", - ], - }, - { - id: "2", - label: "إيجار", - title: "خدمات التأجير", - items: [ - "عقود قانونية", - "تأمين المستأجر", - "إدارة الأملاك", - ], - }, - { - id: "3", - label: "استشارات", - title: "استشارات عقارية", - items: [ - "دراسة السوق", - "نصائح استثمارية", - "تطوير عقاري", - ], - }, + { id: "1", label: "بيع", title: "بيع العقارات", items: ["تثمين دقيق", "تسويق احترافي", "إتمام البيع"] }, + { id: "2", label: "إيجار", title: "خدمات التأجير", items: ["عقود قانونية", "تأمين المستأجر", "إدارة الأملاك"] }, + { id: "3", label: "استشارات", title: "استشارات عقارية", items: ["دراسة السوق", "نصائح استثمارية", "تطوير عقاري"] } ]} title="خدماتنا المتميزة" description="نسعى لتقديم أفضل الحلول العقارية لعملائنا في ينبع والمنطقة." @@ -235,48 +121,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "فيلا فاخرة", - price: "1,200,000 ريال", - variant: "عقار سكني", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-multistory-apartment-complex-building_181624-5114.jpg", - }, - { - id: "2", - name: "شقة حديثة", - price: "450,000 ريال", - variant: "عقار سكني", - imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383596.jpg", - }, - { - id: "3", - name: "أرض تجارية", - price: "850,000 ريال", - variant: "عقار تجاري", - imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841423.jpg", - }, - { - id: "4", - name: "دوبلكس فاخر", - price: "950,000 ريال", - variant: "عقار سكني", - imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg", - }, - { - id: "5", - name: "استراحة عائلية", - price: "600,000 ريال", - variant: "ترفيهي", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-city-skyline-view-generative-ai_188544-46252.jpg", - }, - { - id: "6", - name: "مكتب تجاري", - price: "300,000 ريال", - variant: "إداري", - imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg", - }, + { id: "1", name: "فيلا فاخرة", price: "1,200,000 ريال", variant: "عقار سكني", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-multistory-apartment-complex-building_181624-5114.jpg" }, + { id: "2", name: "شقة حديثة", price: "450,000 ريال", variant: "عقار سكني", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383596.jpg" }, + { id: "3", name: "أرض تجارية", price: "850,000 ريال", variant: "عقار تجاري", imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841423.jpg" }, + { id: "4", name: "دوبلكس فاخر", price: "950,000 ريال", variant: "عقار سكني", imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg" }, + { id: "5", name: "استراحة عائلية", price: "600,000 ريال", variant: "ترفيهي", imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-city-skyline-view-generative-ai_188544-46252.jpg" }, + { id: "6", name: "مكتب تجاري", price: "300,000 ريال", variant: "إداري", imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg" } ]} title="أحدث العقارات" description="اكتشف مجموعتنا المختارة من العقارات المميزة." @@ -289,21 +139,9 @@ export default function LandingPage() { title="إنجازاتنا" tag="أرقام تدل على الثقة" metrics={[ - { - id: "1", - value: "38+", - description: "مراجعة تقييمية", - }, - { - id: "2", - value: "4.7/5", - description: "تقييم العميل", - }, - { - id: "3", - value: "سنوات", - description: "من الخبرة والأمانة", - }, + { id: "1", value: "38+", description: "مراجعة تقييمية" }, + { id: "2", value: "4.7/5", description: "تقييم العميل" }, + { id: "3", value: "سنوات", description: "من الخبرة والأمانة" } ]} metricsAnimation="slide-up" /> @@ -315,41 +153,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "أبو نواف", - role: "عميل متميز", - testimonial: "رجل مميز ومكتب التعامل معهم بأمانة ومصداقية.", - imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg", - }, - { - id: "2", - name: "جهاز الحربي", - role: "عميل", - testimonial: "أحب أن أشكر مكتب أبو عزام على حسن الاستقبال والضيافة.", - imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-talking-business-showing-house-gay-couple_23-2150164745.jpg", - }, - { - id: "3", - name: "بلووي", - role: "عميل", - testimonial: "بارك الله لك يا بو عزام نعم الرجل وانتم أهل الثقة والأخلاق.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", - }, - { - id: "4", - name: "سعد", - role: "عميل", - testimonial: "تجربة ممتازة في التعامل وسرعة في الإنجاز.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", - }, - { - id: "5", - name: "محمد", - role: "عميل", - testimonial: "أنصح بالتعامل مع مكتب أبو عزام لكل من يبحث عن المصداقية.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg", - }, + { id: "1", name: "أبو نواف", role: "عميل متميز", testimonial: "رجل مميز ومكتب التعامل معهم بأمانة ومصداقية.", imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg" }, + { id: "2", name: "جهاز الحربي", role: "عميل", testimonial: "أحب أن أشكر مكتب أبو عزام على حسن الاستقبال والضيافة.", imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-talking-business-showing-house-gay-couple_23-2150164745.jpg" }, + { id: "3", name: "بلووي", role: "عميل", testimonial: "بارك الله لك يا بو عزام نعم الرجل وانتم أهل الثقة والأخلاق.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, + { id: "4", name: "سعد", role: "عميل", testimonial: "تجربة ممتازة في التعامل وسرعة في الإنجاز.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg" }, + { id: "5", name: "محمد", role: "عميل", testimonial: "أنصح بالتعامل مع مكتب أبو عزام لكل من يبحث عن المصداقية.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg" } ]} title="ماذا يقول عملاؤنا؟" description="رضا العملاء هو أولويتنا القصوى." @@ -361,21 +169,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "أين يقع مكتب أبو عزام؟", - content: "نحن نتواجد في طريق الملك عبدالله بن عبدالعزيز - شمال، ينبع.", - }, - { - id: "2", - title: "ما هي ساعات العمل؟", - content: "نحن متواجدون لخدمتكم على مدار الساعة.", - }, - { - id: "3", - title: "كيف يمكن التواصل معكم؟", - content: "يمكنكم الاتصال بنا مباشرة عبر الرقم 0504397925.", - }, + { id: "1", title: "أين يقع مكتب أبو عزام؟", content: "نحن نتواجد في طريق الملك عبدالله بن عبدالعزيز - شمال، ينبع." }, + { id: "2", title: "ما هي ساعات العمل؟", content: "نحن متواجدون لخدمتكم على مدار الساعة." }, + { id: "3", title: "كيف يمكن التواصل معكم؟", content: "يمكنكم الاتصال بنا مباشرة عبر الرقم 0504397925." } ]} title="الأسئلة الشائعة" description="إجابات على أكثر الأسئلة تكراراً." @@ -387,8 +183,7 @@ export default function LandingPage() {