diff --git a/src/app/page.tsx b/src/app/page.tsx
index a60dada..921447c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,33 +41,13 @@ export default function LandingPage() {
@@ -181,61 +104,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "mohammed121",
- date: "منذ يوم",
- title: "عميل متميز",
- quote: "أفضل منصة وساطة ربي يبارك فيهم",
- tag: "مكتمل",
- avatarSrc: "http://img.b2bpic.net/free-photo/real-estate-building-icon-concept_53876-23512.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/stock-data-office-computer-screen_482257-119275.jpg?_wi=2",
- imageAlt: "financial dashboard dark mode",
- },
- {
- id: "2",
- name: "SaraQahtan",
- date: "منذ يومين",
- title: "عميلة متميزة",
- quote: "أنصح الكل بالمنصة وبقوة",
- tag: "مكتمل",
- avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061825.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/adha-bag_187299-46334.jpg",
- imageAlt: "financial dashboard dark mode",
- },
- {
- id: "3",
- name: "Ali99",
- date: "منذ 3 أيام",
- title: "عميل",
- quote: "تعامل سريع وموثوق",
- tag: "مكتمل",
- avatarSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-engraving-plate-kids-table_8353-10196.jpg",
- imageAlt: "financial dashboard dark mode",
- },
- {
- id: "4",
- name: "Fahad_KSA",
- date: "منذ أسبوع",
- title: "عميل",
- quote: "أفضل وسيط تعاملت معه",
- tag: "مكتمل",
- avatarSrc: "http://img.b2bpic.net/free-photo/stockholder-working-from-apartment-using-mockup-mobile-phone_482257-121882.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/home-icon-front-side-with-white-background_187299-40059.jpg",
- imageAlt: "financial dashboard dark mode",
- },
- {
- id: "5",
- name: "Nora_90",
- date: "منذ 10 أيام",
- title: "عميلة",
- quote: "منصة احترافية جداً",
- tag: "مكتمل",
- avatarSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/suit-tie-formalwear-tailormade-business_53876-13785.jpg?_wi=2",
- imageAlt: "financial dashboard dark mode",
- },
+ { id: "1", name: "mohammed121", date: "منذ يوم", title: "عميل متميز", quote: "أفضل منصة وساطة ربي يبارك فيهم", tag: "مكتمل", avatarSrc: "http://img.b2bpic.net/free-photo/real-estate-building-icon-concept_53876-23512.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stock-data-office-computer-screen_482257-119275.jpg", imageAlt: "financial dashboard dark mode" },
+ { id: "2", name: "SaraQahtan", date: "منذ يومين", title: "عميلة متميزة", quote: "أنصح الكل بالمنصة وبقوة", tag: "مكتمل", avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061825.jpg", imageSrc: "http://img.b2bpic.net/free-photo/adha-bag_187299-46334.jpg", imageAlt: "financial dashboard dark mode" },
+ { id: "3", name: "Ali99", date: "منذ 3 أيام", title: "عميل", quote: "تعامل سريع وموثوق", tag: "مكتمل", avatarSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-engraving-plate-kids-table_8353-10196.jpg", imageAlt: "financial dashboard dark mode" },
+ { id: "4", name: "Fahad_KSA", date: "منذ أسبوع", title: "عميل", quote: "أفضل وسيط تعاملت معه", tag: "مكتمل", avatarSrc: "http://img.b2bpic.net/free-photo/stockholder-working-from-apartment-using-mockup-mobile-phone_482257-121882.jpg", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-front-side-with-white-background_187299-40059.jpg", imageAlt: "financial dashboard dark mode" },
+ { id: "5", name: "Nora_90", date: "منذ 10 أيام", title: "عميلة", quote: "منصة احترافية جداً", tag: "مكتمل", avatarSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg", imageSrc: "http://img.b2bpic.net/free-photo/suit-tie-formalwear-tailormade-business_53876-13785.jpg", imageAlt: "financial dashboard dark mode" }
]}
title="تقييمات العملاء"
description="آراء عملائنا الذين وثقوا بنا."
@@ -248,18 +121,8 @@ export default function LandingPage() {
title="هل تريد إنشاء معاملة؟"
description="تواصل معنا وابدأ الآن."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "اسمك الكريم",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "رقم الجوال",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "اسمك الكريم", required: true },
+ { name: "phone", type: "tel", placeholder: "رقم الجوال", required: true }
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-luxurious-corporate-high-end-office-designed-ceo-leader_482257-101437.jpg"
imageAlt="مكتب وسطاء"
@@ -269,30 +132,8 @@ export default function LandingPage() {