Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa888da291 | |||
| d0bb06aee3 | |||
| 1ae7ede035 | |||
| f9d45edb71 | |||
| 6dbf4271c1 | |||
| 6cf701c40f |
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Sochi Fitness Tour — Adventure & Health"
|
title="Sochi Fitness Tour — Adventure & Health"
|
||||||
description="Escape to the beautiful mountains of Sochi for an immersive fitness, yoga, and nutrition journey. Rediscover your peak performance."
|
description="Escape to the beautiful mountains of Sochi for an immersive fitness, yoga, and nutrition journey. Rediscover your peak performance."
|
||||||
|
buttons={[{ text: "Book Your Spot", href: "#pricing" }]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ name: "Anna S.", handle: "@anna_fitness", testimonial: "This tour changed my outlook on fitness. The mountains were breathtaking!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg" },
|
{ name: "Anna S.", handle: "@anna_fitness", testimonial: "This tour changed my outlook on fitness. The mountains were breathtaking!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg" },
|
||||||
{ name: "Alex K.", handle: "@alex_travel", testimonial: "Everything was perfectly organized. Best fitness experience in Sochi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-with-teacher-medium-shot_23-2148935661.jpg" },
|
{ name: "Alex K.", handle: "@alex_travel", testimonial: "Everything was perfectly organized. Best fitness experience in Sochi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-with-teacher-medium-shot_23-2148935661.jpg" },
|
||||||
@@ -105,9 +106,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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: "basic", title: "Weekend Retreat", price: "₽25,000", period: "3 days", features: ["3 Training Sessions", "Healthy Breakfasts", "Hiking Group Access"], button: { text: "Start Your Transformation" }, 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?_wi=2", 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: "Start Your Transformation" }, 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" },
|
{ id: "premium", title: "Total Transformation", price: "₽95,000", period: "10 days", features: ["Personal Coaching", "Custom Nutrition Plan", "SPA Treatments", "VIP Mountain Access"], button: { text: "Start Your Transformation" }, 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"
|
title="Choose Your Tour Package"
|
||||||
description="Flexible options for your health journey."
|
description="Flexible options for your health journey."
|
||||||
@@ -188,4 +189,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user