From 3d70eacbe0c073e68b85e0a4605a519666078c1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:51:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 53e62b1d6ec1b2932aa2c7eac6fb47a2db05e158 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:51:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1