Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 16:41:46 +00:00

View File

@@ -44,7 +44,7 @@ export default function Page() {
logoText="Studio"
description="We craft digital experiences that inspire. Combining design excellence with strategic thinking to elevate your brand."
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "Get Started Today", href: "#contact" },
{ text: "View Our Work", href: "#features" }
]}
buttonAnimation="blur-reveal"
@@ -163,4 +163,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}