From 1d28e46c95ef2e986f59fe169bb15f2db504fd7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:53:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53325ce..46a3c5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,10 +143,8 @@ export default function LandingPage() { ariaLabel="Services section" className="py-16" containerClassName="max-w-6xl mx-auto" - cardTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" - cardDescriptionClassName="text-lg text-foreground/70 mb-8" - cardTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" - cardDescriptionClassName="text-lg text-foreground/70 mb-8" + titleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" + descriptionClassName="text-lg text-foreground/70 mb-8" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" />