5 Commits

Author SHA1 Message Date
493523c98d Update src/app/page.tsx 2026-03-05 04:32:41 +00:00
ed05376321 Update src/app/layout.tsx 2026-03-05 04:32:41 +00:00
b816cc7e70 Merge version_1 into main
Merge version_1 into main
2026-03-03 02:44:24 +00:00
2527ed3c95 Merge version_1 into main
Merge version_1 into main
2026-03-03 02:43:29 +00:00
1d327e7431 Merge version_1 into main
Merge version_1 into main
2026-03-03 02:42:03 +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>
);
}
}