Merge version_1 into main #2
@@ -53,15 +53,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Margaret Chen", handle: "Travel Enthusiast", testimonial: "The most serene and beautiful hotel experience I've ever had. Every detail was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg"
|
||||
},
|
||||
{
|
||||
name: "James Richardson", handle: "Corporate Executive", testimonial: "Exceptional service and stunning views. I've stayed at many luxury hotels, this is the best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sofia Martinez", handle: "Honeymoon Couple", testimonial: "Our romantic getaway was absolutely magical. We'll be returning soon.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=3"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/umbrellas-deck-chairs-around-outdoor-swimming-pool_74190-9995.jpg"
|
||||
imageAlt="Beautiful hotel exterior with landscaped grounds"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user