7 Commits

Author SHA1 Message Date
4bdaadfd52 Update src/app/page.tsx 2026-04-15 19:55:05 +00:00
c9d4062f5d Merge version_2 into main
Merge version_2 into main
2026-04-15 19:53:08 +00:00
bdd4d05efe Update src/app/about/page.tsx 2026-04-15 19:53:05 +00:00
4be43d446b Merge version_2 into main
Merge version_2 into main
2026-04-15 00:55:35 +00:00
f45727a4bb Update theme colors 2026-04-15 00:55:29 +00:00
f21aefc562 Merge version_1 into main
Merge version_1 into main
2026-04-15 00:48:36 +00:00
b6d8287f2b Merge version_1 into main
Merge version_1 into main
2026-04-15 00:48:06 +00:00
3 changed files with 7 additions and 7 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

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
title="Stress-Free Moving. Done Right — Anytime, 24/7."
title="Professional, Stress-Free Moving Services, Available 24/7"
description="Fast, reliable, and professional movers you can trust."
buttons={[
{
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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);