Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 04:32:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}