Merge version_3 into main #1
182
src/app/page.tsx
182
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Our Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Our Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
name: "Blog", id: "blog"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact Us", id: "contact"},
|
||||
]}
|
||||
brandName="KAMS Medical"
|
||||
/>
|
||||
@@ -62,41 +50,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Providing Comprehensive Women's Healthcare"
|
||||
description="At KAMS Medical Centre, we provide compassionate and professional gynecological care in a modern, state-of-the-art facility."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pregnancy-woman-with-laptop-bed-home_1398-3024.jpg",
|
||||
imageAlt: "Medical Clinic Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pregnancy-woman-with-laptop-bed-home_1398-3024.jpg", imageAlt: "Medical Clinic Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hard-working-her-office_329181-345.jpg",
|
||||
imageAlt: "Smiling Doctor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hard-working-her-office_329181-345.jpg", imageAlt: "Smiling Doctor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-doctor-sitting-desk_23-2149335739.jpg",
|
||||
imageAlt: "Consultation Room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-doctor-sitting-desk_23-2149335739.jpg", imageAlt: "Consultation Room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-male-employee-conversing-with-female-colleagues-his-new-office-job_23-2149034618.jpg",
|
||||
imageAlt: "Clinic Lobby",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-male-employee-conversing-with-female-colleagues-his-new-office-job_23-2149034618.jpg", imageAlt: "Clinic Lobby"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg",
|
||||
imageAlt: "Doctor Patient",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg", imageAlt: "Doctor Patient"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-with-medical-patient-files-screen-standing-table-empty-doctors-office-medical-examination-hospital-office-equipped-with-professional-modern-furniture-health-care-support_482257-39806.jpg",
|
||||
imageAlt: "Clinic Equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-with-medical-patient-files-screen-standing-table-empty-doctors-office-medical-examination-hospital-office-equipped-with-professional-modern-furniture-health-care-support_482257-39806.jpg", imageAlt: "Clinic Equipment"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,14 +79,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About KAMS Medical Centre",
|
||||
},
|
||||
type: "text", content: "About KAMS Medical Centre"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-walking-down-hospital-corridor_23-2152005570.jpg",
|
||||
alt: "Clinic Exterior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/doctor-walking-down-hospital-corridor_23-2152005570.jpg", alt: "Clinic Exterior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,18 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Emergency consults",
|
||||
"Wait times",
|
||||
"Weekend visits",
|
||||
],
|
||||
"Personalized treatment plans", "Integrated care approach", "Full-service facility access"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Advanced Gynecology",
|
||||
"Pregnancy Care",
|
||||
"Preventive Screenings",
|
||||
"Routine Wellness",
|
||||
],
|
||||
"Advanced Gynecology", "Pregnancy Care", "Preventive Screenings", "Routine Wellness"],
|
||||
}}
|
||||
title="Our Services"
|
||||
description="Comprehensive healthcare solutions tailored for women."
|
||||
@@ -151,41 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Consulting Room",
|
||||
price: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-pregnancy-belly-sitting-medical-office-coronavirus-pandemic-pregnant-patient-waiting-receive-checkup-consultation-examining-baby-bump-cabinet_482257-39445.jpg",
|
||||
},
|
||||
id: "g1", name: "Consulting Room", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-pregnancy-belly-sitting-medical-office-coronavirus-pandemic-pregnant-patient-waiting-receive-checkup-consultation-examining-baby-bump-cabinet_482257-39445.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Reception",
|
||||
price: "Clean",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-reception-hotel_1203-996.jpg",
|
||||
},
|
||||
id: "g2", name: "Reception", price: "Clean", imageSrc: "http://img.b2bpic.net/free-photo/people-reception-hotel_1203-996.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Patient Suite",
|
||||
price: "Comfortable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-with-table-medical-paperwork-clinical-appointment_482257-22694.jpg",
|
||||
},
|
||||
id: "g3", name: "Patient Suite", price: "Comfortable", imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-with-table-medical-paperwork-clinical-appointment_482257-22694.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Medical Staff",
|
||||
price: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33394.jpg",
|
||||
},
|
||||
id: "g4", name: "Medical Staff", price: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33394.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Diagnostic Lab",
|
||||
price: "Advanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40762.jpg",
|
||||
},
|
||||
id: "g5", name: "Diagnostic Lab", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40762.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Patient Care",
|
||||
price: "Compassionate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1152.jpg",
|
||||
},
|
||||
id: "g6", name: "Patient Care", price: "Compassionate", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1152.jpg"},
|
||||
]}
|
||||
title="Our Facility Gallery"
|
||||
description="Take a virtual tour of our modern medical centre."
|
||||
@@ -199,40 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane D.",
|
||||
handle: "@jane",
|
||||
testimonial: "Exceptional care and professional staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electroacupuncture-dry-with-needle-female-knee_1139-1251.jpg",
|
||||
},
|
||||
id: "1", name: "Jane D.", handle: "@jane", testimonial: "Exceptional care and professional staff.", imageSrc: "http://img.b2bpic.net/free-photo/electroacupuncture-dry-with-needle-female-knee_1139-1251.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah P.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Comfortable and stress-free environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-woman-with-nasal-oxygen-tube-looking-into-camera-resting-bed-recovering-after-respiratory-surgery_482257-2203.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah P.", handle: "@sarah", testimonial: "Comfortable and stress-free environment.", imageSrc: "http://img.b2bpic.net/free-photo/sick-woman-with-nasal-oxygen-tube-looking-into-camera-resting-bed-recovering-after-respiratory-surgery_482257-2203.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily",
|
||||
testimonial: "Highly recommended medical services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sits-chair-with-man-blue-shirt-woman-white-shirt_482257-62892.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emily", testimonial: "Highly recommended medical services.", imageSrc: "http://img.b2bpic.net/free-photo/man-sits-chair-with-man-blue-shirt-woman-white-shirt_482257-62892.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa K.",
|
||||
handle: "@lisa",
|
||||
testimonial: "Great experience with the gynecology team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-communicating-with-woman-appointment-doctor-s-office_637285-1414.jpg",
|
||||
},
|
||||
id: "4", name: "Lisa K.", handle: "@lisa", testimonial: "Great experience with the gynecology team.", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-communicating-with-woman-appointment-doctor-s-office_637285-1414.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna B.",
|
||||
handle: "@anna",
|
||||
testimonial: "Very thankful for the expert care provided.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-thumb-up-blue-uniform-looking-glad-space-text_176474-19612.jpg",
|
||||
},
|
||||
id: "5", name: "Anna B.", handle: "@anna", testimonial: "Very thankful for the expert care provided.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-thumb-up-blue-uniform-looking-glad-space-text_176474-19612.jpg"},
|
||||
]}
|
||||
title="Patient Reviews"
|
||||
description="Read what our patients have to say about their care."
|
||||
@@ -245,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How to book?",
|
||||
content: "You can book online or call us directly.",
|
||||
},
|
||||
id: "f1", title: "How to book?", content: "You can book online or call us directly."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Opening hours?",
|
||||
content: "We are open Mon-Fri, 9am - 6pm.",
|
||||
},
|
||||
id: "f2", title: "Opening hours?", content: "We are open Mon-Fri, 9am - 6pm."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you accept insurance?",
|
||||
content: "Yes, we accept most major insurance plans.",
|
||||
},
|
||||
id: "f3", title: "Do you accept insurance?", content: "Yes, we accept most major insurance plans."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to your common medical concerns."
|
||||
@@ -270,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Appointment"
|
||||
title="Contact Us"
|
||||
description="Get in touch for appointments or inquiries."
|
||||
@@ -284,25 +186,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -312,4 +206,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user