From 23d44332fa9456a7480d1ace860651e99f1a571d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:39:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d397161..222efce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,6 @@ export default function LandingPage() { tag="Portfolio" tagIcon={Award} tagAnimation="blur-reveal" - textboxLayout="default" useInvertedBackground={false} animationType="slide-up" gridVariant="three-columns-all-equal-width" @@ -108,6 +107,7 @@ export default function LandingPage() { ]} buttons={[{ text: "View All Projects", href: "#featured" }]} buttonAnimation="blur-reveal" + textboxLayout="default" ariaLabel="Featured portfolio projects" /> @@ -133,7 +133,6 @@ export default function LandingPage() { tag="Services" tagIcon={Zap} tagAnimation="blur-reveal" - textboxLayout="default" useInvertedBackground={false} mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg" -- 2.49.1