Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-20 11:19:47 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="none"
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
@@ -50,12 +50,12 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Premium Medical Care"
tagIcon={Sparkles}
tagAnimation="slide-up"
tagAnimation="none"
buttons={[
{ text: "Book Free Consultation", href: "#contact" },
{ text: "WhatsApp Us", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonAnimation="none"
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" },
@@ -74,7 +74,7 @@ export default function LandingPage() {
description="We believe in combining medical excellence with genuine human warmth. Every aspect of our clinic reflects our commitment to comfort, expertise, and your confidence."
tag="Our Promise"
tagIcon={Heart}
tagAnimation="slide-up"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -104,11 +104,11 @@ export default function LandingPage() {
description="Comprehensive hair, skin, and laser treatments tailored to your unique needs. Every service designed with your comfort and results in mind."
tag="Premium Treatments"
tagIcon={Zap}
tagAnimation="slide-up"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
animationType="none"
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"
@@ -151,7 +151,7 @@ export default function LandingPage() {
description="Hear from patients who've experienced the Al Khaleej difference—comfort, expertise, and genuine care."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="none"
testimonials={[
{
id: "1", name: "Sarah Thompson", handle: "@sarah_uk", testimonial: "I travelled from London specifically for this clinic. The procedure was completely painless and the results exceeded expectations. The hospitality and professionalism were outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "Sarah Thompson", icon: Star
@@ -181,11 +181,11 @@ export default function LandingPage() {
description="Highly trained dermatologists and cosmetic specialists dedicated to your comfort and results. Each brings years of expertise and genuine care."
tag="Medical Excellence"
tagIcon={Award}
tagAnimation="slide-up"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
animationType="none"
members={[
{
id: "dr-1", name: "Dr. Hassan Malik", role: "Chief Dermatologist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg", imageAlt: "Dr. Hassan Malik"
@@ -206,7 +206,7 @@ export default function LandingPage() {
description="Our commitment to excellence is reflected in these numbers that represent real patient confidence and satisfaction."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="none"
metrics={[
{
id: "patients", value: "280+", title: "Happy Patients", items: ["Across 15+ countries", "Trusted & verified reviews", "Growing every month"]
@@ -230,7 +230,7 @@ export default function LandingPage() {
description="Everything you need to know about our services, procedures, and what to expect. No question is too small."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqsAnimation="none"
faqs={[
{
id: "1", title: "Are your procedures really pain-free?", content: "Yes! We use advanced technology and expert techniques to minimize discomfort. Most patients report feeling little to no pain during treatments. If you have concerns, discuss them during your free consultation—we'll address every worry."
@@ -260,7 +260,7 @@ export default function LandingPage() {
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"
imageAlt="Al Khaleej Clinic reception"
mediaAnimation="slide-up"
mediaAnimation="none"
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },