diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 508028a..a17b1b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,35 +19,19 @@ export default function AboutPage() { const missionFeatures = [ { - title: "Our Mission", - description: "Provide compassionate, professional senior care that honors dignity, promotes wellness, and enables families to maintain meaningful connections across borders.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=3", - imageAlt: "Our mission and values", - buttonIcon: ArrowRight, - buttonHref: "#contact", - }, + title: "Our Mission", description: "Provide compassionate, professional senior care that honors dignity, promotes wellness, and enables families to maintain meaningful connections across borders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Our mission and values", buttonIcon: ArrowRight, + buttonHref: "#contact"}, { - title: "Our Philosophy", - description: "We believe every senior deserves individualized attention, respectful care, and an environment where they can thrive—not just survive. Professional oversight, trained staff, and meaningful activities are essential.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=3", - imageAlt: "Our philosophy and approach", - buttonIcon: ArrowRight, - buttonHref: "#contact", - }, + title: "Our Philosophy", description: "We believe every senior deserves individualized attention, respectful care, and an environment where they can thrive—not just survive. Professional oversight, trained staff, and meaningful activities are essential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Our philosophy and approach", buttonIcon: ArrowRight, + buttonHref: "#contact"}, { - title: "Why Affordable Care Matters", - description: "Senior care shouldn't force families into financial hardship. At 1/3 the cost of California facilities, Serena Center makes quality, professional care accessible to more families.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=2", - imageAlt: "Affordable care accessibility", - buttonIcon: ArrowRight, - buttonHref: "#contact", - }, + title: "Why Affordable Care Matters", description: "Senior care shouldn't force families into financial hardship. At 1/3 the cost of California facilities, Serena Center makes quality, professional care accessible to more families.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Affordable care accessibility", buttonIcon: ArrowRight, + buttonHref: "#contact"}, ]; const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "#services" }, { label: "About Us", href: "/about" }, @@ -55,8 +39,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "#border-convenience" }, { label: "Facilities Tour", href: "#highlights" }, { label: "FAQ", href: "#faq" }, @@ -64,8 +47,7 @@ export default function AboutPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -73,8 +55,7 @@ export default function AboutPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, @@ -100,9 +81,7 @@ export default function AboutPage() { brandName="Serena Center" navItems={navItems} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -113,19 +92,15 @@ export default function AboutPage() { description="Serena Center Tijuana is dedicated to providing exceptional assisted living for seniors seeking affordable, professional care. We bridge the gap between quality healthcare and accessibility for families across California and the U.S.-Mexico border region." metrics={[ { - value: "15+", - title: "Years of Senior Care Experience", - }, + value: "15+", title: "Years of Senior Care Experience"}, { - value: "500+", - title: "Families Served", - }, + value: "500+", title: "Families Served"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg" imageAlt="Serena Center team and residents" useInvertedBackground={false} - mediaAnimation="reveal-blur" - metricsAnimation="reveal-blur" + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" ariaLabel="About Serena Center" /> @@ -137,6 +112,7 @@ export default function AboutPage() { features={missionFeatures} textboxLayout="default" useInvertedBackground={true} + buttonAnimation="blur-reveal" ariaLabel="Our mission and values" /> @@ -147,13 +123,12 @@ export default function AboutPage() { title="Learn More About Our Approach" description="Ready to explore Serena Center for your loved one? Our team is here to answer questions, discuss care options, and help you understand how we can provide exceptional support across the border." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Request Information" termsText="We'll reach out within 24 hours to schedule a consultation or facility tour." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact us for more information" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 67f98c9..45a8469 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,16 +25,14 @@ export default function ContactPage() { @@ -44,13 +42,12 @@ export default function ContactPage() { title="Schedule Your Visit Today" description="Connect with our team to discuss your loved one's care needs, tour our facilities, or request pricing information. We're here to answer all your questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Get Information" termsText="We'll contact you within 24 hours with visit scheduling and facility information." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" /> @@ -61,83 +58,49 @@ export default function ContactPage() { logoText="Serena Center" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Testimonials", - href: "/testimonials", - }, + label: "Testimonials", href: "/testimonials"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Visiting from the U.S.", - href: "/visiting-from-us", - }, + label: "Visiting from the U.S.", href: "/visiting-from-us"}, { - label: "Facilities Tour", - href: "/facilities", - }, + label: "Facilities Tour", href: "/facilities"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { - label: "Phone: 800-030-0070", - href: "tel:8000300070", - }, + label: "Phone: 800-030-0070", href: "tel:8000300070"}, { - label: "Calle Sacramento 12733, Tijuana", - href: "#", - }, + label: "Calle Sacramento 12733, Tijuana", href: "#"}, { - label: "Email: info@serenacare.net", - href: "mailto:info@serenacare.net", - }, + label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net"}, { - label: "Website: serenacare.net", - href: "https://serenacare.net", - }, + label: "Website: serenacare.net", href: "https://serenacare.net"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, ]} diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 7147bdd..cf856c9 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -33,9 +33,7 @@ export default function FacilitiesPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -45,36 +43,21 @@ export default function FacilitiesPage() { title="Our Facilities" description="Tour our clean, comfortable, and welcoming spaces designed with residents' dignity and comfort in mind. Every area is thoughtfully designed to support health, independence, and joyful community living." tag="Facilities Tour" - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" features={[ { - title: "Comfortable Bedrooms", - description: "Bright, modern rooms with individual climate control and comfortable furnishings", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=3", - imageAlt: "Clean comfortable facilities", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Comfortable Bedrooms", description: "Bright, modern rooms with individual climate control and comfortable furnishings", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Dining Areas", - description: "Spacious, bright dining spaces where residents enjoy chef-prepared meals daily", - imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=3", - imageAlt: "Dining facilities", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Dining Areas", description: "Spacious, bright dining spaces where residents enjoy chef-prepared meals daily", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Dining facilities", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Social Spaces", - description: "Common areas for residents to gather, connect, and participate in group activities", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=5", - imageAlt: "Social activity areas", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Social Spaces", description: "Common areas for residents to gather, connect, and participate in group activities", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activity areas", buttonIcon: Heart, + buttonHref: "/contact"}, ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" ariaLabel="Facilities section" /> @@ -86,13 +69,12 @@ export default function FacilitiesPage() { title="See Our Facilities in Person" description="Visit Serena Center and experience firsthand the warm, professional environment where your loved one will receive compassionate care. Our team is ready to show you around and answer any questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Schedule Tour" termsText="We'll contact you within 24 hours to arrange your convenient tour time." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" /> @@ -104,8 +86,7 @@ export default function FacilitiesPage() { logoText="Serena Center" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -113,8 +94,7 @@ export default function FacilitiesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "/visiting-from-us" }, { label: "Facilities Tour", href: "/facilities" }, { label: "FAQ", href: "#faq" }, @@ -122,8 +102,7 @@ export default function FacilitiesPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -131,8 +110,7 @@ export default function FacilitiesPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index cf30cf3..fe87fe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -49,7 +47,7 @@ export default function HomePage() { description="Professional senior care in a warm, safe environment — at a fraction of U.S. costs. Personalized care plans, professional caregivers, and activities designed for dignity and joy." tag="Welcome to Serena Center" tagIcon={Heart} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" textPosition="bottom-left" showBlur={true} showDimOverlay={true} @@ -57,15 +55,11 @@ export default function HomePage() { imageAlt="Serena Center Tijuana modern assisted living facility" buttons={[ { - text: "Call Now", - href: "tel:8000300070", - }, + text: "Call Now", href: "tel:8000300070"}, { - text: "Schedule a Visit", - href: "/contact", - }, + text: "Schedule a Visit", href: "/contact"}, ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" ariaLabel="Hero section - Compassionate Assisted Living" /> @@ -77,44 +71,24 @@ export default function HomePage() { description="Experience the difference of personalized, compassionate care in a professional environment." tag="Our Strengths" tagIcon={Sparkles} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" features={[ { - title: "Personalized Care Plans", - description: "Individual nutrition and activity programs tailored to each resident's needs", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=1", - imageAlt: "Personalized care planning", - buttonIcon: Heart, - buttonHref: "/services", - }, + title: "Personalized Care Plans", description: "Individual nutrition and activity programs tailored to each resident's needs", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Personalized care planning", buttonIcon: Heart, + buttonHref: "/services"}, { - title: "Professional Caregivers", - description: "Trained, compassionate staff dedicated to dignity, respect, and quality care", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=2", - imageAlt: "Professional caregiving staff", - buttonIcon: Heart, - buttonHref: "/about", - }, + title: "Professional Caregivers", description: "Trained, compassionate staff dedicated to dignity, respect, and quality care", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Professional caregiving staff", buttonIcon: Heart, + buttonHref: "/about"}, { - title: "Clean & Comfortable", - description: "Modern facilities with bright rooms, social spaces, and activity areas", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=1", - imageAlt: "Clean comfortable facilities", - buttonIcon: Heart, - buttonHref: "/facilities", - }, + title: "Clean & Comfortable", description: "Modern facilities with bright rooms, social spaces, and activity areas", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, + buttonHref: "/facilities"}, { - title: "Social & Activity Programs", - description: "Engaging activities and social opportunities to promote joy and connection", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=1", - imageAlt: "Social activities for seniors", - buttonIcon: Heart, - buttonHref: "/services", - }, + title: "Social & Activity Programs", description: "Engaging activities and social opportunities to promote joy and connection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities for seniors", buttonIcon: Heart, + buttonHref: "/services"}, ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" ariaLabel="Feature highlights section" /> @@ -126,60 +100,30 @@ export default function HomePage() { description="Professional support across all aspects of daily living and health management." tag="Services" tagIcon={Shield} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" features={[ { - title: "Personalized Care", - description: "Customized care plans addressing each resident's unique health and wellness needs", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=1", - imageAlt: "Personalized care services", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Personalized care services", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Medication Assistance", - description: "Professional medication management and coordination with healthcare providers", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg?_wi=1", - imageAlt: "Medication management", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg", imageAlt: "Medication management", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Daily Living Support", - description: "Assistance with bathing, dressing, grooming, and activities of daily living", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=2", - imageAlt: "Daily living support", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Daily living support", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Nutrition Programs", - description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", - imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=1", - imageAlt: "Nutrition programs", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Nutrition programs", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Activities & Engagement", - description: "Social events, recreational programs, and meaningful activities to promote wellness", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=2", - imageAlt: "Social activities", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "24/7 Supervision", - description: "Round-the-clock professional staff ensuring safety and immediate response to needs", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=1", - imageAlt: "24-7 supervision", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", imageAlt: "24-7 supervision", buttonIcon: Heart, + buttonHref: "/contact"}, ]} textboxLayout="default" useInvertedBackground={true} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" ariaLabel="Care services section" /> @@ -189,34 +133,18 @@ export default function HomePage() { @@ -227,24 +155,20 @@ export default function HomePage() { @@ -256,13 +180,12 @@ export default function HomePage() { title="Schedule Your Visit Today" description="Connect with our team to discuss your loved one's care needs, tour our facilities, or request pricing information. We're here to answer all your questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Get Information" termsText="We'll contact you within 24 hours with visit scheduling and facility information." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" /> @@ -274,8 +197,7 @@ export default function HomePage() { logoText="Serena Center" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -283,8 +205,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "/visiting-from-us" }, { label: "Facilities Tour", href: "/facilities" }, { label: "FAQ", href: "#faq" }, @@ -292,8 +213,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -301,8 +221,7 @@ export default function HomePage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8c7936b..538314e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,9 +33,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -46,60 +44,30 @@ export default function ServicesPage() { description="Professional support across all aspects of daily living and health management. Our team of experienced caregivers ensures your loved one receives exceptional, personalized care every single day." tag="Services" tagIcon={Shield} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" features={[ { - title: "Personalized Care", - description: "Customized care plans addressing each resident's unique health and wellness needs", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=3", - imageAlt: "Personalized care services", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Personalized care services", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Medication Assistance", - description: "Professional medication management and coordination with healthcare providers", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg?_wi=2", - imageAlt: "Medication management", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg", imageAlt: "Medication management", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Daily Living Support", - description: "Assistance with bathing, dressing, grooming, and activities of daily living", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=4", - imageAlt: "Daily living support", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Daily living support", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Nutrition Programs", - description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", - imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=2", - imageAlt: "Nutrition programs", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Nutrition programs", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "Activities & Engagement", - description: "Social events, recreational programs, and meaningful activities to promote wellness", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=4", - imageAlt: "Social activities", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities", buttonIcon: Heart, + buttonHref: "/contact"}, { - title: "24/7 Supervision", - description: "Round-the-clock professional staff ensuring safety and immediate response to needs", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=2", - imageAlt: "24-7 supervision", - buttonIcon: Heart, - buttonHref: "/contact", - }, + title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", imageAlt: "24-7 supervision", buttonIcon: Heart, + buttonHref: "/contact"}, ]} textboxLayout="default" useInvertedBackground={true} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" ariaLabel="Care services section" /> @@ -111,13 +79,12 @@ export default function ServicesPage() { title="Schedule Your Visit Today" description="Connect with our team to discuss your loved one's care needs, tour our facilities, or request pricing information. We're here to answer all your questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Get Information" termsText="We'll contact you within 24 hours with visit scheduling and facility information." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" /> @@ -129,8 +96,7 @@ export default function ServicesPage() { logoText="Serena Center" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -138,8 +104,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "/visiting-from-us" }, { label: "Facilities Tour", href: "/facilities" }, { label: "FAQ", href: "#faq" }, @@ -147,8 +112,7 @@ export default function ServicesPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -156,8 +120,7 @@ export default function ServicesPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 2fc58db..4304a48 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -19,8 +19,7 @@ export default function TestimonialsPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -28,8 +27,7 @@ export default function TestimonialsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "/visiting-from-us" }, { label: "Facilities Tour", href: "/facilities" }, { label: "FAQ", href: "#faq" }, @@ -37,8 +35,7 @@ export default function TestimonialsPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -46,8 +43,7 @@ export default function TestimonialsPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, @@ -76,9 +72,7 @@ export default function TestimonialsPage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -86,34 +80,18 @@ export default function TestimonialsPage() { @@ -125,13 +103,12 @@ export default function TestimonialsPage() { title="Schedule Your Visit Today" description="Connect with our team to discuss your loved one's care needs, tour our facilities, or request pricing information. We're here to answer all your questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Get Information" termsText="We'll contact you within 24 hours with visit scheduling and facility information." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" /> diff --git a/src/app/visiting-from-us/page.tsx b/src/app/visiting-from-us/page.tsx index 04f468f..3ba53bb 100644 --- a/src/app/visiting-from-us/page.tsx +++ b/src/app/visiting-from-us/page.tsx @@ -19,8 +19,7 @@ export default function VisitingFromUsPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -28,8 +27,7 @@ export default function VisitingFromUsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Visiting from the U.S.", href: "/visiting-from-us" }, { label: "Facilities Tour", href: "/facilities" }, { label: "FAQ", href: "#faq" }, @@ -37,8 +35,7 @@ export default function VisitingFromUsPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 800-030-0070", href: "tel:8000300070" }, { label: "Calle Sacramento 12733, Tijuana", href: "#" }, { label: "Email: info@serenacare.net", href: "mailto:info@serenacare.net" }, @@ -46,8 +43,7 @@ export default function VisitingFromUsPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, @@ -76,9 +72,7 @@ export default function VisitingFromUsPage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:8000300070", - }} + text: "Call Now", href: "tel:8000300070"}} /> @@ -86,24 +80,20 @@ export default function VisitingFromUsPage() { @@ -114,13 +104,12 @@ export default function VisitingFromUsPage() { title="Schedule Your Visit Today" description="Connect with our team to discuss your loved one's care needs, tour our facilities, or request pricing information. We're here to answer all your questions." tagIcon={Phone} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" inputPlaceholder="Enter your email" buttonText="Get Information" termsText="We'll contact you within 24 hours with visit scheduling and facility information." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} ariaLabel="Contact section" />