From 362008fa26d67344243b31870b849a9c208f7ea8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:31:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8230c43..c4dd8b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 /> + ]} + /> );