Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-06-02 20:31:52 +00:00

View File

@@ -75,7 +75,7 @@ export default function WebAgency2Page() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "All Services", href: "#services" }]}n buttonAnimation="slide-up"
buttons={[{ text: "All Services", href: "#services" }]} buttonAnimation="slide-up"
features={[
{
title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search,
@@ -102,7 +102,7 @@ export default function WebAgency2Page() {
description="A selection of projects we've crafted for clients across industries."
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View All Work", href: "/portfolio" }]}n buttonAnimation="slide-up"
buttons={[{ text: "View All Work", href: "/portfolio" }]} buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
{
@@ -272,7 +272,8 @@ export default function WebAgency2Page() {
{ label: "Dribbble", href: "#" },
],
},
]}n />
]}
/>
</ReactLenis>
</ThemeProvider>
);