Merge version_1 into main #3
@@ -35,7 +35,8 @@ export default function AboutPage() {
|
||||
brandName="Bloom Clinic"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Consultation", href: "/contact"}}
|
||||
text: "Book Consultation", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,8 +48,9 @@ export default function AboutPage() {
|
||||
description="Experienced Aesthetic Doctors"
|
||||
subdescription="Personalized consultation • Medical-grade technology • Honest treatment recommendations • Comfortable clinic environment"
|
||||
icon={Shield}
|
||||
videoSrc="https://example.com/placeholder-video.mp4"
|
||||
videoAriaLabel="Aesthetic clinic consultation video"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg"
|
||||
imageAlt="Aesthetic doctor consulting with patient"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,16 +63,19 @@ 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", 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", imageAlt: "business hours clinic schedule opening times"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Bloom+Clinic+Petaling+Jaya"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Bloom+Clinic+Petaling+Jaya"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,7 +98,8 @@ export default function AboutPage() {
|
||||
{ label: "Book Consultation", href: "#consultation" },
|
||||
{ label: "Call: 011-6958 7687", href: "tel:011-69587687" },
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/60169587687"},
|
||||
label: "WhatsApp", href: "https://wa.me/60169587687"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -64,7 +64,8 @@ export default function ContactPage() {
|
||||
brandName="Bloom Clinic"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Consultation", href: "#consultation"}}
|
||||
text: "Book Consultation", href: "#consultation"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,20 +76,25 @@ export default function ContactPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{
|
||||
value: "24hrs", label: "Response Time"},
|
||||
value: "24hrs", label: "Response Time"
|
||||
},
|
||||
{
|
||||
value: "011-6958 7687", label: "Direct Call"},
|
||||
value: "011-6958 7687", label: "Direct Call"
|
||||
},
|
||||
{
|
||||
value: "100%", label: "Patient Satisfaction"},
|
||||
value: "100%", label: "Patient Satisfaction"
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Certified Medical Professionals"
|
||||
tagIcon={CheckCircle}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation", href: "#consultation"},
|
||||
text: "Book Consultation", href: "#consultation"
|
||||
},
|
||||
{
|
||||
text: "Call Now", href: "tel:011-69587687"},
|
||||
text: "Call Now", href: "tel:011-69587687"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg"
|
||||
imageAlt="Modern aesthetic clinic interior with treatment rooms"
|
||||
@@ -105,8 +111,9 @@ export default function ContactPage() {
|
||||
description="Contact Our Team"
|
||||
subdescription="Professional consultation • Personalized treatment plans • Honest recommendations • Friendly staff"
|
||||
icon={Heart}
|
||||
videoSrc="https://example.com/placeholder-video.mp4"
|
||||
videoAriaLabel="Aesthetic clinic consultation video"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg"
|
||||
imageAlt="Aesthetic doctor consulting with patient"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,8 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Consultation", href: "#consultation"}}
|
||||
text: "Book Consultation", href: "#consultation"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +73,8 @@ export default function HomePage() {
|
||||
tag="Patient Testimonials"
|
||||
tagIcon={Star}
|
||||
names={[
|
||||
"Doctor and therapist were super friendly and honest — no hard selling at all.", "Very professional yet friendly and comfortable environment.", "Best aesthetic clinic in PJ — highly recommend!", "Amazing results and zero pressure. They really care.", "Professional team with latest technology and honest advice.", "Transformed my skin completely. Very grateful!", "Honest consultation, realistic expectations, excellent results."]}
|
||||
"Doctor and therapist were super friendly and honest — no hard selling at all.", "Very professional yet friendly and comfortable environment.", "Best aesthetic clinic in PJ — highly recommend!", "Amazing results and zero pressure. They really care.", "Professional team with latest technology and honest advice.", "Transformed my skin completely. Very grateful!", "Honest consultation, realistic expectations, excellent results."
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={35}
|
||||
@@ -85,22 +87,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "HIFU Lifting", description:
|
||||
"Non-invasive ultrasound energy treatment for skin tightening and lifting. Stimulates collagen production for natural-looking results without downtime.", imageSrc: "http://img.b2bpic.net/free-photo/warming-massage_1098-21973.jpg", imageAlt: "HIFU lifting treatment"},
|
||||
"Non-invasive ultrasound energy treatment for skin tightening and lifting. Stimulates collagen production for natural-looking results without downtime.", imageSrc: "http://img.b2bpic.net/free-photo/warming-massage_1098-21973.jpg", imageAlt: "HIFU lifting treatment"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Pico Laser", description:
|
||||
"Advanced picosecond laser technology for tattoo removal, pigmentation, and skin rejuvenation. Precise, fast, and effective with minimal recovery.", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65172.jpg", imageAlt: "Pico laser treatment"},
|
||||
"Advanced picosecond laser technology for tattoo removal, pigmentation, and skin rejuvenation. Precise, fast, and effective with minimal recovery.", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65172.jpg", imageAlt: "Pico laser treatment"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Profacial Treatment", description:
|
||||
"Deep cleansing and rejuvenating facial using radio frequency technology. Improves skin texture, pores, and overall radiance.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4230.jpg", imageAlt: "Profacial treatment"},
|
||||
"Deep cleansing and rejuvenating facial using radio frequency technology. Improves skin texture, pores, and overall radiance.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4230.jpg", imageAlt: "Profacial treatment"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Skin Rejuvenation", description:
|
||||
"Comprehensive skin renewal using combination therapies. Addresses fine lines, texture, and age spots for a youthful glow.", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg", imageAlt: "Skin rejuvenation treatment"},
|
||||
"Comprehensive skin renewal using combination therapies. Addresses fine lines, texture, and age spots for a youthful glow.", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg", imageAlt: "Skin rejuvenation treatment"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Acne Treatment", description:
|
||||
"Medical-grade acne management combining laser therapy and targeted skincare. Clears active acne and prevents scarring.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-cleaning-woman-forehead-with-ultrasonic-scrubber_651396-1862.jpg", imageAlt: "Acne treatment"},
|
||||
"Medical-grade acne management combining laser therapy and targeted skincare. Clears active acne and prevents scarring.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-cleaning-woman-forehead-with-ultrasonic-scrubber_651396-1862.jpg", imageAlt: "Acne treatment"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Pigmentation Treatment", description:
|
||||
"Specialized laser treatment for sun spots, melasma, and uneven skin tone. Safe and effective with visible results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16731.jpg", imageAlt: "Pigmentation treatment"},
|
||||
"Specialized laser treatment for sun spots, melasma, and uneven skin tone. Safe and effective with visible results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16731.jpg", imageAlt: "Pigmentation treatment"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -122,8 +130,9 @@ export default function HomePage() {
|
||||
description="Experienced Aesthetic Doctors"
|
||||
subdescription="Personalized consultation • Medical-grade technology • Honest treatment recommendations • Comfortable clinic environment"
|
||||
icon={Shield}
|
||||
videoSrc="https://example.com/placeholder-video.mp4"
|
||||
videoAriaLabel="Aesthetic clinic consultation video"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg"
|
||||
imageAlt="Aesthetic doctor consulting with patient"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,10 +156,12 @@ 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", 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", imageAlt: "Business hours"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Visit Us Today"
|
||||
@@ -161,7 +172,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Bloom+Clinic+Petaling+Jaya"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Bloom+Clinic+Petaling+Jaya"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,7 +196,8 @@ export default function HomePage() {
|
||||
{ label: "Book Consultation", href: "#consultation" },
|
||||
{ label: "Call: 011-6958 7687", href: "tel:011-69587687" },
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/60169587687"},
|
||||
label: "WhatsApp", href: "https://wa.me/60169587687"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user