4 Commits

Author SHA1 Message Date
1ae7ede035 Update src/app/page.tsx 2026-04-18 11:35:39 +00:00
f9d45edb71 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:33:45 +00:00
6dbf4271c1 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:33:22 +00:00
6cf701c40f Merge version_1 into main
Merge version_1 into main
2026-04-18 11:32:51 +00:00

View File

@@ -105,9 +105,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 +188,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }