3 Commits

Author SHA1 Message Date
ed581f18bf Update src/app/page.tsx 2026-01-06 14:10:11 +00:00
6d3024d64c Update src/app/layout.tsx 2026-01-06 14:10:10 +00:00
911e2062cc Update src/app/globals.css 2026-01-06 14:10:09 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@
--foreground: #000a18e6;;
--primary-cta: #409fff;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #3b82f6;;
--background-accent: #9bcfff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
@@ -342,4 +342,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}