Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-21 05:45:39 +00:00
2 changed files with 54 additions and 224 deletions

View File

@@ -10,13 +10,17 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = {
title: 'Alenaya Medical Clinic LLC | Expert Healthcare in Ajman',
description: 'Expert medical care at Alenaya Medical Clinic in Ajman. Offering general consultation, family medicine, and diagnostics in Al Bustan.',
title: 'Alenaya Medical Clinic | Professional Healthcare in Ajman',
description: 'Expert medical care in the heart of Ajman. Dedicated to providing compassionate, comprehensive healthcare for you and your family.',
openGraph: {
"title": "Alenaya Medical Clinic LLC",
"description": "Trusted healthcare provider in Ajman.",
"siteName": "Alenaya Medical Clinic LLC"
},
robots: {
"index": true,
"follow": true
},
};
const inter = Inter({

View File

@@ -29,22 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "testimonials",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Alenaya Medical"
/>
@@ -52,86 +41,36 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background="radial-gradient"
background={{ variant: "radial-gradient" }}
title="Your Health, Our Priority at Alenaya Medical Clinic."
description="Expert medical care in the heart of Ajman. Dedicated to providing compassionate, comprehensive healthcare for you and your family."
kpis={[
{
value: "10+",
label: "Years Experience",
},
{
value: "61+",
label: "Google Reviews",
},
{
value: "5.0★",
label: "Patient Rating",
},
{ value: "10+", label: "Years Experience" },
{ value: "61+", label: "Google Reviews" },
{ value: "5.0★", label: "Patient Rating" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Call Now: 055 263 3537",
href: "tel:0552633537",
},
{
text: "Get Directions",
href: "https://maps.google.com",
},
{ text: "Call Now: 055 263 3537", href: "tel:0552633537" },
{ text: "Get Directions", href: "https://maps.google.com" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg"
mediaAnimation="slide-up"
imageAlt="professional medical office background"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/elderly-people-taking-sick-niece-emergency-checkup-feeling-dizzy-light-headed-young-child-being-unconscious-hospital-reception-physician-consulting-girl-with-flashlight_482257-60344.jpg",
alt: "Doctor checking patient",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-assistant-typing-medical-expertise-computer_482257-10573.jpg",
alt: "Staff member working",
},
{
src: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg",
alt: "General practitioner conversation",
},
{
src: "http://img.b2bpic.net/free-photo/lady-receptionist-working-hospital-reception-desk-help-patients-with-medical-appointment-healthcare-employee-waiting-room-lobby-checkup-visit-report-with-medication_482257-47699.jpg",
alt: "Receptionist assisting patient",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg",
alt: "Clinic view",
},
{ src: "http://img.b2bpic.net/free-photo/elderly-people-taking-sick-niece-emergency-checkup-feeling-dizzy-light-headed-young-child-being-unconscious-hospital-reception-physician-consulting-girl-with-flashlight_482257-60344.jpg", alt: "Doctor checking patient" },
{ src: "http://img.b2bpic.net/free-photo/front-view-assistant-typing-medical-expertise-computer_482257-10573.jpg", alt: "Staff member working" },
{ src: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg", alt: "General practitioner conversation" },
{ src: "http://img.b2bpic.net/free-photo/lady-receptionist-working-hospital-reception-desk-help-patients-with-medical-appointment-healthcare-employee-waiting-room-lobby-checkup-visit-report-with-medication_482257-47699.jpg", alt: "Receptionist assisting patient" },
{ src: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg", alt: "Clinic view" },
]}
avatarText="Trusted by 500+ happy patients"
marqueeItems={[
{
type: "text-icon",
text: "24/7 Care",
icon: Clock,
},
{
type: "text-icon",
text: "Certified Staff",
icon: Award,
},
{
type: "text-icon",
text: "Modern Tech",
icon: Monitor,
},
{
type: "text-icon",
text: "Affordable",
icon: Award,
},
{
type: "text-icon",
text: "Family Friendly",
icon: Heart,
},
{ type: "text-icon", text: "24/7 Care", icon: Clock },
{ type: "text-icon", text: "Certified Staff", icon: Award },
{ type: "text-icon", text: "Modern Tech", icon: Monitor },
{ type: "text-icon", text: "Affordable", icon: Award },
{ type: "text-icon", text: "Family Friendly", icon: Heart },
]}
/>
</div>
@@ -143,55 +82,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "General Consultation",
description: "Comprehensive health assessments by experienced medical professionals.",
icon: Activity,
title: "General Consultation", description: "Comprehensive health assessments by experienced medical professionals.", icon: Activity,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desktop_1421-697.jpg?_wi=1",
imageAlt: "stethoscope on medical form",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-mechanical-tensiometer-medium-shot_23-2149941478.jpg?_wi=1",
imageAlt: "modern clinic consultation room",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=2",
imageAlt: "stethoscope on medical form",
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-desktop_1421-697.jpg", imageAlt: "stethoscope on medical form" },
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-mechanical-tensiometer-medium-shot_23-2149941478.jpg", imageAlt: "modern clinic consultation room" },
]
},
{
title: "Diagnostic Checkups",
description: "State-of-the-art diagnostic facilities for accurate health monitoring.",
icon: Activity,
title: "Diagnostic Checkups", description: "State-of-the-art diagnostic facilities for accurate health monitoring.", icon: Activity,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medical-vacutainer-tubes-with-red-mark-with-biological-samples-lab-holder-stand_1268-19904.jpg?_wi=1",
imageAlt: "diagnostic medical test equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-with-test-tube_1398-727.jpg",
imageAlt: "modern diagnostic clinic office",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-hospital-healthcare-scene_23-2151644153.jpg",
imageAlt: "stethoscope on medical form",
{ imageSrc: "http://img.b2bpic.net/free-photo/medical-vacutainer-tubes-with-red-mark-with-biological-samples-lab-holder-stand_1268-19904.jpg", imageAlt: "diagnostic medical test equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-with-test-tube_1398-727.jpg", imageAlt: "modern diagnostic clinic office" },
]
},
{
title: "Family Medicine",
description: "Personalized, long-term care for every member of your family.",
icon: Users,
title: "Family Medicine", description: "Personalized, long-term care for every member of your family.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/group-people-volunteering-foodbank-poor-people_23-2149012198.jpg",
imageAlt: "family medical care concept",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg?_wi=1",
imageAlt: "family health consultation room",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/elderly-people-taking-sick-niece-emergency-checkup-feeling-dizzy-light-headed-young-child-being-unconscious-hospital-reception-physician-consulting-girl-with-flashlight_482257-60344.jpg",
imageAlt: "stethoscope on medical form",
{ imageSrc: "http://img.b2bpic.net/free-photo/group-people-volunteering-foodbank-poor-people_23-2149012198.jpg", imageAlt: "family medical care concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg", imageAlt: "family health consultation room" },
]
},
]}
title="Our Medical Services"
@@ -205,46 +114,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Ahmed",
handle: "@sarah_a",
testimonial: "Excellent care and friendly staff. Highly recommended clinic in Ajman.",
imageSrc: "http://img.b2bpic.net/free-photo/exam-pills-health-background-blue-diagnoses_1291-167.jpg",
imageAlt: "exam pills health background blue diagnoses",
},
{
id: "t2",
name: "Mohammed Khalid",
handle: "@mo-khalid",
testimonial: "Very professional and clean environment. Truly a 5-star experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=3",
imageAlt: "exam pills health background blue diagnoses",
},
{
id: "t3",
name: "Emily Watson",
handle: "@emily_w",
testimonial: "The staff at Alenaya are so compassionate. I felt heard and well-treated.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desktop_1421-697.jpg?_wi=2",
imageAlt: "exam pills health background blue diagnoses",
},
{
id: "t4",
name: "Ahmed Ali",
handle: "@ahmed_ali",
testimonial: "Great doctors, very efficient. My go-to for family medicine.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-mechanical-tensiometer-medium-shot_23-2149941478.jpg?_wi=2",
imageAlt: "exam pills health background blue diagnoses",
},
{
id: "t5",
name: "Fatima Noor",
handle: "@fatima_n",
testimonial: "Professional services and very affordable. Thank you for your care.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-vacutainer-tubes-with-red-mark-with-biological-samples-lab-holder-stand_1268-19904.jpg?_wi=2",
imageAlt: "exam pills health background blue diagnoses",
},
{ id: "t1", name: "Sarah Ahmed", handle: "@sarah_a", testimonial: "Excellent care and friendly staff. Highly recommended clinic in Ajman.", imageSrc: "http://img.b2bpic.net/free-photo/exam-pills-health-background-blue-diagnoses_1291-167.jpg", imageAlt: "exam pills health background blue diagnoses" },
{ id: "t2", name: "Mohammed Khalid", handle: "@mo-khalid", testimonial: "Very professional and clean environment. Truly a 5-star experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg", imageAlt: "exam pills health background blue diagnoses" },
{ id: "t3", name: "Emily Watson", handle: "@emily_w", testimonial: "The staff at Alenaya are so compassionate. I felt heard and well-treated.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-desktop_1421-697.jpg", imageAlt: "exam pills health background blue diagnoses" },
{ id: "t4", name: "Ahmed Ali", handle: "@ahmed_ali", testimonial: "Great doctors, very efficient. My go-to for family medicine.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-mechanical-tensiometer-medium-shot_23-2149941478.jpg", imageAlt: "exam pills health background blue diagnoses" },
{ id: "t5", name: "Fatima Noor", handle: "@fatima_n", testimonial: "Professional services and very affordable. Thank you for your care.", imageSrc: "http://img.b2bpic.net/free-photo/medical-vacutainer-tubes-with-red-mark-with-biological-samples-lab-holder-stand_1268-19904.jpg", imageAlt: "exam pills health background blue diagnoses" },
]}
title="Patient Stories"
description="Trusted by our community in Ajman. See why our patients rate us 5 stars."
@@ -257,20 +131,11 @@ export default function LandingPage() {
title="About Alenaya Medical Clinic"
description="Located in Al Bustan, Alenaya Medical Clinic provides top-tier healthcare services. Our mission is to combine expert medical knowledge with compassionate care to improve lives."
metrics={[
{
value: "100%",
title: "Patient Focused",
},
{
value: "24/7",
title: "Dedicated Support",
},
{
value: "Modern",
title: "Clinical Facilities",
},
{ value: "100%", title: "Patient Focused" },
{ value: "24/7", title: "Dedicated Support" },
{ value: "Modern", title: "Clinical Facilities" },
]}
imageSrc="http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
imageAlt="professional clinic waiting area"
@@ -283,25 +148,10 @@ export default function LandingPage() {
title="Book Your Appointment"
description="Schedule a consultation with our experienced medical staff today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "05X XXX XXXX",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "05X XXX XXXX", required: true },
]}
textarea={{
name: "service",
placeholder: "Service Needed",
rows: 3,
required: true,
}}
textarea={{ name: "service", placeholder: "Service Needed", rows: 3, required: true }}
buttonText="Submit Appointment"
imageSrc="http://img.b2bpic.net/free-photo/clinical-reception-with-waiting-room-facility-lobby-registration-counter-used-patients-with-medical-appointments-empty-reception-desk-health-center-checkup-visits_482257-51247.jpg"
imageAlt="Clinic reception"
@@ -312,32 +162,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Alenaya Medical Clinic LLC"
columns={[
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>