Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aeb13bdb01 | |||
| 42cc6f3f0f | |||
| 4bdaadfd52 | |||
| c9d4062f5d | |||
| bdd4d05efe | |||
| 4be43d446b | |||
| f45727a4bb | |||
| f21aefc562 | |||
| b6d8287f2b |
@@ -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",
|
||||
|
||||
@@ -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={[
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "5-Star Rated Service", description: "Consistently praised for our care and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-packing-desk-items_23-2149392094.jpg", imageAlt: "Rating Badge"},
|
||||
{
|
||||
title: "24/7 Availability", description: "Moves happen anytime. We are ready when you are.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg", imageAlt: "Clock Icon"},
|
||||
title: "24/7 Availability", description: "Whether it's a late-night emergency or a weekend move, our team is ready whenever you are.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg", imageAlt: "Clock Icon"},
|
||||
{
|
||||
title: "Fast & Careful", description: "Efficient moves without the stress of damage.", imageSrc: "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", imageAlt: "Movers Packing"},
|
||||
]}
|
||||
@@ -158,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user