Update src/app/page.tsx
This commit is contained in:
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our satisfied customers across the region."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ali R.", role: "Homeowner", testimonial: "Great service and reliable solutions! The team was professional and the installation was flawless. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-happy-trustworthy-male-cli-1774418445600-6ac208ab.png", icon: Star },
|
||||
{ id: "2", name: "Fatima S.", role: "Business Owner", testimonial: "Highly recommended for CCTV and solar. Their hybrid system has significantly improved our security and reduced electricity costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-satisfied-female-client-fr-1774418441883-eab143a9.png", icon: Star },
|
||||
{ id: "3", name: "Imran K.", role: "Residential Client", testimonial: "Exceptional quality and swift installation. Our home feels much safer with their CCTV system and the solar panels are working great.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-happy-trustworthy-male-cli-1774418445600-6ac208ab.png", icon: Star },
|
||||
{ id: "4", name: "Aisha B.", role: "School Administrator", testimonial: "The solar grid for our school has been a game-changer. Uninterrupted power supply is crucial, and they delivered perfectly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-satisfied-female-client-fr-1774418441883-eab143a9.png", icon: Star }
|
||||
{ id: "1", name: "Ali R.", role: "Homeowner", testimonial: "Great service and reliable solutions! The team was professional and the installation was flawless. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-happy-trustworthy-male-cli-1774418445600-6ac208ab.png?_wi=1", icon: Star },
|
||||
{ id: "2", name: "Fatima S.", role: "Business Owner", testimonial: "Highly recommended for CCTV and solar. Their hybrid system has significantly improved our security and reduced electricity costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-satisfied-female-client-fr-1774418441883-eab143a9.png?_wi=1", icon: Star },
|
||||
{ id: "3", name: "Imran K.", role: "Residential Client", testimonial: "Exceptional quality and swift installation. Our home feels much safer with their CCTV system and the solar panels are working great.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-happy-trustworthy-male-cli-1774418445600-6ac208ab.png?_wi=2", icon: Star },
|
||||
{ id: "4", name: "Aisha B.", role: "School Administrator", testimonial: "The solar grid for our school has been a game-changer. Uninterrupted power supply is crucial, and they delivered perfectly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQPU2XvbmkOvuR7PxX9UHMCGI0/portrait-of-a-satisfied-female-client-fr-1774418441883-eab143a9.png?_wi=2", icon: Star }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user