Update src/app/page.tsx
This commit is contained in:
281
src/app/page.tsx
281
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Dr. Jorge Luis"
|
||||
/>
|
||||
@@ -53,100 +41,33 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Medical Care You Can Trust"
|
||||
description="Dr. Jorge Luis provides comprehensive, compassionate healthcare for you and your family in a modern, professional setting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariag",
|
||||
testimonial: "Dr. Jorge Luis is incredibly thorough and kind. The best medical experience I've had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@ruizc",
|
||||
testimonial: "Professional, clean clinic and very professional care. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-medic-presenting-diagnostics-male-patient-office_482257-116806.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Perez",
|
||||
handle: "@elenap",
|
||||
testimonial: "Dr. Jorge Luis takes the time to listen and explain everything clearly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-wearing-glasses-isolated-white-background_839833-35235.jpg",
|
||||
},
|
||||
{
|
||||
name: "Luis Mendez",
|
||||
handle: "@luism",
|
||||
testimonial: "Very modern facilities and excellent care for my family.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Truly a compassionate physician who cares about his patients' long-term wellbeing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2",
|
||||
},
|
||||
{ name: "Maria Garcia", handle: "@mariag", testimonial: "Dr. Jorge Luis is incredibly thorough and kind. The best medical experience I've had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg" },
|
||||
{ name: "Carlos Ruiz", handle: "@ruizc", testimonial: "Professional, clean clinic and very professional care. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-medic-presenting-diagnostics-male-patient-office_482257-116806.jpg" },
|
||||
{ name: "Elena Perez", handle: "@elenap", testimonial: "Dr. Jorge Luis takes the time to listen and explain everything clearly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-wearing-glasses-isolated-white-background_839833-35235.jpg" },
|
||||
{ name: "Luis Mendez", handle: "@luism", testimonial: "Very modern facilities and excellent care for my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" },
|
||||
{ name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Truly a compassionate physician who cares about his patients' long-term wellbeing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-women-doctors-office_329181-9268.jpg?_wi=1"
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-women-doctors-office_329181-9268.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-medic-presenting-diagnostics-male-patient-office_482257-116806.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-wearing-glasses-isolated-white-background_839833-35235.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg", alt: "Patient 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-medic-presenting-diagnostics-male-patient-office_482257-116806.jpg", alt: "Patient 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-wearing-glasses-isolated-white-background_839833-35235.jpg", alt: "Patient 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", alt: "Patient 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg", alt: "Patient 5" }
|
||||
]}
|
||||
avatarText="Trusted by 5000+ local patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "General Practice",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cardiovascular Health",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Preventative Medicine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Diagnostic Testing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chronic Care",
|
||||
},
|
||||
{ type: "text", text: "General Practice" },
|
||||
{ type: "text", text: "Cardiovascular Health" },
|
||||
{ type: "text", text: "Preventative Medicine" },
|
||||
{ type: "text", text: "Diagnostic Testing" },
|
||||
{ type: "text", text: "Chronic Care" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,20 +78,11 @@ export default function LandingPage() {
|
||||
title="Excellence in Healthcare"
|
||||
description="With over 15 years of experience, Dr. Jorge Luis is committed to improving patient health through evidence-based medicine and personalized attention."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Patients Served",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Patient Support",
|
||||
},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "5000+", title: "Patients Served" },
|
||||
{ value: "24/7", title: "Patient Support" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-doctor-showing-human-skeleton-illustration-digital-tablet-senior-woman-checkup-examination-physician-patient-looking-osteopathy-diagnosis-with-bones-spinal-cord_482257-43213.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-doctor-showing-human-skeleton-illustration-digital-tablet-senior-woman-checkup-examination-physician-patient-looking-osteopathy-diagnosis-with-bones-spinal-cord_482257-43213.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,50 +95,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Medicine",
|
||||
description: "Comprehensive checkups, preventative care, and treatment for acute conditions.",
|
||||
icon: Activity,
|
||||
title: "General Medicine", description: "Comprehensive checkups, preventative care, and treatment for acute conditions.", icon: Activity,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-doctors-office_329181-9268.jpg?_wi=2",
|
||||
imageAlt: "professional doctor portrait clinic background",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Chronic Care",
|
||||
description: "Expert management for long-term health needs, providing peace of mind.",
|
||||
icon: Heart,
|
||||
title: "Chronic Care", description: "Expert management for long-term health needs, providing peace of mind.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-showing-human-skeleton-illustration-digital-tablet-senior-woman-checkup-examination-physician-patient-looking-osteopathy-diagnosis-with-bones-spinal-cord_482257-43213.jpg?_wi=2",
|
||||
imageAlt: "medical consultation office modern",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Diagnostics",
|
||||
description: "On-site diagnostic services for rapid results and accurate treatment planning.",
|
||||
icon: Activity,
|
||||
title: "Diagnostics", description: "On-site diagnostic services for rapid results and accurate treatment planning.", icon: Activity,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg?_wi=3",
|
||||
imageAlt: "general medical checkup stethoscope",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Medical Services"
|
||||
description="We offer a wide range of services to ensure you receive the most complete and high-quality medical care."
|
||||
@@ -238,23 +126,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need an appointment?",
|
||||
content: "Yes, we prioritize scheduled visits to ensure all patients receive focused time.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, free patient parking is available directly in front of the clinic.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you accept insurance?",
|
||||
content: "We work with major health insurance providers. Please contact us to confirm your coverage.",
|
||||
},
|
||||
{ id: "1", title: "Do I need an appointment?", content: "Yes, we prioritize scheduled visits to ensure all patients receive focused time." },
|
||||
{ id: "2", title: "Is parking available?", content: "Yes, free patient parking is available directly in front of the clinic." },
|
||||
{ id: "3", title: "Do you accept insurance?", content: "We work with major health insurance providers. Please contact us to confirm your coverage." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about booking appointments and what to expect during your visit."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -268,31 +144,12 @@ export default function LandingPage() {
|
||||
title="Book Your Visit"
|
||||
description="Ready to prioritize your health? Submit your request here or call us for an immediate appointment."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Reason for visit or additional details",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "Reason for visit or additional details", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -300,45 +157,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Dr. Jorge Luis"
|
||||
columns={[
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Practice", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "Contact Us", href: "#contact" }, { label: "Emergency", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user