From d9ffebddbbfbc7357f2b5299ed2026e9d805baa0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c16e593..e20254f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function LandingPage() { { id: "3", title: "Customer Satisfaction", subtitle: "Riders rating their experience", category: "Quality", value: "4.8/5" } ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} className="py-16 md:py-24" containerClassName="max-w-7xl mx-auto px-4" @@ -169,7 +169,7 @@ export default function LandingPage() { { value: "2M+", label: "Total Rides" } ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} className="py-16 md:py-24" containerClassName="max-w-7xl mx-auto px-4" -- 2.49.1