Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 03:17:36 +00:00

View File

@@ -41,7 +41,8 @@ export default function HomePage() {
brandName="Happy Feet"
navItems={navItems}
button={{
text: "Book Appointment", href: "/contact"}}
text: "Book Appointment", href: "/contact"
}}
/>
</div>
@@ -73,17 +74,25 @@ export default function HomePage() {
<FeatureCardEight
features={[
{
id: "1", title: "Foot Reflexology Massage", description:
"Traditional reflexology targeting pressure points on the feet to improve circulation, reduce pain, and promote natural healing throughout the body.", imageSrc: "http://img.b2bpic.net/free-photo/kid-dance-class-with-teatcher_1157-47395.jpg", imageAlt: "Professional foot reflexology massage therapy"},
id: 1,
title: "Foot Reflexology Massage", description:
"Traditional reflexology targeting pressure points on the feet to improve circulation, reduce pain, and promote natural healing throughout the body.", imageSrc: "http://img.b2bpic.net/free-photo/kid-dance-class-with-teatcher_1157-47395.jpg", imageAlt: "Professional foot reflexology massage therapy"
},
{
id: "2", title: "Full Body Massage", description:
"Comprehensive massage therapy addressing tension throughout your entire body, enhancing relaxation, flexibility, and promoting deep wellness.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-bed_23-2147816958.jpg", imageAlt: "Full body therapeutic massage treatment"},
id: 2,
title: "Full Body Massage", description:
"Comprehensive massage therapy addressing tension throughout your entire body, enhancing relaxation, flexibility, and promoting deep wellness.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-bed_23-2147816958.jpg", imageAlt: "Full body therapeutic massage treatment"
},
{
id: "3", title: "Back & Shoulder Massage", description:
"Targeted therapy focusing on upper body tension, perfect for relieving stress-related tightness and improving posture and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649769.jpg", imageAlt: "Back and shoulder massage therapy"},
id: 3,
title: "Back & Shoulder Massage", description:
"Targeted therapy focusing on upper body tension, perfect for relieving stress-related tightness and improving posture and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649769.jpg", imageAlt: "Back and shoulder massage therapy"
},
{
id: "4", title: "Combo Massage Packages", description:
"Experience the ultimate relaxation with our combination packages blending foot reflexology with full or partial body massage for complete restoration.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-spa_23-2150911779.jpg", imageAlt: "Combo massage package wellness service"},
id: 4,
title: "Combo Massage Packages", description:
"Experience the ultimate relaxation with our combination packages blending foot reflexology with full or partial body massage for complete restoration.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-spa_23-2150911779.jpg", imageAlt: "Combo massage package wellness service"
},
]}
title="Our Signature Services"
description="Discover our carefully curated massage and reflexology treatments designed to relieve stress, pain, and tension while promoting overall wellness."
@@ -98,7 +107,8 @@ export default function HomePage() {
<TextSplitAbout
title="Welcome to Happy Feet"
description={[
"At Happy Feet, we believe wellness is the foundation of a happy, balanced life. Since opening our doors, we have been dedicated to creating a sanctuary where our clients can escape the stresses of daily life and reconnect with their bodies and minds.", "Our mission is simple: to provide affordable, professional massage and reflexology services that genuinely improve your quality of life. Our experienced therapists are trained in traditional and modern wellness techniques, combining ancient healing practices with contemporary understanding of the human body.", "We are committed to creating an atmosphere of complete relaxation and comfort. Every detail—from our serene environment to our personalized service—is designed with your wellness in mind. Whether you're seeking relief from chronic pain, stress reduction, or simply a moment of pure relaxation, Happy Feet is your trusted local wellness partner."]}
"At Happy Feet, we believe wellness is the foundation of a happy, balanced life. Since opening our doors, we have been dedicated to creating a sanctuary where our clients can escape the stresses of daily life and reconnect with their bodies and minds.", "Our mission is simple: to provide affordable, professional massage and reflexology services that genuinely improve your quality of life. Our experienced therapists are trained in traditional and modern wellness techniques, combining ancient healing practices with contemporary understanding of the human body.", "We are committed to creating an atmosphere of complete relaxation and comfort. Every detail—from our serene environment to our personalized service—is designed with your wellness in mind. Whether you're seeking relief from chronic pain, stress reduction, or simply a moment of pure relaxation, Happy Feet is your trusted local wellness partner."
]}
showBorder={true}
useInvertedBackground={false}
buttons={[{ text: "Learn More About Us", href: "/about" }]}
@@ -110,16 +120,20 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Local Business Owner", company: "Bedford", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-massage-spa_23-2148206192.jpg", imageAlt: "happy satisfied customer portrait professional photo"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-massage-spa_23-2148206192.jpg", imageAlt: "happy satisfied customer portrait professional photo"
},
{
id: "2", name: "Michael Chen", role: "Accountant", company: "Arlington", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", imageAlt: "professional man portrait satisfied happy expression"},
imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", imageAlt: "professional man portrait satisfied happy expression"
},
{
id: "3", name: "Jessica Martinez", role: "Teacher", company: "Fort Worth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "smiling woman customer portrait satisfied photo"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "smiling woman customer portrait satisfied photo"
},
{
id: "4", name: "David Williams", role: "Consultant", company: "Euless", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg", imageAlt: "professional man happy customer testimonial portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg", imageAlt: "professional man happy customer testimonial portrait"
},
]}
kpiItems={[
{ value: "1000+", label: "Happy Clients Served" },
@@ -143,26 +157,30 @@ export default function HomePage() {
id: "30-minute", tag: "Quick Refresh", price: "$35", period: "/session", description:
"Perfect for a quick reset. Enjoy a focused 30-minute massage to relieve tension and rejuvenate.", button: { text: "Book Now", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Professional massage therapy", "Calming spa environment", "Premium oils and products"],
"Professional massage therapy", "Calming spa environment", "Premium oils and products"
],
},
{
id: "60-minute", tag: "Popular Choice", tagIcon: Star,
price: "$60", period: "/session", description:
"Our most popular option. Enjoy a full hour of therapeutic massage to melt away stress and pain.", button: { text: "Book Now", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Full therapeutic massage", "Reflexology or full body", "Aromatherapy experience", "Wellness consultation"],
"Full therapeutic massage", "Reflexology or full body", "Aromatherapy experience", "Wellness consultation"
],
},
{
id: "90-minute", tag: "Ultimate Wellness", price: "$85", period: "/session", description:
"The ultimate spa experience. Ninety minutes of comprehensive massage for complete restoration and deep relaxation.", button: { text: "Book Now", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Extended therapeutic massage", "Foot reflexology + body massage", "Premium aromatherapy", "Hot stone treatment option", "Post-massage wellness guidance"],
"Extended therapeutic massage", "Foot reflexology + body massage", "Premium aromatherapy", "Hot stone treatment option", "Post-massage wellness guidance"
],
},
{
id: "combo-package", tag: "Best Value", price: "$120", period: "/package", description:
"Combine the best of both worlds. Foot reflexology paired with full body or targeted massage for complete wellness.", button: { text: "Book Now", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Foot reflexology (30 min)", "Full body or targeted massage (45 min)", "Premium spa amenities", "Relaxation room access", "Personalized wellness plan"],
"Foot reflexology (30 min)", "Full body or targeted massage (45 min)", "Premium spa amenities", "Relaxation room access", "Personalized wellness plan"
],
},
]}
animationType="slide-up"
@@ -180,22 +198,28 @@ export default function HomePage() {
faqs={[
{
id: "1", title: "Do I need to book in advance or can I walk in?", content:
"We welcome both appointments and walk-ins! While we recommend booking in advance to guarantee your preferred time slot, we do our best to accommodate walk-in clients. Same-day appointments are available based on therapist availability."},
"We welcome both appointments and walk-ins! While we recommend booking in advance to guarantee your preferred time slot, we do our best to accommodate walk-in clients. Same-day appointments are available based on therapist availability."
},
{
id: "2", title: "What should I expect during my first visit?", content:
"Your first visit includes a brief wellness consultation where we'll discuss your health history, any areas of concern, and your preferences. This helps our therapists customize your massage experience. Arrive 10-15 minutes early to complete intake forms in our relaxing reception area."},
"Your first visit includes a brief wellness consultation where we'll discuss your health history, any areas of concern, and your preferences. This helps our therapists customize your massage experience. Arrive 10-15 minutes early to complete intake forms in our relaxing reception area."
},
{
id: "3", title: "Are your therapists licensed and certified?", content:
"Yes! All our massage therapists are licensed professionals with extensive training in reflexology, therapeutic massage, and wellness practices. We maintain the highest standards of professionalism and client care."},
"Yes! All our massage therapists are licensed professionals with extensive training in reflexology, therapeutic massage, and wellness practices. We maintain the highest standards of professionalism and client care."
},
{
id: "4", title: "What should I wear and what happens during the massage?", content:
"Wear comfortable, loose clothing. You'll be provided with a private, comfortable massage room. We use professional draping to ensure your privacy and comfort throughout your session. Our therapists will work with you to customize pressure and technique preferences."},
"Wear comfortable, loose clothing. You'll be provided with a private, comfortable massage room. We use professional draping to ensure your privacy and comfort throughout your session. Our therapists will work with you to customize pressure and technique preferences."
},
{
id: "5", title: "Do you offer gift certificates?", content:
"Absolutely! Gift certificates are the perfect present for friends and family. Available in any denomination, they never expire. Contact us at (817) 438-7688 or visit our location to purchase gift certificates."},
"Absolutely! Gift certificates are the perfect present for friends and family. Available in any denomination, they never expire. Contact us at (817) 438-7688 or visit our location to purchase gift certificates."
},
{
id: "6", title: "What are your hours and location?", content:
"We're open daily from 10:00 AM to 10:00 PM at 2105 Harwood Rd #225, Bedford, TX 76021. Easy parking available. Open 7 days a week, including holidays for your convenience."},
"We're open daily from 10:00 AM to 10:00 PM at 2105 Harwood Rd #225, Bedford, TX 76021. Easy parking available. Open 7 days a week, including holidays for your convenience."
},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services, pricing, and booking process. Can't find what you're looking for? Contact us directly!"