From 5d11c303dbe76bf493efa1961d246956fd4b5a9a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 19:54:33 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eb821ff..29be490 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,7 +17,7 @@ export default function ContactPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "/contact" }} + button={{ text: "Book Consultation", href: "/contact" }} />
@@ -30,6 +30,8 @@ export default function ContactPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your project..." }} useInvertedBackground={false} + buttonText="Submit Request" + onSubmit={(email) => console.log("Consultation requested for:", email)} />
); -} \ No newline at end of file +} -- 2.49.1 From a027d82d71e8e36cd5ee15c224267faef47bfa70 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 19:54:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dffc4aa..2792fb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LaunchPadLocalPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "/contact" }} + button={{ text: "Book Consultation", href: "/contact" }} />