diff --git a/src/App.tsx b/src/App.tsx
index 2a4f499..a16af69 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -10,224 +10,181 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial
export default function App() {
return (
<>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+ {
+ name: "Mark D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-avatar-of-a-calm-user-nat-1776156737192-620e9c16.png"
+ },
+ {
+ name: "Elena R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-avatar-of-a-peaceful-user-1776156745029-c4fcc9a6.png"
+ },
+ {
+ name: "James K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-avatar-of-a-happy-user-na-1776156764070-61d13f68.png"
+ },
+ {
+ name: "Lisa M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-portrait-of-a-calm-and-co-1776156779859-43f77f77.png"
+ }
+ ]}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
}