Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Business Executive", testimonial: "Promia made my business trips effortless. Great cars, professional service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
name: "Michael Chen", handle: "Tourist", testimonial: "Best rental experience ever. Easy booking and immaculate vehicles!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Now on WhatsApp", href: "https://wa.me/21629205888" },
|
||||
@@ -146,9 +146,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Service and Fleet Quality", quote: "I've rented from Promia three times now. Every experience has been flawless. The cars are immaculate, the booking process is smooth, and the team is always helpful.", name: "Sarah Johnson", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
|
||||
id: "1", title: "Exceptional Service and Fleet Quality", quote: "I've rented from Promia three times now. Every experience has been flawless. The cars are immaculate, the booking process is smooth, and the team is always helpful.", name: "Sarah Johnson", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "2", title: "Perfect for My Family Vacation", quote: "Promia made our family trip memorable. We rented a spacious SUV, the kids loved it, and the pricing was very reasonable.", name: "Michael Chen", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
id: "2", title: "Perfect for My Family Vacation", quote: "Promia made our family trip memorable. We rented a spacious SUV, the kids loved it, and the pricing was very reasonable.", name: "Michael Chen", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3", title: "Best Rental Experience Ever", quote: "From WhatsApp booking to vehicle delivery, everything was perfect. Professional, courteous, and reliable. Highly recommended!", name: "Emily Rodriguez", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg"},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to rent your perfect car? Book now on WhatsApp or contact us directly. We're here to make your rental experience seamless and enjoyable."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book on WhatsApp", href: "https://wa.me/21629205888" },
|
||||
|
||||
Reference in New Issue
Block a user