Update src/app/page.tsx

This commit is contained in:
2026-03-14 19:25:44 +00:00
parent 1f130c5fed
commit 895053a2f8

View File

@@ -100,11 +100,11 @@ export default function LandingPage() {
{ id: "professionals", title: "Expert", subtitle: "Stylists", category: "Trained Professionals", value: "Skilled Care" }
]}
animationType="opacity"
textboxLayout="default"
textboxLayout="centered"
useInvertedBackground={false}
containerClassName="bg-gradient-to-r from-[var(--background-accent)] to-[var(--accent)] bg-opacity-10 rounded-xl p-8 md:p-12"
cardClassName="text-center"
titleClassName="text-2xl md:text-3xl font-light mb-2"
textBoxTitleClassName="text-2xl md:text-3xl font-light mb-2"
textBoxDescriptionClassName="text-gray-600 mb-8"
/>
</div>