Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user