2 Commits

Author SHA1 Message Date
aa79c9df3b Update src/app/page.tsx 2026-03-19 20:33:24 +00:00
0ae3c06f8d Update theme colors 2026-03-19 20:32:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elite Plumbing Solutions"
brandName="G. MCARDLE"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--secondary-cta-text: #000000;
--accent: #e2e2e2;
--background-accent: #c4c4c4;