From 34d3a25640dfb3b61f12a339f7bbf044ef7c1380 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f781ef..ea7f0d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Start a Project", href: "https://example.com/contact" }, + { text: "Book a Design Consultation", href: "https://example.com/contact" }, { text: "Schedule a Call", href: "https://calendly.com/example" }, ]} /> -- 2.49.1