From ed05376321444517bf1aa5e4854904690f4c5665 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:32:41 +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 d8cdaed..dd31d91 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 493523c98dafb0faf00e083d47533d9afd90a3db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:32:41 +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 35d44c6..062b19b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,7 @@ export default function ArtStudioPage() { text="Ready to bring transformative art into your collection or space? Let's collaborate and create something extraordinary together." animationType="entrance-slide" buttons={[ - { text: "Start Commission", href: "#" }, + { text: "Book Your Commission Consultation", href: "#" }, { text: "Schedule Consultation", href: "#" } ]} background={{ variant: "plain" }} @@ -220,4 +220,4 @@ export default function ArtStudioPage() { ); -} +} \ No newline at end of file -- 2.49.1