Update src/app/page.tsx

This commit is contained in:
2026-03-15 09:53:30 +00:00
parent ace7522de2
commit 1d28e46c95

View File

@@ -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"
/>
</div>