diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d39806..4b3cc5a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 517a614..526af4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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' }]} /> @@ -233,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file