Merge version_1_1781999958571 into main #1
@@ -11,268 +11,140 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
title="Escape to Tranquility at Vista Bella"
|
||||
description="Discover world-class spa treatments, natural mineral springs, and personalized wellness retreats designed to restore your body and rejuvenate your spirit. Your sanctuary awaits."
|
||||
primaryButton={{
|
||||
text: "Book Your Retreat",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Explore Amenities",
|
||||
href: "#amenities",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="Escape to Tranquility at Vista Bella"
|
||||
description="Discover world-class spa treatments, natural mineral springs, and personalized wellness retreats designed to restore your body and rejuvenate your spirit. Your sanctuary awaits."
|
||||
primaryButton={{ text: "Book Your Retreat", href: "#contact" }}
|
||||
secondaryButton={{ text: "Explore Amenities", href: "#amenities" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
|
||||
avatarsSrc={[]}
|
||||
avatarText=""
|
||||
names={[]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Philosophy"
|
||||
title="A Sanctuary for Your Soul"
|
||||
description="At Balneario Vista Bella, we blend ancient healing wisdom with contemporary luxury to offer a retreat that nurtures your physical and spiritual well-being. Our hidden oasis is crafted to help you detach from the noise and find the silence within."
|
||||
primaryButton={{
|
||||
text: "View Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-handmade-soap-with-white-towels-sea-salt-composition-tropical-leaves-wooden-background_169016-3302.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Philosophy"
|
||||
title="A Sanctuary for Your Soul"
|
||||
description="At Balneario Vista Bella, we blend ancient healing wisdom with contemporary luxury to offer a retreat that nurtures your physical and spiritual well-being. Our hidden oasis is crafted to help you detach from the noise and find the silence within."
|
||||
primaryButton={{ text: "View Our Story", href: "#" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-handmade-soap-with-white-towels-sea-salt-composition-tropical-leaves-wooden-background_169016-3302.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="amenities" data-section="amenities">
|
||||
<SectionErrorBoundary name="amenities">
|
||||
<div id="amenities" data-section="amenities">
|
||||
<SectionErrorBoundary name="amenities">
|
||||
<FeaturesMediaCarousel
|
||||
tag="Our Amenities"
|
||||
title="Curated Wellness Experiences"
|
||||
description="Indulge in an array of services designed for holistic balance and deep relaxation."
|
||||
items={[
|
||||
{
|
||||
title: "Hydrotherapy Springs",
|
||||
description: "Soak in our natural mineral springs, known for their healing properties.",
|
||||
buttonIcon: "Waves",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-using-gua-sha-face-massage_23-2149406825.jpg",
|
||||
},
|
||||
{
|
||||
title: "Holistic Spa Rituals",
|
||||
description: "Expertly curated treatments from massage to specialized energy work.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000127.jpg",
|
||||
},
|
||||
{
|
||||
title: "Mindfulness Gardens",
|
||||
description: "Find peace in our manicured botanical meditation spaces.",
|
||||
buttonIcon: "Flower2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588734.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Amenities"
|
||||
title="Curated Wellness Experiences"
|
||||
description="Indulge in an array of services designed for holistic balance and deep relaxation."
|
||||
items={[
|
||||
{
|
||||
title: "Hydrotherapy Springs", description: "Soak in our natural mineral springs, known for their healing properties.", buttonIcon: "Waves", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-using-gua-sha-face-massage_23-2149406825.jpg"
|
||||
},
|
||||
{
|
||||
title: "Holistic Spa Rituals", description: "Expertly curated treatments from massage to specialized energy work.", buttonIcon: "Sparkles", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000127.jpg"
|
||||
},
|
||||
{
|
||||
title: "Mindfulness Gardens", description: "Find peace in our manicured botanical meditation spaces.", buttonIcon: "Flower2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588734.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<FeaturesImageBento
|
||||
tag="Resort Life"
|
||||
title="Capture the Vista Bella Essence"
|
||||
description="Take a visual journey through the moments of tranquility waiting for you."
|
||||
items={[
|
||||
{
|
||||
title: "Organic Care",
|
||||
description: "Handcrafted products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-hairy-chest-seaside_23-2150572506.jpg",
|
||||
},
|
||||
{
|
||||
title: "Vista Views",
|
||||
description: "Panoramic landscapes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-morning_422131-85.jpg",
|
||||
},
|
||||
{
|
||||
title: "Mindful Flow",
|
||||
description: "Daily yoga sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-coming-together-outdoor-yoga_1262-20178.jpg",
|
||||
},
|
||||
{
|
||||
title: "Luxury Suites",
|
||||
description: "Pure comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg",
|
||||
},
|
||||
{
|
||||
title: "Healing Cuisine",
|
||||
description: "Nutritious gourmet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295974.jpg",
|
||||
},
|
||||
{
|
||||
title: "Mineral Springs",
|
||||
description: "Nature's embrace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rocks-stacked-near-crystal-clear-water_181624-3075.jpg",
|
||||
},
|
||||
{
|
||||
title: "Serene Rituals",
|
||||
description: "Expert care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Resort Life"
|
||||
title="Capture the Vista Bella Essence"
|
||||
description="Take a visual journey through the moments of tranquility waiting for you."
|
||||
items={[
|
||||
{ title: "Organic Care", description: "Handcrafted products.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-hairy-chest-seaside_23-2150572506.jpg" },
|
||||
{ title: "Vista Views", description: "Panoramic landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/spring-morning_422131-85.jpg" },
|
||||
{ title: "Mindful Flow", description: "Daily yoga sessions.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-coming-together-outdoor-yoga_1262-20178.jpg" },
|
||||
{ title: "Luxury Suites", description: "Pure comfort.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg" },
|
||||
{ title: "Healing Cuisine", description: "Nutritious gourmet.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295974.jpg" },
|
||||
{ title: "Mineral Springs", description: "Nature's embrace.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rocks-stacked-near-crystal-clear-water_181624-3075.jpg" },
|
||||
{ title: "Serene Rituals", description: "Expert care.", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingCenteredCards
|
||||
tag="Wellness Packages"
|
||||
title="Select Your Wellness Path"
|
||||
description="Transparent pricing for an experience of total rejuvenation."
|
||||
plans={[
|
||||
{
|
||||
tag: "Weekend Escape",
|
||||
price: "$799",
|
||||
description: "A perfect quick recharge.",
|
||||
features: [
|
||||
"2 Nights Stay",
|
||||
"2 Spa Treatments",
|
||||
"Breakfast Included",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
price: "$1,499",
|
||||
tag: "Signature Retreat",
|
||||
description: "Experience deep healing.",
|
||||
features: [
|
||||
"4 Nights Stay",
|
||||
"Unlimited Spa Access",
|
||||
"All Meals Included",
|
||||
"Guided Meditation",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Wellness Immersion",
|
||||
price: "$2,899",
|
||||
description: "Total body rejuvenation.",
|
||||
features: [
|
||||
"7 Nights Stay",
|
||||
"Personalized Wellness Plan",
|
||||
"Daily Private Sessions",
|
||||
"Full Board",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Wellness Packages"
|
||||
title="Select Your Wellness Path"
|
||||
description="Transparent pricing for an experience of total rejuvenation."
|
||||
plans={[
|
||||
{
|
||||
tag: "Weekend Escape", price: "$799", description: "A perfect quick recharge.", features: ["2 Nights Stay", "2 Spa Treatments", "Breakfast Included"],
|
||||
primaryButton: { text: "Book Now", href: "#contact" }
|
||||
},
|
||||
{
|
||||
price: "$1,499", tag: "Signature Retreat", description: "Experience deep healing.", features: ["4 Nights Stay", "Unlimited Spa Access", "All Meals Included", "Guided Meditation"],
|
||||
primaryButton: { text: "Book Now", href: "#contact" }
|
||||
},
|
||||
{
|
||||
tag: "Wellness Immersion", price: "$2,899", description: "Total body rejuvenation.", features: ["7 Nights Stay", "Personalized Wellness Plan", "Daily Private Sessions", "Full Board"],
|
||||
primaryButton: { text: "Book Now", href: "#contact" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Guest Stories"
|
||||
title="Voices of Peace"
|
||||
description="What our guests say about their retreat at Vista Bella."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Creative Director",
|
||||
quote: "The most peaceful experience of my adult life. Truly transformative.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delighted-woman-spa-center_1098-3086.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Thornton",
|
||||
role: "Entrepreneur",
|
||||
quote: "Reconnected with my calm. Exceptional service and facilities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-bathrobe-talking-his-wife-while-enjoying-spa_637285-7456.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Wellness Coach",
|
||||
quote: "Vista Bella understands the true art of hospitality and healing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695676.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "Consultant",
|
||||
quote: "Exactly what I needed to reset. Will definitely return.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily Watson",
|
||||
role: "Designer",
|
||||
quote: "The mineral springs were purely magical. So refreshing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-female-friends-with-different-ages-outdoors_52683-101125.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Guest Stories"
|
||||
title="Voices of Peace"
|
||||
description="What our guests say about their retreat at Vista Bella."
|
||||
testimonials={[
|
||||
{ name: "Sarah Jenkins", role: "Creative Director", quote: "The most peaceful experience of my adult life. Truly transformative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delighted-woman-spa-center_1098-3086.jpg" },
|
||||
{ name: "Mark Thornton", role: "Entrepreneur", quote: "Reconnected with my calm. Exceptional service and facilities.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-bathrobe-talking-his-wife-while-enjoying-spa_637285-7456.jpg" },
|
||||
{ name: "Elena Rodriguez", role: "Wellness Coach", quote: "Vista Bella understands the true art of hospitality and healing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695676.jpg" },
|
||||
{ name: "David Wu", role: "Consultant", quote: "Exactly what I needed to reset. Will definitely return.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg" },
|
||||
{ name: "Emily Watson", role: "Designer", quote: "The mineral springs were purely magical. So refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-female-friends-with-different-ages-outdoors_52683-101125.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Questions?"
|
||||
title="Common Inquiries"
|
||||
description="Find all the details for planning your perfect escape."
|
||||
items={[
|
||||
{
|
||||
question: "What is the best way to book?",
|
||||
answer: "You can book directly through our website using the contact form, or call us during business hours.",
|
||||
},
|
||||
{
|
||||
question: "Are children allowed?",
|
||||
answer: "To maintain a tranquil environment, our resort is adults-only.",
|
||||
},
|
||||
{
|
||||
question: "What should I bring?",
|
||||
answer: "Pack comfortable lounge wear, swimwear, and your favorite walking shoes.",
|
||||
},
|
||||
{
|
||||
question: "Do you accommodate dietary needs?",
|
||||
answer: "Yes, our culinary team provides tailored organic meals based on your needs.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Questions?"
|
||||
title="Common Inquiries"
|
||||
description="Find all the details for planning your perfect escape."
|
||||
items={[
|
||||
{ question: "What is the best way to book?", answer: "You can book directly through our website using the contact form, or call us during business hours." },
|
||||
{ question: "Are children allowed?", answer: "To maintain a tranquil environment, our resort is adults-only." },
|
||||
{ question: "What should I bring?", answer: "Pack comfortable lounge wear, swimwear, and your favorite walking shoes." },
|
||||
{ question: "Do you accommodate dietary needs?", answer: "Yes, our culinary team provides tailored organic meals based on your needs." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Rejuvenate?"
|
||||
text="The sanctuary of your dreams is just a message away."
|
||||
primaryButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:reservations@vistabella.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Ready to Rejuvenate?"
|
||||
text="The sanctuary of your dreams is just a message away."
|
||||
primaryButton={{ text: "Contact Us Now", href: "mailto:reservations@vistabella.com" }}
|
||||
secondaryButton={{ text: "View Full Menu", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user