From 6e4f21b4a555007db7a4d002b237b62c0069b0ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:31:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df3a850..85f4d3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,23 +242,19 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Catherine Dupont", role: "General Manager", company: "Le Ciel Étoilé Restaurant", rating: 5, - quote: - "Luxeria's AI personalization engine transformed how we engage guests. Our satisfaction scores increased by 45% in just three months. The ROI was immediate and exceptional.", imageSrc: + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-an-elegant-woma-1773069048704-02946e61.png", imageAlt: "Catherine Dupont"}, { id: "2", name: "Ahmad Al-Rashid", role: "Owner", company: "Oasis Luxury Spa & Salon", rating: 5, - quote: - "The intelligent scheduling system alone saved us $200K annually while improving staff satisfaction. Luxeria understood luxury hospitality in ways most tech vendors don't.", imageSrc: + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-confident-man-1773069050067-0aee6d1d.png", imageAlt: "Ahmad Al-Rashid"}, { id: "3", name: "Emma Goldstein", role: "Director of Operations", company: "The Regent Hotel", rating: 5, - quote: - "Direct bookings increased by 280% thanks to their smart reservation system. They brought sophistication and intelligence to our digital presence.", imageSrc: + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-a-professional--1773069048578-93df92a3.png", imageAlt: "Emma Goldstein"}, { id: "4", name: "Francesco Rossi", role: "CEO", company: "Aperitivo Fine Dining Group", rating: 5, - quote: - "Luxeria isn't just a vendor—they're strategic partners who genuinely care about our brand evolution. Their team's hospitality expertise is unmatched in the tech industry.", imageSrc: + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-distinguishe-1773069048048-7ed4ab3f.png", imageAlt: "Francesco Rossi"}, ]} kpiItems={[ -- 2.49.1