From fb3a5d7d56c4b24d7bad7877636ad41659c5a9de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:45:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b948460..99070d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + buttons={[ + { text: "Schedule Now", href: "#contact" } + ]} plans={[ { id: "1", badge: "Essential", price: "$65", subtitle: "Includes cut and organic wash", features: [ -- 2.49.1