Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ae7ede035 | |||
| f9d45edb71 | |||
| 6dbf4271c1 | |||
| 6cf701c40f |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user