Update src/app/page.tsx

This commit is contained in:
2026-03-16 03:31:17 +00:00
parent 222fac101a
commit 06cac23d5b

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Dr Akash - Experienced Dentist"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg?_wi=1", imageAlt: "Dr Akash - Experienced Dentist"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-dental-tooth-intruments-medical-stomatology-orthodontic-office_482257-12296.jpg", imageAlt: "Modern Dental Clinic Interior"
@@ -69,10 +69,10 @@ export default function LandingPage() {
title="Why Choose Dr Akash Dental Clinic"
description="Trusted by hundreds of patients in Dehradun with modern equipment, expert care, and affordable treatment."
metrics={[
{ id: "rating", value: "4.8 ⭐", title: "Google Rating", description: "134+ happy patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Google Rating" },
{ id: "experience", value: "15+", title: "Years Experience", description: "Expert dental care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Years Experience" },
{ id: "treatments", value: "8+", title: "Services Offered", description: "Complete dental solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Services Offered" },
{ id: "modern", value: "100%", title: "Modern Equipment", description: "Latest technology", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Modern Equipment" }
{ id: "rating", value: "4.8 ⭐", title: "Google Rating", description: "134+ happy patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg?_wi=2", imageAlt: "Google Rating" },
{ id: "experience", value: "15+", title: "Years Experience", description: "Expert dental care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg?_wi=3", imageAlt: "Years Experience" },
{ id: "treatments", value: "8+", title: "Services Offered", description: "Complete dental solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg?_wi=4", imageAlt: "Services Offered" },
{ id: "modern", value: "100%", title: "Modern Equipment", description: "Latest technology", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg?_wi=5", imageAlt: "Modern Equipment" }
]}
animationType="opacity"
textboxLayout="default"