From b69625fcd135d59b2bbf181a474315ec422180a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:46:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 008f3f6..e2f06e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + buttons={[ + { text: "Request a Custom Quote", href: "#contact" } + ]} plans={[ { id: "min", badge: "Essential", price: "$150+", subtitle: "Single Item Haul", features: [ @@ -133,7 +136,7 @@ export default function LandingPage() { }, ]} 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." /> -- 2.49.1