3 Commits

Author SHA1 Message Date
be330b3ee3 Merge version_2 into main
Merge version_2 into main
2025-12-20 14:04:57 +00:00
a5dda0758a Update src/app/page.tsx 2025-12-20 14:04:53 +00:00
351a532287 Update src/app/layout.tsx 2025-12-20 14:04:52 +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>
); );
} }