5 Commits

Author SHA1 Message Date
1a23437ca3 Merge version_7 into main
Merge version_7 into main
2026-05-20 17:40:14 +00:00
57433e3630 Update src/app/page.tsx 2026-05-20 17:40:10 +00:00
4ad5459ebe Merge version_7 into main
Merge version_7 into main
2026-05-20 17:36:52 +00:00
7510ba4029 Update src/app/page.tsx 2026-05-20 17:36:49 +00:00
07a5ea9e22 Merge version_6 into main
Merge version_6 into main
2026-05-20 17:34:06 +00:00

View File

@@ -70,8 +70,8 @@ export default function AdeptHandymanLandingPage() {
cardTagIcon={Star}
cardAnimation="slide-up"
testimonials={[
{ id: "t1", name: "Verified Customer", imageSrc: "" },
{ id: "t2", name: "Verified Customer", imageSrc: "" }
{ id: "t1", name: "Verified Customer", imageSrc: "https://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-young-man-clicks-facebook-page-bookmark_482257-116836.jpg?id=415455995" },
{ id: "t2", name: "Verified Customer", imageSrc: "https://img.b2bpic.net/premium-photo/women-holds-smartphone-with-facebook-application-screen_49553-89.jpg?id=3053090" }
]}
useInvertedBackground={true}
/>
@@ -122,4 +122,4 @@ export default function AdeptHandymanLandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}