diff --git a/src/app/page.tsx b/src/app/page.tsx index a9f4f90..d1b933b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />