Update src/app/services/page.tsx
This commit is contained in:
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
title: "General Dentistry",
|
||||
description: "Routine examinations, cleanings, fillings, and root canal treatments to maintain your oral health.",
|
||||
tag: "Healthy Smiles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg?_wi=1",
|
||||
imageAlt: "Patient getting dental checkup",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
title: "Emergency Dental",
|
||||
description: "Prompt care for toothaches, broken teeth, lost fillings, and other urgent dental issues.",
|
||||
tag: "Immediate Relief",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-neckpain-white-background_176474-115425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-neckpain-white-background_176474-115425.jpg?_wi=1",
|
||||
imageAlt: "Person holding jaw in pain",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
title: "Dental Implants",
|
||||
description: "Permanent and natural-looking solutions for missing teeth, restoring function and aesthetics.",
|
||||
tag: "Lasting Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-toothbrush-teeth-model-dental-clinic_23-2147879182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-toothbrush-teeth-model-dental-clinic_23-2147879182.jpg?_wi=1",
|
||||
imageAlt: "3D illustration of a dental implant",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
title: "Children's Dentistry",
|
||||
description: "Gentle and comprehensive care for our youngest patients, focusing on prevention and education.",
|
||||
tag: "Future Smiles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg?_wi=3",
|
||||
imageAlt: "Child smiling at dentist",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
title: "Preventative Care",
|
||||
description: "Regular check-ups, professional cleans, and personalized advice to prevent dental issues.",
|
||||
tag: "Prevention First",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dentist-choosing-tools-dentistry-concept-preparation-tooth-filling_169016-67090.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dentist-choosing-tools-dentistry-concept-preparation-tooth-filling_169016-67090.jpg?_wi=2",
|
||||
imageAlt: "Close up dental tools",
|
||||
},
|
||||
]}
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
title: "Dental Implant Benefits",
|
||||
description: "Dental implants offer a durable and aesthetic solution for replacing missing teeth, integrating seamlessly with your natural jawbone.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-toothbrush-teeth-model-dental-clinic_23-2147879182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-toothbrush-teeth-model-dental-clinic_23-2147879182.jpg?_wi=2",
|
||||
imageAlt: "Dental implant 3D illustration",
|
||||
},
|
||||
items: [
|
||||
@@ -170,21 +170,21 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "Call Us Immediately",
|
||||
description: "If you experience a dental emergency, don't hesitate. Our friendly staff will guide you through the next steps and schedule an urgent appointment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-neckpain-white-background_176474-115425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-neckpain-white-background_176474-115425.jpg?_wi=2",
|
||||
imageAlt: "Person holding jaw in pain",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Prompt Assessment",
|
||||
description: "Upon arrival, we quickly diagnose the issue to provide immediate pain relief and create a targeted treatment plan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dentist-choosing-tools-dentistry-concept-preparation-tooth-filling_169016-67090.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dentist-choosing-tools-dentistry-concept-preparation-tooth-filling_169016-67090.jpg?_wi=3",
|
||||
imageAlt: "Close-up of dental tools",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Comprehensive Treatment",
|
||||
description: "From managing pain to performing restorative procedures, we ensure your comfort and long-term oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg?_wi=2",
|
||||
imageAlt: "Patient dental checkup",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user