2 Commits

Author SHA1 Message Date
bdd4d05efe Update src/app/about/page.tsx 2026-04-15 19:53:05 +00:00
f45727a4bb Update theme colors 2026-04-15 00:55:29 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -54,8 +54,8 @@ export default function LandingPage() {
description="At Husky Haulers, we combine hard work with smart service to make your move stress-free."
metrics={[
{
value: "500+",
title: "Successful Moves",
value: "20+ ",
title: "Reviews ",
},
{
value: "5.0",

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #f5faff;
--card: #ffffff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #e2e2e2;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);