Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Hair Today. Confidence Tomorrow."
|
||||
description="Advanced hair, skin & laser treatments — done gently, professionally, and (yes) comfortably. We don't do scary machines or awkward silence. Maybe tea."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Premium Medical Care"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic-consults-client_23-2148878893.jpg", imageAlt: "dermatology clinic treatment modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg?_wi=1", imageAlt: "laser skin treatment procedure" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg", imageAlt: "laser skin treatment procedure" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34899.jpg", imageAlt: "hair restoration treatment before after" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/talking-colleagues_1098-16853.jpg", imageAlt: "patient satisfaction happy smile" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-stomatologists-using-digital-tablet-dental-cabinet-clinic-dentist-assistant-with-ppe-suits-discussing-patient-oral-care-operation-teeth-surgery_482257-9407.jpg", imageAlt: "advanced cosmetic laser equipment" },
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Comfort First", title: "Pain-Free Experience", subtitle: "Advanced Technology", description: "You'll be surprised how comfortable advanced treatments can feel. Our state-of-the-art equipment and expert technique ensure minimal discomfort.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg?_wi=2", imageAlt: "Pain-free laser treatment"
|
||||
tag: "Comfort First", title: "Pain-Free Experience", subtitle: "Advanced Technology", description: "You'll be surprised how comfortable advanced treatments can feel. Our state-of-the-art equipment and expert technique ensure minimal discomfort.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg", imageAlt: "Pain-free laser treatment"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -111,22 +111,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "hair-transplant", name: "Hair Transplant", price: "Consultation Available", variant: "Advanced Restoration", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=1", imageAlt: "Hair transplant service"
|
||||
id: "hair-transplant", name: "Hair Transplant", price: "Consultation Available", variant: "Advanced Restoration", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", imageAlt: "Hair transplant service"
|
||||
},
|
||||
{
|
||||
id: "prp-therapy", name: "PRP Therapy", price: "Consultation Available", variant: "Hair Loss Solution", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=2", imageAlt: "PRP hair therapy"
|
||||
id: "prp-therapy", name: "PRP Therapy", price: "Consultation Available", variant: "Hair Loss Solution", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", imageAlt: "PRP hair therapy"
|
||||
},
|
||||
{
|
||||
id: "laser-hair-removal", name: "Laser Hair Removal", price: "Consultation Available", variant: "Smooth Skin", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-anticellulite-anti-fat-therapy_107420-65214.jpg", imageAlt: "Laser hair removal"
|
||||
},
|
||||
{
|
||||
id: "facial-treatments", name: "Facial Treatments", price: "Consultation Available", variant: "Skin Rejuvenation", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=1", imageAlt: "Facial skin treatment"
|
||||
id: "facial-treatments", name: "Facial Treatments", price: "Consultation Available", variant: "Skin Rejuvenation", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Facial skin treatment"
|
||||
},
|
||||
{
|
||||
id: "skin-tightening", name: "Skin Tightening", price: "Consultation Available", variant: "Advanced Laser", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=2", imageAlt: "Skin tightening laser"
|
||||
id: "skin-tightening", name: "Skin Tightening", price: "Consultation Available", variant: "Advanced Laser", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Skin tightening laser"
|
||||
},
|
||||
{
|
||||
id: "acne-treatment", name: "Acne Treatment", price: "Consultation Available", variant: "Clear Skin", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=3", imageAlt: "Acne treatment solution"
|
||||
id: "acne-treatment", name: "Acne Treatment", price: "Consultation Available", variant: "Clear Skin", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Acne treatment solution"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -258,7 +258,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Ready to Feel Confident Again?"
|
||||
description="Your consultation is simple, honest, and pressure-free. Get in touch and let's discuss your goals. No commitment—just clarity."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
|
||||
imageAlt="Al Khaleej Clinic reception"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -275,7 +275,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
|
||||
imageAlt="Al Khaleej Clinic location"
|
||||
logoText="Al Khaleej Clinic"
|
||||
copyrightText="© 2025 Al Khaleej Clinic | Medical Excellence. Genuine Care."
|
||||
|
||||
Reference in New Issue
Block a user