Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 06:00:35 +00:00

View File

@@ -58,6 +58,10 @@ export default function TulipsResortPage() {
imageAlt="Tulips Resort landscape"
showDimOverlay={true}
textPosition="bottom"
testimonials={[
{ name: "Guest 1", handle: "@guest1", testimonial: "Amazing experience!", rating: 5 },
{ name: "Guest 2", handle: "@guest2", testimonial: "Truly serene.", rating: 5 }
]}
/>
</div>
@@ -86,13 +90,9 @@ export default function TulipsResortPage() {
useInvertedBackground={false}
features={[
{
tag: "Dining", title: "Gourmet Cuisine", subtitle: "World-Class Dining", description: "Indulge in a curated selection of fine dining experiences, featuring locally sourced ingredients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg"},
tag: "Dining", title: "Gourmet Cuisine", subtitle: "World-Class Dining", description: "Indulge in a curated selection of fine dining experiences, featuring locally sourced ingredients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg"},
{
tag: "Spa", title: "Wellness & Spa", subtitle: "Rejuvenate", description: "Escape to our tranquil spa for world-class treatments designed to restore your balance and spirit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg"},
{
tag: "Leisure", title: "Private Pools", subtitle: "Unwind", description: "Enjoy private pool access with stunning views of the surrounding natural landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg"},
{
tag: "Adventure", title: "Nature Trails", subtitle: "Explore", description: "Explore our lush property with private guided tours through our signature tulip gardens.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg"},
tag: "Spa", title: "Wellness & Spa", subtitle: "Rejuvenate", description: "Escape to our tranquil spa for world-class treatments designed to restore your balance and spirit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg"},
]}
/>
</div>
@@ -104,13 +104,12 @@ export default function TulipsResortPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
members={[
{
id: "1", name: "Unmatched Luxury", role: "Every detail of your stay is carefully crafted for ultimate comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-6.jpg"},
id: "1", name: "Unmatched Luxury", role: "Every detail of your stay is carefully crafted for ultimate comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-6.jpg"},
{
id: "2", name: "Exquisite Locations", role: "Nestled in the most beautiful, secluded spots for privacy and beauty.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-7.jpg"},
{
id: "3", name: "Personalized Service", role: "Our staff is dedicated to ensuring every need is met with warmth and professionalism.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-8.jpg"},
id: "2", name: "Exquisite Locations", role: "Nestled in the most beautiful, secluded spots for privacy and beauty.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-7.jpg"},
]}
/>
</div>
@@ -123,13 +122,12 @@ export default function TulipsResortPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
members={[
{
id: "1", name: "Elena Vance", role: "General Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg"},
id: "1", name: "Elena Vance", role: "General Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg"},
{
id: "2", name: "Julian Thorne", role: "Executive Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg"},
{
id: "3", name: "Maya Kincaid", role: "Head of Hospitality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg"},
id: "2", name: "Julian Thorne", role: "Executive Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg"},
]}
/>
</div>
@@ -139,11 +137,10 @@ export default function TulipsResortPage() {
cardTag="Guest Experiences"
cardTitle="See why our guests return year after year."
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Julia & Mark", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg" },
{ id: "2", name: "David S.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg" },
{ id: "3", name: "Anna R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg" },
{ id: "4", name: "Kevin M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg" },
]}
/>
</div>
@@ -155,10 +152,10 @@ export default function TulipsResortPage() {
description="Find answers to common questions about your stay."
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Can I customize my stay?", content: "Yes, we offer concierge services to customize every aspect of your visit, from dining to activities." },
{ id: "2", title: "Is the resort child-friendly?", content: "We welcome families and have tailored activities for children of all ages." },
{ id: "3", title: "Are pets allowed?", content: "We have pet-friendly accommodations available upon prior request." },
]}
/>
</div>
@@ -167,21 +164,19 @@ export default function TulipsResortPage() {
<ContactSplitForm
title="Inquire About Booking"
description="Fill out the form below and we will contact you within 24 hours to arrange your perfect stay."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
multiSelect={{ name: "suite", label: "Select Suite Type", options: ["Garden View", "Ocean Suite", "Luxury Villa"] }}
textarea={{ name: "message", placeholder: "Special requests?", rows: 4 }}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Explore", items: [{ label: "Amenities" }, { label: "Gallery" }, { label: "Events" }] },
{ title: "Company", items: [{ label: "About" }, { label: "Careers" }, { label: "Legal" }] },
{ title: "Contact", items: [{ label: "+1 800-TULIPS" }, { label: "contact@tulipsresort.com" }] },
{ title: "Explore", items: [{ label: "Amenities" }, { label: "Gallery" }] },
{ title: "Company", items: [{ label: "About" }, { label: "Legal" }] },
]}
bottomLeftText="© 2026 Tulips Resort"
bottomRightText="Luxury Hospitality"