From fa1c798a1e02b62247307b180f1c22076f97adef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:26:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b933b..34c8099 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { { id: "professionals", title: "Expert", subtitle: "Stylists", category: "Trained Professionals", value: "Skilled Care" } ]} animationType="opacity" - textboxLayout="centered" + textboxLayout="default" 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" -- 2.49.1