3 Commits

Author SHA1 Message Date
928320b827 Update src/app/page.tsx 2026-03-03 04:47:36 +00:00
3dec989bc0 Update src/app/layout.tsx 2026-03-03 04:47:36 +00:00
db5ae58bf8 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:45:36 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -65,6 +65,12 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselPosition="right" carouselPosition="right"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 3" }
]}
avatarText="1,000+ Transformations Achieved"
/> />
</div> </div>