diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3c6c257..fb4d0e2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -6,31 +6,28 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
-import Link from "next/link";
import { Award, Users, Clock, Lightbulb } from "lucide-react";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "/" },
- { name: "Services", id: "services" },
- { name: "Providers", id: "providers" },
- { name: "About", id: "about" },
- { name: "Contact", id: "contact" },
+ { name: "Services", id: "/services" },
+ { name: "Providers", id: "/providers" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Services",
- items: [
- { label: "Primary Care", href: "services" },
- { label: "Preventative Care", href: "services" },
- { label: "Mental Health", href: "services" },
- { label: "Telehealth", href: "services" },
+ title: "Services", items: [
+ { label: "Primary Care", href: "#services" },
+ { label: "Preventative Care", href: "#services" },
+ { label: "Mental Health", href: "#services" },
+ { label: "Telehealth", href: "#services" },
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Providers", href: "/providers" },
{ label: "Careers", href: "#" },
@@ -38,8 +35,7 @@ export default function AboutPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "(410) 555-0123", href: "tel:(410)555-0123" },
{ label: "Glen Burnie, MD", href: "#" },
{ label: "Book Appointment", href: "/contact" },
@@ -49,15 +45,7 @@ export default function AboutPage() {
];
const insuranceNames = [
- "Blue Cross Blue Shield",
- "Aetna",
- "United Healthcare",
- "Cigna",
- "Medicare",
- "Medicaid",
- "Tricare",
- "Humana",
- ];
+ "Blue Cross Blue Shield", "Aetna", "United Healthcare", "Cigna", "Medicare", "Medicaid", "Tricare", "Humana"];
return (
@@ -139,38 +120,24 @@ export default function AboutPage() {
description="Schedule an appointment with one of our experienced providers today. We're here to support your wellness journey with compassionate, personalized care."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "service",
- type: "text",
- placeholder: "Preferred Service",
- required: false,
+ name: "service", type: "text", placeholder: "Preferred Service", required: false,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your healthcare needs...",
- rows: 5,
+ name: "message", placeholder: "Tell us about your healthcare needs...", rows: 5,
required: false,
}}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg"
imageAlt="First-Care Wellness clinic interior"
mediaAnimation="slide-up"
mediaPosition="right"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b8d6676..a81e1a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,36 +26,33 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
- { name: "Providers", id: "providers" },
- { name: "About", id: "about" },
- { name: "Contact", id: "cta" },
+ { name: "Providers", id: "/providers" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Services",
- items: [
- { label: "Primary Care", href: "/services" },
- { label: "Preventative Care", href: "/services" },
- { label: "Mental Health", href: "/services" },
- { label: "Telehealth", href: "/services" },
+ title: "Services", items: [
+ { label: "Primary Care", href: "#services" },
+ { label: "Preventative Care", href: "#services" },
+ { label: "Mental Health", href: "#services" },
+ { label: "Telehealth", href: "#services" },
],
},
{
- title: "Company",
- items: [
- { label: "About Us", href: "#about" },
- { label: "Our Providers", href: "#providers" },
+ title: "Company", items: [
+ { label: "About Us", href: "/about" },
+ { label: "Our Providers", href: "/providers" },
{ label: "Careers", href: "#" },
{ label: "News", href: "#" },
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "(410) 555-0123", href: "tel:(410)555-0123" },
{ label: "Glen Burnie, MD", href: "#" },
- { label: "Book Appointment", href: "#cta" },
+ { label: "Book Appointment", href: "/contact" },
{ label: "Patient Portal", href: "#" },
],
},
@@ -88,31 +85,110 @@ export default function HomePage() {
logoText="FIRST-CARE WELLNESS"
description="Compassionate primary care focused on prevention, wellness, and long-term health. Meet experienced providers who listen and care."
buttons={[
- { text: "Book Appointment", href: "#cta" },
+ { text: "Book Appointment", href: "/contact" },
{ text: "Call the Clinic", href: "tel:(410)555-0123" },
]}
slides={[
{
imageSrc:
- "http://img.b2bpic.net/free-photo/glass-buildings-seen-from-lake_1127-2268.jpg",
- imageAlt: "Modern welcoming clinic entrance",
- },
+ "http://img.b2bpic.net/free-photo/glass-buildings-seen-from-lake_1127-2268.jpg", imageAlt: "Modern welcoming clinic entrance"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/happy-senior-woman-communicating-with-health-care-provider-while-he-is-analyzing-medical-data-computer-clinic_637285-1920.jpg",
- imageAlt: "Healthcare provider with patient",
- },
+ "http://img.b2bpic.net/free-photo/happy-senior-woman-communicating-with-health-care-provider-while-he-is-analyzing-medical-data-computer-clinic_637285-1920.jpg", imageAlt: "Healthcare provider with patient"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/female-doctor-reassuring-supporting-senior-adult-patient-hospital-kind-caring-young-woman-nurse-caregiver-helping-older-retired-man-talking-giving-comfort-expressing-care-concept_657921-86.jpg",
- imageAlt: "Compassionate medical consultation",
- },
+ "http://img.b2bpic.net/free-photo/female-doctor-reassuring-supporting-senior-adult-patient-hospital-kind-caring-young-woman-nurse-caregiver-helping-older-retired-man-talking-giving-comfort-expressing-care-concept_657921-86.jpg", imageAlt: "Compassionate medical consultation"},
]}
autoplayDelay={5000}
showDimOverlay={true}
/>
+
+
+
+
@@ -159,33 +228,17 @@ export default function HomePage() {
tag="Our Team"
members={[
{
- id: "1",
- name: "Dr. Sarah Chen",
- role: "Internal Medicine",
- imageSrc:
- "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg?_wi=1",
- },
+ id: "1", name: "Dr. Sarah Chen", role: "Internal Medicine", imageSrc:
+ "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg"},
{
- id: "2",
- name: "Dr. James Mitchell",
- role: "Family Medicine",
- imageSrc:
- "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg?_wi=1",
- },
+ id: "2", name: "Dr. James Mitchell", role: "Family Medicine", imageSrc:
+ "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg"},
{
- id: "3",
- name: "Dr. Patricia Rodriguez",
- role: "Mental Health Specialist",
- imageSrc:
- "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg?_wi=1",
- },
+ id: "3", name: "Dr. Patricia Rodriguez", role: "Mental Health Specialist", imageSrc:
+ "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg"},
{
- id: "4",
- name: "Dr. Michael Okonkwo",
- role: "Preventative Care",
- imageSrc:
- "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg?_wi=1",
- },
+ id: "4", name: "Dr. Michael Okonkwo", role: "Preventative Care", imageSrc:
+ "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -201,41 +254,21 @@ export default function HomePage() {
tag="Patient Reviews"
testimonials={[
{
- id: "1",
- name: "Jennifer Torres",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
+ id: "1", name: "Jennifer Torres", role: "Patient", company: "Glen Burnie", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg?_wi=1",
- },
+ "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg"},
{
- id: "2",
- name: "Marcus Johnson",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
+ id: "2", name: "Marcus Johnson", role: "Patient", company: "Glen Burnie", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg?_wi=1",
- },
+ "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg"},
{
- id: "3",
- name: "Lisa Goldstein",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
+ id: "3", name: "Lisa Goldstein", role: "Patient", company: "Glen Burnie", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1",
- },
+ "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"},
{
- id: "4",
- name: "David Park",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
+ id: "4", name: "David Park", role: "Patient", company: "Glen Burnie", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg?_wi=1",
- },
+ "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg"},
]}
kpiItems={[
{ value: "98%", label: "Patient Satisfaction" },
@@ -254,15 +287,7 @@ export default function HomePage() {
description="We accept most major insurance plans and offer affordable care options for all"
tag="Insurance Partners"
names={[
- "Blue Cross Blue Shield",
- "Aetna",
- "United Healthcare",
- "Cigna",
- "Medicare",
- "Medicaid",
- "Tricare",
- "Humana",
- ]}
+ "Blue Cross Blue Shield", "Aetna", "United Healthcare", "Cigna", "Medicare", "Medicaid", "Tricare", "Humana"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
diff --git a/src/app/providers/page.tsx b/src/app/providers/page.tsx
index d8605d3..3a331c0 100644
--- a/src/app/providers/page.tsx
+++ b/src/app/providers/page.tsx
@@ -6,30 +6,27 @@ import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
-import Link from "next/link";
export default function ProvidersPage() {
const navItems = [
{ name: "Home", id: "/" },
- { name: "Services", id: "services" },
- { name: "Providers", id: "providers" },
- { name: "About", id: "about" },
- { name: "Contact", id: "contact" },
+ { name: "Services", id: "/services" },
+ { name: "Providers", id: "/providers" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Services",
- items: [
- { label: "Primary Care", href: "services" },
- { label: "Preventative Care", href: "services" },
- { label: "Mental Health", href: "services" },
- { label: "Telehealth", href: "services" },
+ title: "Services", items: [
+ { label: "Primary Care", href: "#services" },
+ { label: "Preventative Care", href: "#services" },
+ { label: "Mental Health", href: "#services" },
+ { label: "Telehealth", href: "#services" },
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Providers", href: "/providers" },
{ label: "Careers", href: "#" },
@@ -37,8 +34,7 @@ export default function ProvidersPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "(410) 555-0123", href: "tel:(410)555-0123" },
{ label: "Glen Burnie, MD", href: "#" },
{ label: "Book Appointment", href: "/contact" },
@@ -49,67 +45,31 @@ export default function ProvidersPage() {
const providers = [
{
- id: "1",
- name: "Dr. Sarah Chen",
- role: "Internal Medicine",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg?_wi=2",
- },
+ id: "1", name: "Dr. Sarah Chen", role: "Internal Medicine", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg"},
{
- id: "2",
- name: "Dr. James Mitchell",
- role: "Family Medicine",
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg?_wi=2",
- },
+ id: "2", name: "Dr. James Mitchell", role: "Family Medicine", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg"},
{
- id: "3",
- name: "Dr. Patricia Rodriguez",
- role: "Mental Health Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg?_wi=2",
- },
+ id: "3", name: "Dr. Patricia Rodriguez", role: "Mental Health Specialist", imageSrc: "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg"},
{
- id: "4",
- name: "Dr. Michael Okonkwo",
- role: "Preventative Care",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg?_wi=2",
- },
+ id: "4", name: "Dr. Michael Okonkwo", role: "Preventative Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg"},
];
const testimonials = [
{
- id: "1",
- name: "Jennifer Torres",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg?_wi=2",
- },
+ id: "1", name: "Jennifer Torres", role: "Patient", company: "Glen Burnie", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg"},
{
- id: "2",
- name: "Marcus Johnson",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg?_wi=2",
- },
+ id: "2", name: "Marcus Johnson", role: "Patient", company: "Glen Burnie", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg"},
{
- id: "3",
- name: "Lisa Goldstein",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2",
- },
+ id: "3", name: "Lisa Goldstein", role: "Patient", company: "Glen Burnie", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"},
{
- id: "4",
- name: "David Park",
- role: "Patient",
- company: "Glen Burnie",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg?_wi=2",
- },
+ id: "4", name: "David Park", role: "Patient", company: "Glen Burnie", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg"},
];
- const kpiItems = [
+ const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [
{ value: "98%", label: "Patient Satisfaction" },
{ value: "15+", label: "Years Experience" },
{ value: "5,000+", label: "Active Patients" },
@@ -169,38 +129,24 @@ export default function ProvidersPage() {
description="Schedule an appointment with one of our experienced providers today. We're here to support your wellness journey with compassionate, personalized care."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "service",
- type: "text",
- placeholder: "Preferred Service",
- required: false,
+ name: "service", type: "text", placeholder: "Preferred Service", required: false,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your healthcare needs...",
- rows: 5,
+ name: "message", placeholder: "Tell us about your healthcare needs...", rows: 5,
required: false,
}}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg"
imageAlt="First-Care Wellness clinic interior"
mediaAnimation="slide-up"
mediaPosition="right"