Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -71,13 +71,28 @@ export default function TestimonialsPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up" {/* Line 72, column 8: Added missing prop */}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Ahmed Al-Farsi", role: "CEO", company: "Global Energy Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg", imageAlt: "Ahmed Al-Farsi" },
|
||||
{ id: "t2", name: "Fatima Zahra", role: "HSE Manager", company: "Apex Constructors", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", imageAlt: "Fatima Zahra" },
|
||||
{ id: "t3", name: "Omar Benali", role: "Safety Consultant", company: "CertifyPro Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886814.jpg", imageAlt: "Omar Benali" },
|
||||
{ id: "t4", name: "Layla Mansour", role: "Operations Director", company: "LogiChain Solutions", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg", imageAlt: "Layla Mansour" },
|
||||
{ id: "t5", name: "Youssef El-Hajj", role: "Training Center Director", company: "EcoGuard Alliance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg", imageAlt: "Youssef El-Hajj" }
|
||||
{
|
||||
id: "t1", name: "Ahmed Al-Farsi", role: "CEO", company: "Global Energy Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg", imageAlt: "Ahmed Al-Farsi"
|
||||
},
|
||||
{
|
||||
id: "t2", name: "Fatima Zahra", role: "HSE Manager", company: "Apex Constructors", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", imageAlt: "Fatima Zahra"
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Omar Benali", role: "Safety Consultant", company: "CertifyPro Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886814.jpg", imageAlt: "Omar Benali"
|
||||
},
|
||||
{
|
||||
id: "t4", name: "Layla Mansour", role: "Operations Director", company: "LogiChain Solutions", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg", imageAlt: "Layla Mansour"
|
||||
},
|
||||
{
|
||||
id: "t5", name: "Youssef El-Hajj", role: "Training Center Director", company: "EcoGuard Alliance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg", imageAlt: "Youssef El-Hajj"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", description: "Satisfied Clients" },
|
||||
|
||||
Reference in New Issue
Block a user