Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
329
src/app/page.tsx
329
src/app/page.tsx
@@ -31,34 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Tour",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Tour", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SochiFitness"
|
||||
/>
|
||||
@@ -67,94 +46,32 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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."
|
||||
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: "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: "Maria L.",
|
||||
handle: "@maria_wellness",
|
||||
testimonial: "Professional coaches and amazing energy. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-climber-cheering-feeling-pleased-while-he-stretches-arms_482257-125517.jpg",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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: "Maria L.", handle: "@maria_wellness", testimonial: "Professional coaches and amazing energy. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-climber-cheering-feeling-pleased-while-he-stretches-arms_482257-125517.jpg" },
|
||||
{ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg"
|
||||
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",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-vr-glasses-exercise-outdoors-nature_23-2150379677.jpg",
|
||||
alt: "Woman using vr glasses to exercise outdoors",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-taking-break-from-running_23-2148291421.jpg",
|
||||
alt: "Young woman taking a break from running",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-nature_23-2148291408.jpg",
|
||||
alt: "Sporty woman stretching in nature",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-traveler-hiking-mountains-while-having-his-essentials-backpack_23-2149118738.jpg",
|
||||
alt: "Male traveler hiking on mountains",
|
||||
},
|
||||
{ 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" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-using-vr-glasses-exercise-outdoors-nature_23-2150379677.jpg", alt: "Woman using vr glasses to exercise outdoors" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-taking-break-from-running_23-2148291421.jpg", alt: "Young woman taking a break from running" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-nature_23-2148291408.jpg", alt: "Sporty woman stretching in nature" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-traveler-hiking-mountains-while-having-his-essentials-backpack_23-2149118738.jpg", alt: "Male traveler hiking on mountains" },
|
||||
]}
|
||||
avatarText="Join our 500+ happy fitness travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Trainers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Nutrition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Alpine Trails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Yoga Retreats",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fitness Community",
|
||||
},
|
||||
{ type: "text", text: "Certified Trainers" },
|
||||
{ type: "text", text: "Organic Nutrition" },
|
||||
{ type: "text", text: "Alpine Trails" },
|
||||
{ type: "text", text: "Yoga Retreats" },
|
||||
{ type: "text", text: "Fitness Community" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-couple-lying-mountain-top_181624-56985.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,27 +90,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Training",
|
||||
title: "Outdoor Functional Training",
|
||||
subtitle: "Peak Performance",
|
||||
description: "High-intensity sessions in the fresh mountain air of Sochi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-tourist-woman-with-backpack-relaxing-outdoors_23-2148620141.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Nutrition",
|
||||
title: "Balanced Culinary Program",
|
||||
subtitle: "Healthy Eating",
|
||||
description: "Designed by nutritionists, our meals fuel your fitness goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-holding-big-deep-plate-full-healthy-paleo-vegetarian-salad-made-from-fresh-organic-biological-ingredients-vegetables-fruits-berries-other-nutritional-things_346278-1353.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Adventure",
|
||||
title: "Guided Alpine Hiking",
|
||||
subtitle: "Sochi Exploration",
|
||||
description: "Explore hidden trails with experienced local guides.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cartoon-sports-team_23-2151756298.jpg",
|
||||
},
|
||||
{ tag: "Training", title: "Outdoor Functional Training", subtitle: "Peak Performance", description: "High-intensity sessions in the fresh mountain air of Sochi.", imageSrc: "http://img.b2bpic.net/free-photo/elder-tourist-woman-with-backpack-relaxing-outdoors_23-2148620141.jpg" },
|
||||
{ tag: "Nutrition", title: "Balanced Culinary Program", subtitle: "Healthy Eating", description: "Designed by nutritionists, our meals fuel your fitness goals.", imageSrc: "http://img.b2bpic.net/free-photo/man-hands-holding-big-deep-plate-full-healthy-paleo-vegetarian-salad-made-from-fresh-organic-biological-ingredients-vegetables-fruits-berries-other-nutritional-things_346278-1353.jpg" },
|
||||
{ tag: "Adventure", title: "Guided Alpine Hiking", subtitle: "Sochi Exploration", description: "Explore hidden trails with experienced local guides.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cartoon-sports-team_23-2151756298.jpg" },
|
||||
]}
|
||||
title="Tour Highlights"
|
||||
description="Experience comprehensive wellness in a stunning mountain setting."
|
||||
@@ -206,56 +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: "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" },
|
||||
]}
|
||||
title="Choose Your Tour Package"
|
||||
description="Flexible options for your health journey."
|
||||
@@ -269,33 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "coaches",
|
||||
groupTitle: "Fitness & Wellness",
|
||||
members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Dmitry S.",
|
||||
subtitle: "Head Coach",
|
||||
detail: "Expert in mountain trail training and functional workouts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
|
||||
},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Olga M.",
|
||||
subtitle: "Nutritionist",
|
||||
detail: "Certified specialist in sports nutrition and recovery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nutritionist-with-apple_23-2148302074.jpg",
|
||||
},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Anna K.",
|
||||
subtitle: "Yoga Specialist",
|
||||
detail: "Yoga and mindfulness teacher with 10+ years of experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-62651.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sportswear-holding-yoga-pose-front-calm-lake-mountains_181624-31540.jpg?_wi=3",
|
||||
imageAlt: "fitness instructor mountain guide",
|
||||
id: "coaches", groupTitle: "Fitness & Wellness", members: [
|
||||
{ id: "member-1", title: "Dmitry S.", subtitle: "Head Coach", detail: "Expert in mountain trail training and functional workouts.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg" },
|
||||
{ id: "member-2", title: "Olga M.", subtitle: "Nutritionist", detail: "Certified specialist in sports nutrition and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nutritionist-with-apple_23-2148302074.jpg" },
|
||||
{ id: "member-3", title: "Anna K.", subtitle: "Yoga Specialist", detail: "Yoga and mindfulness teacher with 10+ years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-62651.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
@@ -307,31 +137,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-stylish-sunglasses-looking-camera-fashion-accessories-summer-trends-fashion-street-style-smiling-happy-earrings_285396-6039.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Viktor M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-fit-healthy-asian-woman-posing-park-holding-water-bottle-yoga-rubber-mat_1258-203535.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-glad-tourist-strolls-near-little-brook-focused-away_273609-25955.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alex B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fitness-young-woman-running-with-water-bottle-park_23-2147944557.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ivan P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-man-practicing-yoga_23-2151745593.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-stylish-sunglasses-looking-camera-fashion-accessories-summer-trends-fashion-street-style-smiling-happy-earrings_285396-6039.jpg" },
|
||||
{ id: "t2", name: "Viktor M.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-fit-healthy-asian-woman-posing-park-holding-water-bottle-yoga-rubber-mat_1258-203535.jpg" },
|
||||
{ id: "t3", name: "Sofia R.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-glad-tourist-strolls-near-little-brook-focused-away_273609-25955.jpg" },
|
||||
{ id: "t4", name: "Alex B.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fitness-young-woman-running-with-water-bottle-park_23-2147944557.jpg" },
|
||||
{ id: "t5", name: "Ivan P.", imageSrc: "http://img.b2bpic.net/free-photo/fit-man-practicing-yoga_23-2151745593.jpg" },
|
||||
]}
|
||||
cardTitle="Join Our Fitness Community"
|
||||
cardTag="Stories"
|
||||
@@ -344,21 +154,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is previous experience required?",
|
||||
content: "No, our programs are adaptable for all fitness levels.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What should I pack?",
|
||||
content: "Comfortable gear, running shoes, hiking boots, and a resilient mindset!",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where is the location?",
|
||||
content: "We are based in the beautiful Krasnaya Polyana area of Sochi.",
|
||||
},
|
||||
{ id: "f1", title: "Is previous experience required?", content: "No, our programs are adaptable for all fitness levels." },
|
||||
{ id: "f2", title: "What should I pack?", content: "Comfortable gear, running shoes, hiking boots, and a resilient mindset!" },
|
||||
{ id: "f3", title: "Where is the location?", content: "We are based in the beautiful Krasnaya Polyana area of Sochi." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our tours."
|
||||
@@ -369,18 +167,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Ready for your Sochi adventure?"
|
||||
description="Book your spot now or get in touch for more information."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -388,32 +179,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="SochiFitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Tour",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Tour", items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 SochiFitness Tour"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user