Merge version_1 into main #2
@@ -47,12 +47,11 @@ export default function EventsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Event Quote",
|
||||
href: "tel:+27123456789"
|
||||
text: "Request Event Quote", href: "tel:+27123456789"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg"
|
||||
imageAlt="Beautiful event venue setup"
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
@@ -63,44 +62,28 @@ export default function EventsPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Weddings & Celebrations",
|
||||
tags: [
|
||||
"Up to 150 guests",
|
||||
"Flexible setup"
|
||||
id: "1", title: "Weddings & Celebrations", tags: [
|
||||
"Up to 150 guests", "Flexible setup"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg?_wi=2",
|
||||
imageAlt: "Wedding venue decoration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg", imageAlt: "Wedding venue decoration"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Corporate Events",
|
||||
tags: [
|
||||
"Conference ready",
|
||||
"Team building"
|
||||
id: "2", title: "Corporate Events", tags: [
|
||||
"Conference ready", "Team building"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1",
|
||||
imageAlt: "Corporate dining event"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", imageAlt: "Corporate dining event"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Birthday & Anniversary Parties",
|
||||
tags: [
|
||||
"Intimate gatherings",
|
||||
"Custom catering"
|
||||
id: "3", title: "Birthday & Anniversary Parties", tags: [
|
||||
"Intimate gatherings", "Custom catering"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg?_wi=2",
|
||||
imageAlt: "Celebration party setup"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg", imageAlt: "Celebration party setup"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Product Launches & Conferences",
|
||||
tags: [
|
||||
"Professional setup",
|
||||
"Tech-ready"
|
||||
id: "4", title: "Product Launches & Conferences", tags: [
|
||||
"Professional setup", "Tech-ready"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg?_wi=3",
|
||||
imageAlt: "Professional event setup"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg", imageAlt: "Professional event setup"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -116,39 +99,18 @@ export default function EventsPage() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Nakamura, Event Host",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Outstanding venue for our celebration",
|
||||
quote: "The event team was professional, the venue is stunning, and the catering was delicious. They made our anniversary party unforgettable.",
|
||||
tag: "Event Hosting",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg?_wi=4"
|
||||
id: "1", name: "David Nakamura, Event Host", date: "Date: 28 December 2024", title: "Outstanding venue for our celebration", quote: "The event team was professional, the venue is stunning, and the catering was delicious. They made our anniversary party unforgettable.", tag: "Event Hosting", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson, Couple's Retreat",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Perfect wedding venue!",
|
||||
quote: "The entire team made our wedding day special. From setup to cleanup, everything was seamless. We can't thank them enough for making our celebration perfect.",
|
||||
tag: "Wedding Venue",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg?_wi=5"
|
||||
id: "2", name: "Sarah Johnson, Couple's Retreat", date: "Date: 15 January 2025", title: "Perfect wedding venue!", quote: "The entire team made our wedding day special. From setup to cleanup, everything was seamless. We can't thank them enough for making our celebration perfect.", tag: "Wedding Venue", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18643.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson, Corporate Event Organizer",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "Excellent corporate venue",
|
||||
quote: "We hosted our company retreat here and it was fantastic. The facilities are top-notch, the catering was excellent, and the team was very accommodating to all our needs.",
|
||||
tag: "Corporate Events",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/crazy-excited-man-with-tossed-hair-smiling-broadly_176420-20030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2"
|
||||
id: "3", name: "James Wilson, Corporate Event Organizer", date: "Date: 10 January 2025", title: "Excellent corporate venue", quote: "We hosted our company retreat here and it was fantastic. The facilities are top-notch, the catering was excellent, and the team was very accommodating to all our needs.", tag: "Corporate Events", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-excited-man-with-tossed-hair-smiling-broadly_176420-20030.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Event Hosts Say"
|
||||
description="Real stories from clients who've celebrated their special moments at Botlhale."
|
||||
tag: "Event Reviews"
|
||||
tag="Event Reviews"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -163,39 +125,25 @@ export default function EventsPage() {
|
||||
description="Ready to make your celebration memorable? Get in touch with our event planning team to discuss your vision and requirements."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true
|
||||
},
|
||||
{
|
||||
name: "eventDate",
|
||||
type: "date",
|
||||
placeholder: "Event Date",
|
||||
required: false
|
||||
name: "eventDate", type: "date", placeholder: "Event Date", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your event - type, guest count, special requirements...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your event - type, guest count, special requirements...", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg?_wi=3"
|
||||
imageAlt: "Event venue"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg"
|
||||
imageAlt="Event venue"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
buttonText="Request Quote"
|
||||
@@ -210,18 +158,15 @@ export default function EventsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/botlhaleguesthouse",
|
||||
ariaLabel: "Facebook"
|
||||
href: "https://facebook.com/botlhaleguesthouse", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/botlhaleguesthouse",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com/botlhaleguesthouse", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://wa.me/27123456789",
|
||||
ariaLabel: "WhatsApp"
|
||||
href: "https://wa.me/27123456789", ariaLabel: "WhatsApp"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -41,44 +41,28 @@ export default function SpaPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Full Body Massage",
|
||||
tags: [
|
||||
"Relaxation",
|
||||
"90 min"
|
||||
id: "1", title: "Full Body Massage", tags: [
|
||||
"Relaxation", "90 min"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg?_wi=2",
|
||||
imageAlt: "Full body massage therapy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg", imageAlt: "Full body massage therapy"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Couples Massage Package",
|
||||
tags: [
|
||||
"Romantic",
|
||||
"120 min"
|
||||
id: "2", title: "Couples Massage Package", tags: [
|
||||
"Romantic", "120 min"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg?_wi=2",
|
||||
imageAlt: "Couples spa treatment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg", imageAlt: "Couples spa treatment"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Facial Treatments",
|
||||
tags: [
|
||||
"Skincare",
|
||||
"60 min"
|
||||
id: "3", title: "Facial Treatments", tags: [
|
||||
"Skincare", "60 min"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg?_wi=2",
|
||||
imageAlt: "Premium facial treatment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg", imageAlt: "Premium facial treatment"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Spa Day Package",
|
||||
tags: [
|
||||
"Luxury",
|
||||
"Half Day"
|
||||
id: "4", title: "Spa Day Package", tags: [
|
||||
"Luxury", "Half Day"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg?_wi=2",
|
||||
imageAlt: "Complete spa day experience"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg", imageAlt: "Complete spa day experience"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -91,8 +75,7 @@ export default function SpaPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Spa Session",
|
||||
href: "tel:+27123456789"
|
||||
text: "Book a Spa Session", href: "tel:+27123456789"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -104,34 +87,13 @@ export default function SpaPage() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, Couple's Retreat",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Perfect weekend escape!",
|
||||
quote: "The staff was incredibly welcoming, the rooms immaculate, and the spa treatments truly rejuvenating. We've already booked our next stay!",
|
||||
tag: "Couples Package",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-relaxin-together_23-2149129081.jpg?_wi=2"
|
||||
id: "1", name: "Sarah Johnson, Couple's Retreat", date: "Date: 15 January 2025", title: "Perfect weekend escape!", quote: "The staff was incredibly welcoming, the rooms immaculate, and the spa treatments truly rejuvenating. We've already booked our next stay!", tag: "Couples Package", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg", imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-relaxin-together_23-2149129081.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily Rodriguez, Family Guest",
|
||||
date: "Date: 05 January 2025",
|
||||
title: "Relaxation guaranteed!",
|
||||
quote: "Beautiful pool, clean rooms, and the staff's attention to detail is exceptional. Our kids loved it, and we loved the peace and quiet.",
|
||||
tag: "Family Vacation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-psd/portrait-woman-with-coffee-cup_23-2150116720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-children-hammock_23-2149302335.jpg?_wi=2"
|
||||
id: "2", name: "Emily Rodriguez, Family Guest", date: "Date: 05 January 2025", title: "Relaxation guaranteed!", quote: "Beautiful pool, clean rooms, and the staff's attention to detail is exceptional. Our kids loved it, and we loved the peace and quiet.", tag: "Family Vacation", avatarSrc: "http://img.b2bpic.net/free-psd/portrait-woman-with-coffee-cup_23-2150116720.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-children-hammock_23-2149302335.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amara Okonkwo, Solo Traveler",
|
||||
date: "Date: 22 December 2024",
|
||||
title: "Safe, welcoming, and convenient",
|
||||
quote: "As a solo female traveler, I felt completely safe and welcomed. The location is perfect for exploring Pretoria, and the vibe is so positive.",
|
||||
tag: "Solo Travel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer-front-view_23-2148725209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-smiling-sunbathing-lying-chaises-near-sea_176420-1400.jpg?_wi=2"
|
||||
id: "3", name: "Amara Okonkwo, Solo Traveler", date: "Date: 22 December 2024", title: "Safe, welcoming, and convenient", quote: "As a solo female traveler, I felt completely safe and welcomed. The location is perfect for exploring Pretoria, and the vibe is so positive.", tag: "Solo Travel", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer-front-view_23-2148725209.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-smiling-sunbathing-lying-chaises-near-sea_176420-1400.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Spa Guests Say"
|
||||
@@ -151,39 +113,25 @@ export default function SpaPage() {
|
||||
description="Ready to indulge in relaxation? Contact us to schedule your perfect spa treatment or wellness package."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true
|
||||
},
|
||||
{
|
||||
name: "treatmentDate",
|
||||
type: "date",
|
||||
placeholder: "Preferred Treatment Date",
|
||||
required: false
|
||||
name: "treatmentDate", type: "date", placeholder: "Preferred Treatment Date", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Preferred treatment or special requests...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Preferred treatment or special requests...", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg?_wi=3"
|
||||
imageAlt: "Spa relaxation"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg"
|
||||
imageAlt="Spa relaxation"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
buttonText="Book Treatment"
|
||||
@@ -198,18 +146,15 @@ export default function SpaPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/botlhaleguesthouse",
|
||||
ariaLabel: "Facebook"
|
||||
href: "https://facebook.com/botlhaleguesthouse", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/botlhaleguesthouse",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com/botlhaleguesthouse", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://wa.me/27123456789",
|
||||
ariaLabel: "WhatsApp"
|
||||
href: "https://wa.me/27123456789", ariaLabel: "WhatsApp"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user