Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 19:25:48 +00:00

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>