3 Commits

Author SHA1 Message Date
14568bb9d3 Update src/app/page.tsx 2026-02-20 11:41:11 +00:00
6b4aaf476e Update src/app/layout.tsx 2026-02-20 11:41:10 +00:00
42479a3662 Merge version_19 into main
Merge version_19 into main
2026-02-20 11:33:14 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -221,7 +221,7 @@ export default function FitCoachPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="gap-4"
cardClassName="gap-[100px]"
/>
</div>
@@ -292,4 +292,4 @@ export default function FitCoachPage() {
</div>
</ThemeProvider>
);
}
}