Merge version_1_1781348558651 into main #1
@@ -11,42 +11,23 @@ export default function TestimonialsPage() {
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Reviews"
|
||||
title="Traveler Highlights"
|
||||
description="Real feedback from our satisfied adventurers."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Traveler A",
|
||||
role: "Explorer",
|
||||
company: "Global Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/30945515/pexels-photo-30945515.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Traveler A", role: "Explorer", company: "Global Group", rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/30945515/pexels-photo-30945515.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Traveler B",
|
||||
role: "Photographer",
|
||||
company: "Creative",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/6931352/pexels-photo-6931352.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Traveler B", role: "Photographer", company: "Creative", rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/6931352/pexels-photo-6931352.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Traveler C",
|
||||
role: "Student",
|
||||
company: "Academia",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/7736043/pexels-photo-7736043.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Traveler C", role: "Student", company: "Academia", rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/7736043/pexels-photo-7736043.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Traveler D",
|
||||
role: "Tourist",
|
||||
company: "Leisure",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/7731323/pexels-photo-7731323.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Traveler D", role: "Tourist", company: "Leisure", rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/7731323/pexels-photo-7731323.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Traveler E",
|
||||
role: "Adventure seeker",
|
||||
company: "Active",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/6170564/pexels-photo-6170564.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Traveler E", role: "Adventure seeker", company: "Active", rating: 5,
|
||||
imageSrc: "https://images.pexels.com/photos/6170564/pexels-photo-6170564.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -60,23 +41,11 @@ export default function TestimonialsPage() {
|
||||
description="Hear directly from those who traveled with us."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sam",
|
||||
role: "Photographer",
|
||||
quote: "Incredible desert experience.",
|
||||
imageSrc: "https://images.pexels.com/photos/2986239/pexels-photo-2986239.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Sam", role: "Photographer", quote: "Incredible desert experience.", imageSrc: "https://images.pexels.com/photos/2986239/pexels-photo-2986239.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Elena",
|
||||
role: "Blogger",
|
||||
quote: "Best trip of my life.",
|
||||
imageSrc: "https://images.pexels.com/photos/6931035/pexels-photo-6931035.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Elena", role: "Blogger", quote: "Best trip of my life.", imageSrc: "https://images.pexels.com/photos/6931035/pexels-photo-6931035.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
{
|
||||
name: "Max",
|
||||
role: "Traveler",
|
||||
quote: "Seamless logistics.",
|
||||
imageSrc: "https://images.pexels.com/photos/23496880/pexels-photo-23496880.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
name: "Max", role: "Traveler", quote: "Seamless logistics.", imageSrc: "https://images.pexels.com/photos/23496880/pexels-photo-23496880.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user