Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:23:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "Get Your Free Design Audit", href: "contact" },
{ text: "View Our Work", href: "services" }
]}
buttonAnimation="slide-up"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}