Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b69625fcd1 | |||
| 96b070a9ec |
@@ -106,6 +106,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Request a Custom Quote", href: "#contact" }
|
||||||
|
]}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "min", badge: "Essential", price: "$150+", subtitle: "Single Item Haul", features: [
|
id: "min", badge: "Essential", price: "$150+", subtitle: "Single Item Haul", features: [
|
||||||
@@ -133,7 +136,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Service Plans"
|
title="Service Plans"
|
||||||
description="Transparent pricing for all your removal and hauling needs."
|
description="Transparent pricing for all your removal and hauling needs. Need a custom solution for larger projects? Request a custom quote below."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user