diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b54d7b..220cb56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmall" - background="circleGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Wellness & Recovery" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imagePosition="right" imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg" imageAlt="Professional massage therapy in relaxing spa environment" @@ -60,13 +60,16 @@ export default function LandingPage() { testimonials={[ { name: "Maria Johnson", handle: "Local Resident", testimonial: "Best massage experience in Madera! My back pain finally went away.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg" + }, { name: "David Chen", handle: "Regular Client", testimonial: "Anand is incredibly skilled and professional. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-thumbs-up_1262-2446.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-thumbs-up_1262-2446.jpg" + }, { name: "Sarah Williams", handle: "Madera Acres", testimonial: "Finally found a therapist I trust. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -85,21 +88,24 @@ export default function LandingPage() { features={[ { id: 1, - title: "Deep Tissue Massage", description: "Target deeper muscle layers to release chronic tension and restore muscle function. Perfect for athletes and those with stubborn pain.", imageSrc: "http://img.b2bpic.net/free-photo/female-therapist-rehabilitation-center-putting-shoulder-support-man_23-2150356744.jpg?_wi=1", imageAlt: "Deep tissue massage therapy session"}, + title: "Deep Tissue Massage", description: "Target deeper muscle layers to release chronic tension and restore muscle function. Perfect for athletes and those with stubborn pain.", imageSrc: "http://img.b2bpic.net/free-photo/female-therapist-rehabilitation-center-putting-shoulder-support-man_23-2150356744.jpg", imageAlt: "Deep tissue massage therapy session" + }, { id: 2, - title: "Therapeutic Massage", description: "Comprehensive treatment combining multiple techniques to address pain relief, muscle recovery, and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg?_wi=1", imageAlt: "Therapeutic massage pain relief treatment"}, + title: "Therapeutic Massage", description: "Comprehensive treatment combining multiple techniques to address pain relief, muscle recovery, and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg", imageAlt: "Therapeutic massage pain relief treatment" + }, { id: 3, - title: "Relaxation Massage", description: "Gentle, soothing treatment designed to reduce stress, promote relaxation, and improve circulation.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-creative-feng-shui-assortment_23-2149058791.jpg?_wi=1", imageAlt: "Relaxation massage therapy calm environment"}, + title: "Relaxation Massage", description: "Gentle, soothing treatment designed to reduce stress, promote relaxation, and improve circulation.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-creative-feng-shui-assortment_23-2149058791.jpg", imageAlt: "Relaxation massage therapy calm environment" + }, { id: 4, - title: "Pain Relief Massage", description: "Targeted therapy for muscle soreness, injury recovery, and managing chronic pain conditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg?_wi=2", imageAlt: "Pain relief massage therapy treatment"}, + title: "Pain Relief Massage", description: "Targeted therapy for muscle soreness, injury recovery, and managing chronic pain conditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg", imageAlt: "Pain relief massage therapy treatment" + }, ]} buttons={[{ text: "Schedule Your Treatment", href: "#contact" }]} buttonAnimation="slide-up" useInvertedBackground={true} - mediaAnimation="slide-up" /> @@ -132,13 +138,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Wellness", name: "Pain Relief", price: "Proven Results", rating: 5, - reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/female-therapist-rehabilitation-center-putting-shoulder-support-man_23-2150356744.jpg?_wi=2", imageAlt: "Pain relief benefits from massage"}, + reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/female-therapist-rehabilitation-center-putting-shoulder-support-man_23-2150356744.jpg", imageAlt: "Pain relief benefits from massage" + }, { id: "2", brand: "Wellness", name: "Stress Reduction", price: "Immediate", rating: 5, - reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-creative-feng-shui-assortment_23-2149058791.jpg?_wi=2", imageAlt: "Stress reduction massage benefits"}, + reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-creative-feng-shui-assortment_23-2149058791.jpg", imageAlt: "Stress reduction massage benefits" + }, { id: "3", brand: "Wellness", name: "Improved Circulation", price: "Long-Term", rating: 5, - reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg?_wi=3", imageAlt: "Circulation improvement benefits"}, + reviewCount: "100%", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doing-physical-therapy_23-2149178068.jpg", imageAlt: "Circulation improvement benefits" + }, ]} useInvertedBackground={false} /> @@ -157,16 +166,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Johnson", role: "Local Resident", company: "Madera", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=2", imageAlt: "Maria Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Maria Johnson testimonial" + }, { id: "2", name: "David Chen", role: "Regular Client", company: "Madera Acres", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-thumbs-up_1262-2446.jpg?_wi=2", imageAlt: "David Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-thumbs-up_1262-2446.jpg", imageAlt: "David Chen testimonial" + }, { id: "3", name: "Sarah Williams", role: "Wellness Enthusiast", company: "Madera County", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg?_wi=2", imageAlt: "Sarah Williams testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg", imageAlt: "Sarah Williams testimonial" + }, { id: "4", name: "James Rodriguez", role: "Pain Management", company: "Madera", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-showing-two-thumbs-up_171337-415.jpg", imageAlt: "James Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-showing-two-thumbs-up_171337-415.jpg", imageAlt: "James Rodriguez testimonial" + }, ]} useInvertedBackground={true} /> @@ -184,17 +197,23 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "How long are massage sessions?", content: "We offer flexible session durations including 30-minute express treatments, standard 60-minute sessions, and extended 90-minute deep therapy sessions. Choose what works best for your schedule and needs."}, + id: "1", title: "How long are massage sessions?", content: "We offer flexible session durations including 30-minute express treatments, standard 60-minute sessions, and extended 90-minute deep therapy sessions. Choose what works best for your schedule and needs." + }, { - id: "2", title: "What should I wear to my appointment?", content: "Wear comfortable, loose clothing that you can easily change out of. We provide private changing areas and draping to ensure your comfort and privacy during your massage."}, + id: "2", title: "What should I wear to my appointment?", content: "Wear comfortable, loose clothing that you can easily change out of. We provide private changing areas and draping to ensure your comfort and privacy during your massage." + }, { - id: "3", title: "Do you offer same-day appointments?", content: "We do our best to accommodate same-day appointments when available. Please call us at (559) 664-8562 to check availability and schedule your treatment."}, + id: "3", title: "Do you offer same-day appointments?", content: "We do our best to accommodate same-day appointments when available. Please call us at (559) 664-8562 to check availability and schedule your treatment." + }, { - id: "4", title: "Is massage therapy covered by insurance?", content: "Many insurance plans do cover massage therapy when prescribed by a physician. Please contact your insurance provider or call us to discuss coverage options."}, + id: "4", title: "Is massage therapy covered by insurance?", content: "Many insurance plans do cover massage therapy when prescribed by a physician. Please contact your insurance provider or call us to discuss coverage options." + }, { - id: "5", title: "Are there any health conditions that contraindicate massage?", content: "While massage is beneficial for most people, certain conditions require physician approval. Please inform us of any health concerns during your initial consultation."}, + id: "5", title: "Are there any health conditions that contraindicate massage?", content: "While massage is beneficial for most people, certain conditions require physician approval. Please inform us of any health concerns during your initial consultation." + }, { - id: "6", title: "What areas do you serve?", content: "We serve Madera, Madera Acres, and the surrounding Madera County areas. Our clinic is located at 16930 Road 26, Madera, CA 93638."}, + id: "6", title: "What areas do you serve?", content: "We serve Madera, Madera Acres, and the surrounding Madera County areas. Our clinic is located at 16930 Road 26, Madera, CA 93638." + }, ]} />