Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:23:52 +00:00

View File

@@ -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"