diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d94aa5e..9dc1fbf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { description="Experienced Aesthetic Doctors" subdescription="Personalized consultation • Medical-grade technology • Honest treatment recommendations • Comfortable clinic environment" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg?_wi=2" imageAlt="Aesthetic doctor consulting with patient" mediaAnimation="slide-up" useInvertedBackground={false} @@ -63,10 +63,10 @@ export default function AboutPage() { tagIcon={MapPin} metrics={[ { - id: "1", value: "📍", title: "Bloom Clinic", description: "1, Jalan SS 21/37, Damansara Utama, 47400 Petaling Jaya", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-with-map-platform_23-2147953080.jpg", imageAlt: "google map location pin clinic direction" + id: "1", value: "📍", title: "Bloom Clinic", description: "1, Jalan SS 21/37, Damansara Utama, 47400 Petaling Jaya", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-with-map-platform_23-2147953080.jpg?_wi=2", imageAlt: "google map location pin clinic direction" }, { - id: "2", value: "📞", title: "Call Now", description: "011-6958 7687 | Mon-Fri: 10am-7pm | Sat-Sun: 10am-5pm", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4436.jpg", imageAlt: "business hours clinic schedule opening times" + id: "2", value: "📞", title: "Call Now", description: "011-6958 7687 | Mon-Fri: 10am-7pm | Sat-Sun: 10am-5pm", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4436.jpg?_wi=2", imageAlt: "business hours clinic schedule opening times" }, ]} animationType="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 22ea42e..56d812e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -96,7 +96,7 @@ export default function ContactPage() { text: "Call Now", href: "tel:011-69587687" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg?_wi=2" imageAlt="Modern aesthetic clinic interior with treatment rooms" mediaAnimation="slide-up" imagePosition="right" @@ -111,7 +111,7 @@ export default function ContactPage() { description="Contact Our Team" subdescription="Professional consultation • Personalized treatment plans • Honest recommendations • Friendly staff" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg?_wi=3" imageAlt="Aesthetic doctor consulting with patient" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2433700..69070e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { { text: "Book Consultation", href: "#consultation" }, { text: "Call Now", href: "tel:011-69587687" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg?_wi=1" imageAlt="Modern aesthetic clinic interior with treatment rooms" mediaAnimation="slide-up" imagePosition="right" @@ -130,7 +130,7 @@ export default function HomePage() { description="Experienced Aesthetic Doctors" subdescription="Personalized consultation • Medical-grade technology • Honest treatment recommendations • Comfortable clinic environment" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg?_wi=1" imageAlt="Aesthetic doctor consulting with patient" mediaAnimation="slide-up" useInvertedBackground={false} @@ -156,11 +156,11 @@ export default function HomePage() { metrics={[ { id: "1", value: "📍", title: "Bloom Clinic", description: - "1, Jalan SS 21/37, Damansara Utama, 47400 Petaling Jaya", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-with-map-platform_23-2147953080.jpg", imageAlt: "Clinic location map" + "1, Jalan SS 21/37, Damansara Utama, 47400 Petaling Jaya", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-with-map-platform_23-2147953080.jpg?_wi=1", imageAlt: "Clinic location map" }, { id: "2", value: "📞", title: "Call Now", description: - "011-6958 7687 | Mon-Fri: 10am-7pm | Sat-Sun: 10am-5pm", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4436.jpg", imageAlt: "Business hours" + "011-6958 7687 | Mon-Fri: 10am-7pm | Sat-Sun: 10am-5pm", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4436.jpg?_wi=1", imageAlt: "Business hours" }, ]} animationType="slide-up"