Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-15 21:42:04 +00:00

View File

@@ -46,6 +46,7 @@ export default function WebAgency2Page() {
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "View Our Work", href: "#portfolio" },
{ text: "Our Capabilities", href: "#services" },
{ text: "Portfolio", href: "#portfolio" },
]}
@@ -132,4 +133,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}