Update src/app/page.tsx
This commit is contained in:
@@ -145,10 +145,10 @@ export default function SurfCampPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "delfines", name: "Delfines", price: "$50", variant: "Private Room", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-dress-enjoying-cozy-home_273443-475.jpg", imageAlt: "Private room with ocean view"
|
||||
id: "delfines", name: "Delfines", price: "$50", variant: "Private Room", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-dress-enjoying-cozy-home_273443-475.jpg?_wi=1", imageAlt: "Private room with ocean view"
|
||||
},
|
||||
{
|
||||
id: "macarela", name: "Macarela", price: "$50", variant: "Private Room", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-dress-enjoying-cozy-home_273443-475.jpg", imageAlt: "Private room with relaxed atmosphere"
|
||||
id: "macarela", name: "Macarela", price: "$50", variant: "Private Room", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-dress-enjoying-cozy-home_273443-475.jpg?_wi=2", imageAlt: "Private room with relaxed atmosphere"
|
||||
},
|
||||
{
|
||||
id: "sardinas", name: "Sardinas", price: "$25", variant: "Shared Dorm", imageSrc: "http://img.b2bpic.net/free-photo/single-beds-hotel_1253-276.jpg", imageAlt: "Shared dormitory room"
|
||||
@@ -206,10 +206,10 @@ export default function SurfCampPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", title: "Perfect Surf Trip", quote: "The perfect combination of uncrowded waves and genuine people. Waking up to the sound of the ocean, paddling out, and then sharing meals with other travelers from around the world—this is what travel should feel like.", name: "James", role: "Surfer from Australia", imageSrc: "http://img.b2bpic.net/free-photo/surfer-lifestyle-summer-vacation-close-up-portrait-young-attractive-handsome-tanned-caucasian-athlete-wearing-sunglasses-going-out-surfing_273609-1538.jpg"
|
||||
id: "testimonial-1", title: "Perfect Surf Trip", quote: "The perfect combination of uncrowded waves and genuine people. Waking up to the sound of the ocean, paddling out, and then sharing meals with other travelers from around the world—this is what travel should feel like.", name: "James", role: "Surfer from Australia", imageSrc: "http://img.b2bpic.net/free-photo/surfer-lifestyle-summer-vacation-close-up-portrait-young-attractive-handsome-tanned-caucasian-athlete-wearing-sunglasses-going-out-surfing_273609-1538.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", title: "Authentic Nicaraguan Experience", quote: "El Tránsito is not a generic resort. It's a real place with real people. The instructors are from the village, the food is local, and the vibe is authentically Nicaraguan. Highly recommend.", name: "Sofia", role: "Adventure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11172.jpg"
|
||||
id: "testimonial-2", title: "Authentic Nicaraguan Experience", quote: "El Tránsito is not a generic resort. It's a real place with real people. The instructors are from the village, the food is local, and the vibe is authentically Nicaraguan. Highly recommend.", name: "Sofia", role: "Adventure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11172.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", title: "Digital Nomad Paradise", quote: "Fast WiFi, peaceful coworking space, consistent waves at sunrise, and a community of like-minded remote workers. I came for a week and stayed for a month.", name: "Marcus", role: "Digital Nomad", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-tourist-leaning-railing-listening-music_23-2147860956.jpg"
|
||||
@@ -218,10 +218,10 @@ export default function SurfCampPage() {
|
||||
id: "testimonial-4", title: "Romantic Escape", quote: "My partner and I are not experienced surfers, but the patient instructors made us feel comfortable. Sunsets, good food, and time together in a magical place.", name: "Emma & David", role: "Couple from Canada", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-sightseeing_23-2147827973.jpg"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", title: "Community Vibes", quote: "The best part? The people. Whether it's bonfire nights, fishing trips with locals, or just hammock hangs, the sense of community here is unmatched.", name: "Lucia", role: "Backpacker", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11172.jpg"
|
||||
id: "testimonial-5", title: "Community Vibes", quote: "The best part? The people. Whether it's bonfire nights, fishing trips with locals, or just hammock hangs, the sense of community here is unmatched.", name: "Lucia", role: "Backpacker", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11172.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", title: "Worth Every Penny", quote: "Premium doesn't mean expensive. El Tránsito offers luxury experiences—authentic ones—at fair prices. Best value for an unforgettable retreat.", name: "Roberto", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/surfer-lifestyle-summer-vacation-close-up-portrait-young-attractive-handsome-tanned-caucasian-athlete-wearing-sunglasses-going-out-surfing_273609-1538.jpg"
|
||||
id: "testimonial-6", title: "Worth Every Penny", quote: "Premium doesn't mean expensive. El Tránsito offers luxury experiences—authentic ones—at fair prices. Best value for an unforgettable retreat.", name: "Roberto", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/surfer-lifestyle-summer-vacation-close-up-portrait-young-attractive-handsome-tanned-caucasian-athlete-wearing-sunglasses-going-out-surfing_273609-1538.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
|
||||
Reference in New Issue
Block a user