Merge version_1 into main #3
@@ -140,11 +140,11 @@ export default function LandingPage() {
|
||||
{ id: "3", title: "Customer Satisfaction", subtitle: "Riders rating their experience", category: "Quality", value: "4.8/5" }
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,11 +169,11 @@ export default function LandingPage() {
|
||||
{ value: "2M+", label: "Total Rides" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={true}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user