7 Commits

Author SHA1 Message Date
bf2232791e Update src/app/layout.tsx 2026-03-08 13:13:22 +00:00
087cfcb584 Update src/app/page.tsx 2026-03-08 13:12:19 +00:00
6dd2a00061 Update src/app/layout.tsx 2026-03-08 13:12:18 +00:00
afbb15d1a7 Update src/app/page.tsx 2026-03-08 13:10:03 +00:00
504ad9641b Update src/app/layout.tsx 2026-03-08 13:10:03 +00:00
6f24dba945 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:01:21 +00:00
bcd85d2b04 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:00:19 +00:00
2 changed files with 31 additions and 1425 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,9 +22,9 @@ export default function HomePage() {
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="circleGradient"
cardStyle="layered-gradient"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
{/* Navigation */}
@@ -239,6 +239,7 @@ export default function HomePage() {
]}
bottomLeftText="© 2025 MindVault. All rights reserved. Committed to your privacy and growth."
bottomRightText="Made with thoughtfulness for the human mind"
containerClassName="bg-glass backdrop-blur-md border border-glass rounded-lg"
/>
</div>
</ThemeProvider>