Update src/app/treatments/page.tsx

This commit is contained in:
2026-03-16 17:31:54 +00:00
parent 86d52ed8a8
commit 826ecfcac3

View File

@@ -107,21 +107,21 @@ export default function TreatmentsPage() {
id: "botox",
name: "Professional Botox",
price: "Preventive & Therapeutic",
imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=2",
imageAlt: "Professional Botox treatment",
},
{
id: "prp-facial",
name: "PRP Facial Rejuvenation",
price: "Regenerative Science",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiley-doctor-s-appointment_23-2149313522.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiley-doctor-s-appointment_23-2149313522.jpg?_wi=2",
imageAlt: "PRP facial treatment",
},
{
id: "teosyal",
name: "Premium Teosyal Fillers",
price: "Dermal Enhancement",
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg?_wi=2",
imageAlt: "Teosyal filler treatment",
},
]}