From 1a296658f1654bc5757f511b17d8a28051401488 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:54:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3baba42..179ef29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,10 +107,10 @@ export default function LandingPage() { { id: "strategy", title: "Marketing Strategy", description: "Strategic promotional campaigns designed to maximize reach and engagement. We blend creative design with data-driven insights for measurable results.", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg", imageAlt: "Marketing strategy and execution"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[{ text: "Get Started", href: "#contact" }]} buttonAnimation="slide-up" /> -- 2.49.1