Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f754c164 | |||
| c87dca13fd | |||
| 1085411d19 | |||
| 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",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -26,54 +25,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Husky Haulers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready to Move?"
|
||||
description="Call us at (561) 878-1195 or fill out the form for immediate service."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Move Details / Date",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-finger-cheek-isolated-white-background_141793-84113.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
@@ -81,12 +44,7 @@ export default function LandingPage() {
|
||||
title="Trusted By Industry Leaders"
|
||||
description="We are proud partners with regional property management firms."
|
||||
names={[
|
||||
"Apex Realty",
|
||||
"Downtown Condos",
|
||||
"City Logistics",
|
||||
"Blue Horizon Properties",
|
||||
"Urban Living",
|
||||
]}
|
||||
"Apex Realty", "Downtown Condos", "City Logistics", "Blue Horizon Properties", "Urban Living"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,33 +53,21 @@ export default function LandingPage() {
|
||||
logoText="Husky Haulers"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Residential", href: "/services"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Commercial", href: "/services"},
|
||||
{
|
||||
label: "Packing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Packing", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -130,4 +76,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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