From 6b4aaf476e1c81563357f5bad1167f0f87247432 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:41:10 +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 eb5c004..99aa489 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 14568bb9d31c14d5edc6ea7063258d2b8d0d7edb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:41:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75b953c..eca1e3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,7 +221,7 @@ export default function FitCoachPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - cardClassName="gap-4" + cardClassName="gap-[100px]" /> @@ -292,4 +292,4 @@ export default function FitCoachPage() { ); -} \ No newline at end of file +} -- 2.49.1