Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Elevé Airport Transfers"
|
||||
description="Experience luxury ground transportation with our premium fleet of executive vehicles. Seamless, punctual, and sophisticated service for the discerning traveler."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Luxury Travel"
|
||||
tagIcon={Car}
|
||||
tagAnimation="slide-up"
|
||||
@@ -145,23 +145,17 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", handle: "@james_mitchell", testimonial: "Absolutely outstanding service. The driver was professional, the vehicle immaculate, and the experience exceeded all my expectations. Elevé Transfers has become my preferred choice for all airport journeys.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "James Mitchell"},
|
||||
id: "1", name: "James Mitchell", handle: "@james_mitchell", testimonial: "Absolutely outstanding service. The driver was professional, the vehicle immaculate, and the experience exceeded all my expectations. Elevé Transfers has become my preferred choice for all airport journeys.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahchen_travel", testimonial: "Reliable, punctual, and luxurious. Every detail is perfectly executed. I've recommended Elevé to all my business colleagues and they've had the same exceptional experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Sarah Chen"},
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahchen_travel", testimonial: "Reliable, punctual, and luxurious. Every detail is perfectly executed. I've recommended Elevé to all my business colleagues and they've had the same exceptional experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3", name: "Marcus Thompson", handle: "@marcus_executive", testimonial: "The level of professionalism and attention to detail is unmatched. From the pristine vehicle to the courteous service, Elevé Transfers represents the gold standard in luxury transportation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg", imageAlt: "Marcus Thompson"},
|
||||
id: "3", name: "Marcus Thompson", handle: "@marcus_executive", testimonial: "The level of professionalism and attention to detail is unmatched. From the pristine vehicle to the courteous service, Elevé Transfers represents the gold standard in luxury transportation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg", imageAlt: "Marcus Thompson"},
|
||||
{
|
||||
id: "4", name: "Isabella Rodriguez", handle: "@isabellar_travels", testimonial: "I've used many transfer services globally, but none compare to Elevé. The elegance, reliability, and personalized attention make every journey feel special. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Isabella Rodriguez"},
|
||||
id: "4", name: "Isabella Rodriguez", handle: "@isabellar_travels", testimonial: "I've used many transfer services globally, but none compare to Elevé. The elegance, reliability, and personalized attention make every journey feel special. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Isabella Rodriguez"},
|
||||
{
|
||||
id: "5", name: "David Park", handle: "@davidpark_biz", testimonial: "Professional drivers, immaculate vehicles, and impeccable timing. Elevé Transfers has earned my trust completely. They understand what luxury service truly means.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Park"},
|
||||
id: "5", name: "David Park", handle: "@davidpark_biz", testimonial: "Professional drivers, immaculate vehicles, and impeccable timing. Elevé Transfers has earned my trust completely. They understand what luxury service truly means.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Park"},
|
||||
{
|
||||
id: "6", name: "Emma Watson", handle: "@emmatravel_uk", testimonial: "From booking to arrival, every interaction has been seamless and elegant. Elevé Transfers consistently delivers on their promise of premium service. A pleasure to recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "Emma Watson"},
|
||||
id: "6", name: "Emma Watson", handle: "@emmatravel_uk", testimonial: "From booking to arrival, every interaction has been seamless and elegant. Elevé Transfers consistently delivers on their promise of premium service. A pleasure to recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "Emma Watson"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user