Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:51:45 +00:00
parent 3d70eacbe0
commit 53e62b1d6e

View File

@@ -221,6 +221,7 @@ export default function LandingPage() {
{ id: '5', name: 'Cristiano Ronaldo', imageSrc: 'http://img.b2bpic.net/free-photo/young-male-runner-stretching-her-hands-while-exercising-stadium_23-2148162111.jpg', imageAlt: 'Cristiano Ronaldo' },
{ id: '6', name: 'Simone Biles', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3', imageAlt: 'Simone Biles' }
]}
buttons={[{ text: 'Join Millions of Athletes', href: 'products' }]}
/>
</div>
@@ -233,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}