Update src/app/page.tsx
This commit is contained in:
@@ -144,19 +144,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "سارة علي", role: "متذوقة طعام", company: "مدونة المذاق", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", imageAlt: "Happy woman eating restaurant"},
|
||||
{
|
||||
id: "t2", name: "أحمد الشمري", role: "صاحب عمل", company: "التميز العقاري", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg", imageAlt: "Man enjoying coffee restaurant"},
|
||||
{
|
||||
id: "t3", name: "ليلى خالد", role: "ناقدة مطاعم", company: "مجلة فنون الطهي", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-while-having-lunch_23-2148451611.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-while-having-lunch_23-2148451611.jpg", imageAlt: "Family enjoying meal restaurant"},
|
||||
{
|
||||
id: "t4", name: "يوسف محمد", role: "مهندس", company: "حلول تقنية", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg", imageAlt: "Elderly woman happy dining"},
|
||||
{
|
||||
id: "t5", name: "فاطمة الزهراء", role: "طبيبة", company: "مستشفى الأمل", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg", alt: "فاطمة الزهراء تتناول الطعام الصحي"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg", imageAlt: "فاطمة الزهراء تتناول الطعام الصحي"
|
||||
},
|
||||
]}
|
||||
title="ماذا يقول عملاؤنا"
|
||||
|
||||
Reference in New Issue
Block a user