Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-04 05:51:44 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -104,22 +104,22 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Ahmed Al Mansouri", handle: "CEO, Gulf Investments Ltd", testimonial: "AURUM has been instrumental in managing our precious metals portfolio. Their transparency and reliability are unmatched in the market.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Al Mansouri"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Al Mansouri"},
{
id: "2", name: "Fatima Al Naqbi", handle: "Director, Dubai Trading Co", testimonial: "Exceptional service quality and competitive rates. AURUM understands the needs of serious traders.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Fatima Al Naqbi"},
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Fatima Al Naqbi"},
{
id: "3", name: "Mohammed Al Zaabi", handle: "Partner, Emirates Gold Fund", testimonial: "Professional team, secure platform, and excellent execution. Highly recommended for corporate trading.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Mohammed Al Zaabi"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Mohammed Al Zaabi"},
{
id: "4", name: "Layla Al Suwaidi", handle: "Financial Manager, Arada Corporation", testimonial: "The best trading experience I've had. Fast settlements and reliable customer support.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Layla Al Suwaidi"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Layla Al Suwaidi"},
{
id: "5", name: "Samir Al Hosani", handle: "Investment Director, Abu Dhabi Wealth", testimonial: "AURUM combines security with ease of use. Perfect for managing large positions.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Samir Al Hosani"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Samir Al Hosani"},
{
id: "6", name: "Mariam Al Mazrouei", handle: "Founder, Precious Metals Trading", testimonial: "Excellent platform with real-time pricing and instant execution. Best in class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Mariam Al Mazrouei"},
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Mariam Al Mazrouei"},
]}
showRating={true}
animationType="slide-up"

View File

@@ -73,13 +73,13 @@ export default function PartnersPage() {
testimonials={[
{
id: "1", name: "Ahmed Al Mansouri", handle: "CEO, Gulf Investments Ltd", testimonial: "AURUM has been instrumental in managing our precious metals portfolio. Their transparency and reliability are unmatched in the market.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Al Mansouri"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Ahmed Al Mansouri"},
{
id: "2", name: "Fatima Al Naqbi", handle: "Director, Dubai Trading Co", testimonial: "Exceptional service quality and competitive rates. AURUM understands the needs of serious traders.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Fatima Al Naqbi"},
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=3", imageAlt: "Fatima Al Naqbi"},
{
id: "3", name: "Mohammed Al Zaabi", handle: "Partner, Emirates Gold Fund", testimonial: "Professional team, secure platform, and excellent execution. Highly recommended for corporate trading.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Mohammed Al Zaabi"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Mohammed Al Zaabi"},
]}
showRating={true}
animationType="slide-up"