Update src/app/page.tsx

This commit is contained in:
2026-04-18 11:35:39 +00:00
parent f9d45edb71
commit 1ae7ede035

View File

@@ -105,9 +105,9 @@ export default function LandingPage() {
textboxLayout="default"
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?_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: "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: "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: "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"
description="Flexible options for your health journey."
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}