7 Commits

Author SHA1 Message Date
27a1e343f3 Update src/app/page.tsx 2026-01-07 10:52:04 +00:00
bea6f8a29d Update src/app/page.tsx 2026-01-07 10:51:55 +00:00
7c1133868d Update src/app/page.tsx 2026-01-07 10:51:38 +00:00
b5d8d31d4a Update src/app/layout.tsx 2026-01-07 10:51:37 +00:00
e1acde9bbe Merge version_3 into main
Merge version_3 into main
2026-01-07 10:41:53 +00:00
2b9ef4c70e Merge version_3 into main
Merge version_3 into main
2026-01-07 10:39:46 +00:00
422b271bf2 Merge version_2 into main
Merge version_2 into main
2026-01-07 10:22:12 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -20,8 +20,8 @@ export default function LandingPage() {
sizing="medium" sizing="medium"
background="noise" background="noise"
cardStyle="shadow-colored" cardStyle="shadow-colored"
primaryButtonStyle="flat" primaryButtonStyle="outline"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="light" headingFontWeight="light"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }