4 Commits

Author SHA1 Message Date
091db986c5 Update src/app/styles/variables.css 2026-03-06 08:55:17 +00:00
6c9f1cb912 Update src/app/page.tsx 2026-03-06 08:55:16 +00:00
9def04ecc0 Update src/app/layout.tsx 2026-03-06 08:55:16 +00:00
a19dee4a12 Merge version_2 into main
Merge version_2 into main
2026-03-06 08:52:41 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #001a2e;
--primary-cta: #1a3a5c;
--primary-cta: #d4af37;
--primary-cta-text: #ffffff;
--secondary-cta: #d4af37;
--secondary-cta-text: #1a3a5c;
@@ -214,4 +214,4 @@
--height-140: 126vw;
--height-150: 135vw;
}
}
}