Merge version_1 into main #2
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_52683-32100.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_52683-32100.jpg"
|
||||
imageAlt="RapidoStyle ridesharing app booking interface"
|
||||
className="w-full"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Instant Booking", description: "Book your ride in seconds. Enter pickup and drop-off, confirm, and a driver arrives within 2 minutes.", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_52683-32100.jpg?_wi=2"
|
||||
title: "Instant Booking", description: "Book your ride in seconds. Enter pickup and drop-off, confirm, and a driver arrives within 2 minutes.", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_52683-32100.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
tag="Trusted Partner"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
|
||||
Reference in New Issue
Block a user