From b8e2c49fb5ffdf2253c3cc8d5b4215d2b35d3e63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:33:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d15f55d..b645727 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { name: "Dmitry V.", handle: "@dima_fit", testimonial: "The combination of hiking and yoga in Sochi is unbeatable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-shapely-girl-with-retro-camera-posing-sunny-evening-beach-summer-vacation-tropical-mood-freedom-travel-concept_273443-3449.jpg" }, { name: "Elena P.", handle: "@elena_active", testimonial: "Transformative journey. I feel like a new person.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-sportsman-leans-knees-has-warm-up-exercises-outdoor-workout-sport-goal-wears-black-sport-trousers_273609-29670.jpg" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/female-tourist-sitting-top-gaviota-peak-hiking-trail-overlooking-coast-california_181624-31650.jpg", alt: "Female tourist sitting on top of the Gaviota Peak hiking trail" }, @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Our Sochi Fitness Journey" description="Our tour isn't just about training. It's about disconnecting from stress and reconnecting with yourself. Join us for a curated program of mountain hikes, functional training, and nutrition workshops." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-couple-lying-mountain-top_181624-56985.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-couple-lying-mountain-top_181624-56985.jpg?_wi=1" /> @@ -106,8 +106,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", title: "Weekend Retreat", price: "₽25,000", period: "3 days", features: ["3 Training Sessions", "Healthy Breakfasts", "Hiking Group Access"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/traveller-with-beanie-relaxing-outdoors_23-2148588559.jpg", imageAlt: "Traveller with beanie relaxing outdoors" }, - { id: "pro", title: "One Week Escape", price: "₽55,000", period: "7 days", features: ["Daily Training", "Full Meal Plan", "Individual Consultations", "Guided Excursions"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg", imageAlt: "Traveller with beanie relaxing outdoors" }, - { id: "premium", title: "Total Transformation", price: "₽95,000", period: "10 days", features: ["Personal Coaching", "Custom Nutrition Plan", "SPA Treatments", "VIP Mountain Access"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-couple-lying-mountain-top_181624-56985.jpg", imageAlt: "Traveller with beanie relaxing outdoors" }, + { id: "pro", title: "One Week Escape", price: "₽55,000", period: "7 days", features: ["Daily Training", "Full Meal Plan", "Individual Consultations", "Guided Excursions"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg?_wi=2", imageAlt: "Traveller with beanie relaxing outdoors" }, + { id: "premium", title: "Total Transformation", price: "₽95,000", period: "10 days", features: ["Personal Coaching", "Custom Nutrition Plan", "SPA Treatments", "VIP Mountain Access"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-couple-lying-mountain-top_181624-56985.jpg?_wi=2", imageAlt: "Traveller with beanie relaxing outdoors" }, ]} title="Choose Your Tour Package" description="Flexible options for your health journey." -- 2.49.1