From 323b0d688d0538b3308fd729eedd0a2dda83ca59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:22:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d917b9b..c05d934 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d087566b4847f51e4f983ad8541ccfc96dfce863 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:22:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b8b0fc..51df4d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,8 +167,8 @@ export default function HomePage() { title="Let's Build Your Next Website" description="Schedule a free 30-minute consultation with our team to discuss your project, goals, and how we can help you grow your business." buttons={[ - { text: "Schedule Consultation", href: "#contact-form" }, - { text: "View Portfolio", href: "/services" }, + { text: "Book Your Free Consultation Today", href: "#contact-form" }, + { text: "Download Our Work Portfolio", href: "/services" }, ]} background={{ variant: "radial-gradient" }} useInvertedBackground={true} @@ -218,4 +218,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1