Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-08 08:38:25 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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}

View File

@@ -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"