From d8f52d3d88ecc8495d0d29422ad052db11c71513 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:50:21 +0000 Subject: [PATCH] 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 a6b2027..3aa32f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,8 +230,8 @@ export default function LandingPage() { title="Ready to Launch Your Next Browser Extension?" description="Let's collaborate to bring your browser extension idea to life. Whether you're starting from scratch or looking to enhance an existing extension, our team is ready to help you succeed." buttons={[ - { text: "Get In Touch", href: "#" }, - { text: "Schedule a Consultation", href: "#" } + { text: "Start Your Project", href: "#" }, + { text: "Get a Free Quote", href: "#" } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} -- 2.49.1