diff --git a/src/app/page.tsx b/src/app/page.tsx index d5dc0f7..f9dc057 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,28 +63,28 @@ export default function Home() { features={[ { id: 1, - tag: "Preventive", title: "Teeth Cleaning", subtitle: "Professional cleaning and maintenance", description: "Regular professional cleanings help prevent cavities, gum disease, and other oral health issues. Our hygienists use advanced techniques to keep your teeth and gums healthy.", imageSrc: "/api/placeholder/500/400", imageAlt: "Teeth cleaning", buttons: [ + tag: "Preventive", title: "Teeth Cleaning", subtitle: "Professional cleaning and maintenance", description: "Regular professional cleanings help prevent cavities, gum disease, and other oral health issues. Our hygienists use advanced techniques to keep your teeth and gums healthy.", imageSrc: "/api/placeholder/500/400?_wi=1", imageAlt: "Teeth cleaning", buttons: [ { text: "Learn more", href: "#services"}, ], }, { id: 2, - tag: "Restorative", title: "Dental Implants", subtitle: "Permanent tooth replacement solution", description: "Dental implants are the gold standard for tooth replacement. They look and feel natural while providing a long-lasting solution that preserves your jawbone.", imageSrc: "/api/placeholder/500/400", imageAlt: "Dental implants", buttons: [ + tag: "Restorative", title: "Dental Implants", subtitle: "Permanent tooth replacement solution", description: "Dental implants are the gold standard for tooth replacement. They look and feel natural while providing a long-lasting solution that preserves your jawbone.", imageSrc: "/api/placeholder/500/400?_wi=2", imageAlt: "Dental implants", buttons: [ { text: "Learn more", href: "#services"}, ], }, { id: 3, - tag: "Cosmetic", title: "Teeth Whitening", subtitle: "Professional whitening treatments", description: "Achieve a brighter, whiter smile with our professional whitening treatments. Safe, effective, and long-lasting results that will boost your confidence.", imageSrc: "/api/placeholder/500/400", imageAlt: "Teeth whitening", buttons: [ + tag: "Cosmetic", title: "Teeth Whitening", subtitle: "Professional whitening treatments", description: "Achieve a brighter, whiter smile with our professional whitening treatments. Safe, effective, and long-lasting results that will boost your confidence.", imageSrc: "/api/placeholder/500/400?_wi=3", imageAlt: "Teeth whitening", buttons: [ { text: "Learn more", href: "#services"}, ], }, { id: 4, - tag: "Treatment", title: "Root Canal Treatment", subtitle: "Saving infected or damaged teeth", description: "Root canal therapy is designed to eliminate bacteria from the infected root canal, prevent reinfection of the tooth, and save the natural tooth.", imageSrc: "/api/placeholder/500/400", imageAlt: "Root canal treatment", buttons: [ + tag: "Treatment", title: "Root Canal Treatment", subtitle: "Saving infected or damaged teeth", description: "Root canal therapy is designed to eliminate bacteria from the infected root canal, prevent reinfection of the tooth, and save the natural tooth.", imageSrc: "/api/placeholder/500/400?_wi=4", imageAlt: "Root canal treatment", buttons: [ { text: "Learn more", href: "#services"}, ], @@ -130,13 +130,13 @@ export default function Home() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, - imageSrc: "/api/placeholder/400/400", imageAlt: "Sarah Johnson"}, + imageSrc: "/api/placeholder/400/400?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Marketing Director", company: "Creative Agency", rating: 5, - imageSrc: "/api/placeholder/400/400", imageAlt: "Michael Chen"}, + imageSrc: "/api/placeholder/400/400?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Consultant", company: "Global Partners", rating: 5, - imageSrc: "/api/placeholder/400/400", imageAlt: "Emily Rodriguez"}, + imageSrc: "/api/placeholder/400/400?_wi=3", imageAlt: "Emily Rodriguez"}, ]} kpiItems={[ { value: "98%", label: "Patient Satisfaction" }, @@ -155,17 +155,17 @@ export default function Home() {