Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-20 14:04:57 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ export default function RootLayout({
<ServiceWrapper> <ServiceWrapper>
<body <body
className={sourceSans3.variable} className={sourceSans3.variable}
style={{
boxShadow: "inset 0 0 60px rgba(0, 0, 0, 0.15)"
}}
> >
<Tag /> <Tag />
{children} {children}
@@ -1261,4 +1264,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -381,4 +381,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }