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 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