Merge version_1 into main #2
198
src/app/page.tsx
198
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Johnson Chiropractic"
|
||||
/>
|
||||
@@ -55,67 +40,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Trusted Local Chiropractic Care for Pain Relief & Wellness"
|
||||
description="Expert adjustments, family-focused care, and long-term wellness solutions in the heart of our community. Start feeling better today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550123456",
|
||||
},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+15550123456" },
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shirtless-male-athlete-receiving-arm-massage-by-young-doctor-hospital_662251-1600.jpg",
|
||||
alt: "Shirtless male athlete receiving arm massage",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-helping-patient-recover_23-2149173488.jpg",
|
||||
alt: "Close up man helping patient recover",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-woman_23-2149173489.jpg",
|
||||
alt: "Medium shot physiotherapist helping woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-medical-office-physiotherapist-is-rehabilitating-back_1157-43683.jpg",
|
||||
alt: "Man in the medical office rehabilitating back",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-doctor-posing_179666-43610.jpg",
|
||||
alt: "Side view of a doctor posing",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/shirtless-male-athlete-receiving-arm-massage-by-young-doctor-hospital_662251-1600.jpg", alt: "Shirtless male athlete receiving arm massage" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-man-helping-patient-recover_23-2149173488.jpg", alt: "Close up man helping patient recover" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-woman_23-2149173489.jpg", alt: "Medium shot physiotherapist helping woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-medical-office-physiotherapist-is-rehabilitating-back_1157-43683.jpg", alt: "Man in the medical office rehabilitating back" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-doctor-posing_179666-43610.jpg", alt: "Side view of a doctor posing" },
|
||||
]}
|
||||
avatarText="Join 5000+ local patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Back Pain Relief",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Neck Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Wellness",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sport Injury Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Postural Correction",
|
||||
},
|
||||
{ type: "text", text: "Back Pain Relief" },
|
||||
{ type: "text", text: "Neck Care" },
|
||||
{ type: "text", text: "Family Wellness" },
|
||||
{ type: "text", text: "Sport Injury Care" },
|
||||
{ type: "text", text: "Postural Correction" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,21 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Back Pain Relief",
|
||||
description: "Targeted adjustments for lower and upper back relief.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Neck Pain Care",
|
||||
description: "Relieve tension and stiffness through gentle spinal care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Family Wellness",
|
||||
description: "Whole-family adjustments to support long-term health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg?_wi=1",
|
||||
},
|
||||
{ title: "Back Pain Relief", description: "Targeted adjustments for lower and upper back relief.", imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg" },
|
||||
{ title: "Neck Pain Care", description: "Relieve tension and stiffness through gentle spinal care.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg" },
|
||||
{ title: "Family Wellness", description: "Whole-family adjustments to support long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg" },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive care tailored to your unique needs, focused on natural healing and long-term vitality."
|
||||
@@ -152,18 +87,12 @@ export default function LandingPage() {
|
||||
title="Why Choose Us"
|
||||
description="We are committed to providing a welcoming, effective, and community-centric chiropractic experience that puts your long-term health first."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Patients Adjusted",
|
||||
},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "5000+", title: "Patients Adjusted" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,61 +101,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
date: "Jan 2025",
|
||||
title: "Great Staff",
|
||||
quote: "I love going in to that office, his staff is fantastic, just a great place.",
|
||||
tag: "Top Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg?_wi=2",
|
||||
imageAlt: "happy patient testimonial portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Wilson",
|
||||
date: "Dec 2024",
|
||||
title: "Easy Choice",
|
||||
quote: "The choice is easy, choose Johnson Chiropractor!",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg?_wi=2",
|
||||
imageAlt: "happy patient testimonial portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
date: "Nov 2024",
|
||||
title: "Family Wellness",
|
||||
quote: "Our family has been getting adjusted for wellness once a week for many years.",
|
||||
tag: "Family Care",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-family-having-fun_23-2149089431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg?_wi=2",
|
||||
imageAlt: "happy patient testimonial portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Miller",
|
||||
date: "Oct 2024",
|
||||
title: "Effective Relief",
|
||||
quote: "Finally found relief from chronic pain thanks to the team.",
|
||||
tag: "Relief",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-excited-senior-man-wireless-headphones-jogging-outside-low-angle-blue-clear-sky-front-view-copy-space-activity-age-concept_74855-12844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg?_wi=2",
|
||||
imageAlt: "happy patient testimonial portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
date: "Sep 2024",
|
||||
title: "Very Happy",
|
||||
quote: "Professional, clean, and truly cares about my recovery.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-office_23-2147642757.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg?_wi=2",
|
||||
imageAlt: "happy patient testimonial portrait",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", date: "Jan 2025", title: "Great Staff", quote: "I love going in to that office, his staff is fantastic, just a great place.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg", imageAlt: "happy patient testimonial portrait" },
|
||||
{ id: "2", name: "Mark Wilson", date: "Dec 2024", title: "Easy Choice", quote: "The choice is easy, choose Johnson Chiropractor!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg", imageAlt: "happy patient testimonial portrait" },
|
||||
{ id: "3", name: "Emily Davis", date: "Nov 2024", title: "Family Wellness", quote: "Our family has been getting adjusted for wellness once a week for many years.", tag: "Family Care", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-family-having-fun_23-2149089431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg", imageAlt: "happy patient testimonial portrait" },
|
||||
{ id: "4", name: "Robert Miller", date: "Oct 2024", title: "Effective Relief", quote: "Finally found relief from chronic pain thanks to the team.", tag: "Relief", avatarSrc: "http://img.b2bpic.net/free-photo/happy-excited-senior-man-wireless-headphones-jogging-outside-low-angle-blue-clear-sky-front-view-copy-space-activity-age-concept_74855-12844.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg", imageAlt: "happy patient testimonial portrait" },
|
||||
{ id: "5", name: "Jessica Lee", date: "Sep 2024", title: "Very Happy", quote: "Professional, clean, and truly cares about my recovery.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-office_23-2147642757.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg", imageAlt: "happy patient testimonial portrait" },
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Real results from real local families."
|
||||
@@ -238,7 +117,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Dr. Johnson"
|
||||
description="Dr. Johnson has dedicated over 15 years to helping our community live pain-free. Focused on gentle, evidence-based chiropractic adjustments."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg?_wi=3"
|
||||
metrics={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="none"
|
||||
/>
|
||||
@@ -247,19 +127,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Start Feeling Better Today. Same-week appointments available."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550123456",
|
||||
},
|
||||
{
|
||||
text: "Request Appointment",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+15550123456" },
|
||||
{ text: "Request Appointment", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user