Update src/app/page.tsx

This commit is contained in:
2026-06-10 11:31:58 +00:00
parent b41b0d2cba
commit 05f0b8fd11

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg"
imageAlt="Young man resting after an intense workout,"
imageAlt="Young man resting after an intense workout"
mediaAnimation="slide-up"
avatars={[
{
@@ -372,4 +372,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}