Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dr. Osama Taieh"
|
||||
/>
|
||||
@@ -51,63 +45,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Dr. Osama Taieh Clinic"
|
||||
description="Providing exceptional medical care and professional consultations in a modern, welcoming environment. Dedicated to your health and well-being."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nobody-working-empty-reception-desk-waiting-room-support-healthcare-appointments-consultation-examination-hospital-lobby-with-waiting-area-seats-medical-facility_482257-48712.jpg",
|
||||
alt: "Dr. Osama Taieh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/nobody-working-empty-reception-desk-waiting-room-support-healthcare-appointments-consultation-examination-hospital-lobby-with-waiting-area-seats-medical-facility_482257-48712.jpg", alt: "Dr. Osama Taieh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-desk-with-table-medical-paperwork-clinical-appointment_482257-22694.jpg",
|
||||
alt: "Medical documentation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-desk-with-table-medical-paperwork-clinical-appointment_482257-22694.jpg", alt: "Medical documentation"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/computer-with-covid19-illustration-screen-standing-desk-empty-office-room-global-pandemic-modern-hospital-room-equipped-with-professional-medical-instruments-virus-cell-image_482257-38407.jpg",
|
||||
alt: "Clinic technology",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/computer-with-covid19-illustration-screen-standing-desk-empty-office-room-global-pandemic-modern-hospital-room-equipped-with-professional-medical-instruments-virus-cell-image_482257-38407.jpg", alt: "Clinic technology"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg",
|
||||
alt: "Medical cabinet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg", alt: "Medical cabinet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selective-focus-medical-bed-empty-hospital-office-with-nobody-it_482257-26924.jpg",
|
||||
alt: "Patient care facility",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/selective-focus-medical-bed-empty-hospital-office-with-nobody-it_482257-26924.jpg", alt: "Patient care facility"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "Book Appointment", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Board Certified",
|
||||
},
|
||||
type: "text", text: "Board Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Technology",
|
||||
},
|
||||
type: "text", text: "Advanced Technology"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patient Centered",
|
||||
},
|
||||
type: "text", text: "Patient Centered"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Facilities",
|
||||
},
|
||||
type: "text", text: "Modern Facilities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Trusted Experience",
|
||||
},
|
||||
type: "text", text: "Trusted Experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,9 +87,7 @@ export default function LandingPage() {
|
||||
title="Committed to Excellence in Healthcare"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,64 +99,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "General Consultation",
|
||||
description: "Personalized health assessment and diagnosis.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-background_93675-129984.jpg",
|
||||
title: "General Consultation", description: "Personalized health assessment and diagnosis.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-background_93675-129984.jpg", imageAlt: "medical equipment healthcare technology"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Comprehensive analysis",
|
||||
},
|
||||
text: "Comprehensive analysis"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Expert guidance",
|
||||
},
|
||||
text: "Expert guidance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-working-empty-reception-desk-waiting-room-support-healthcare-appointments-consultation-examination-hospital-lobby-with-waiting-area-seats-medical-facility_482257-48712.jpg",
|
||||
imageAlt: "medical equipment healthcare technology",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Specialized Care",
|
||||
description: "Focused medical treatments for complex conditions.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-man-discuss-health-details_482257-119624.jpg",
|
||||
title: "Specialized Care", description: "Focused medical treatments for complex conditions.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-man-discuss-health-details_482257-119624.jpg", imageAlt: "medical equipment healthcare technology"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "State-of-the-art tech",
|
||||
},
|
||||
text: "State-of-the-art tech"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Patient-centered approach",
|
||||
},
|
||||
text: "Patient-centered approach"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-explaining-results-female-patient_23-2148352047.jpg",
|
||||
imageAlt: "medical equipment healthcare technology",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Preventive Health",
|
||||
description: "Proactive solutions to ensure long-term vitality.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg",
|
||||
title: "Preventive Health", description: "Proactive solutions to ensure long-term vitality.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg", imageAlt: "medical equipment healthcare technology"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Health screenings",
|
||||
},
|
||||
text: "Health screenings"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Lifestyle counseling",
|
||||
},
|
||||
text: "Lifestyle counseling"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=1",
|
||||
imageAlt: "medical equipment healthcare technology",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Medical Services"
|
||||
@@ -204,26 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated medical practice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Dedicated medical practice", imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Patients Served",
|
||||
description: "Trusted by our community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-coworkers-with-papers_23-2147656687.jpg",
|
||||
},
|
||||
id: "m2", value: "5k+", title: "Patients Served", description: "Trusted by our community", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-coworkers-with-papers_23-2147656687.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction",
|
||||
description: "High standards of care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrow-with-stethoscope_23-2148490570.jpg",
|
||||
},
|
||||
id: "m3", value: "98%", title: "Patient Satisfaction", description: "High standards of care", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrow-with-stethoscope_23-2148490570.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Evidence of our commitment to patient success."
|
||||
@@ -237,59 +171,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Ali",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg",
|
||||
},
|
||||
id: "1", name: "Ahmed Ali", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara Mohamed",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-suit-dreaming-yellow-wall_179666-22793.jpg",
|
||||
},
|
||||
id: "2", name: "Sara Mohamed", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-suit-dreaming-yellow-wall_179666-22793.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Khalid Ibrahim",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-using-digital-tablet-clinic_107420-74001.jpg",
|
||||
},
|
||||
id: "3", name: "Khalid Ibrahim", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-using-digital-tablet-clinic_107420-74001.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nour Mahmoud",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-business-colleagues-clapping-hands-after-attending-presentation-office_637285-215.jpg",
|
||||
},
|
||||
id: "4", name: "Nour Mahmoud", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-business-colleagues-clapping-hands-after-attending-presentation-office_637285-215.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Omar Hassan",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-listening-her-co-worker_1098-2059.jpg",
|
||||
},
|
||||
id: "5", name: "Omar Hassan", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-listening-her-co-worker_1098-2059.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.9", label: "Google Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Care Focus",
|
||||
},
|
||||
value: "100%", label: "Care Focus"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
value: "24/7", label: "Support"},
|
||||
]}
|
||||
title="Patient Stories"
|
||||
description="What our patients say about their experience."
|
||||
@@ -301,20 +204,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to book an appointment?",
|
||||
content: "You can book directly via WhatsApp using our website links.",
|
||||
},
|
||||
id: "q1", title: "How to book an appointment?", content: "You can book directly via WhatsApp using our website links."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We work with multiple major providers. Contact our office for details.",
|
||||
},
|
||||
id: "q2", title: "What insurance do you accept?", content: "We work with multiple major providers. Contact our office for details."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where is the clinic located?",
|
||||
content: "Our clinic is located in the heart of the city.",
|
||||
},
|
||||
id: "q3", title: "Where is the clinic located?", content: "Our clinic is located in the heart of the city."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? Check our FAQs."
|
||||
@@ -326,18 +220,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Get in touch with Dr. Osama Taieh. We are here to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Consultation",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "WhatsApp Consultation", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
text: "Call Clinic",
|
||||
href: "tel:+966000000000",
|
||||
},
|
||||
text: "Call Clinic", href: "tel:+966000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -346,13 +235,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Dr. Osama Taieh"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user