diff --git a/src/App.tsx b/src/App.tsx
index 4e0314a..779ee8d 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -12,277 +12,139 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial
export default function App() {
return (
<>
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ title: "Artisan Brewing", description: "Hand-poured perfection by our master baristas.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-lovely-pretty-young-female-model-with-bobbed-hairstyle-shining-smile-being-good-mood-after-successful-shopping-dressed-casual-loose-t-shirt_273609-3588.jpg", buttonText: "Learn More", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg"},
+ ]}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
}