diff --git a/src/app/page.tsx b/src/app/page.tsx index 128e4ca..4479adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,15 +88,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Prevention", title: "Routine Checkups & Cleaning", subtitle: "Preventive dental care", description: "Regular dental exams and professional cleaning to maintain healthy teeth and prevent cavities. We use the latest diagnostic technology to catch problems early.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogd16f", imageAlt: "Preventive dental care" + tag: "Prevention", title: "Routine Checkups & Cleaning", subtitle: "Preventive dental care", description: "Regular dental exams and professional cleaning to maintain healthy teeth and prevent cavities. We use the latest diagnostic technology to catch problems early.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogd16f&_wi=1", imageAlt: "Preventive dental care" }, { id: 2, - tag: "Restorative", title: "Root Canal Treatment", subtitle: "Save infected teeth painlessly", description: "Modern root canal therapy using advanced techniques and pain management. Dr Rathore specializes in saving teeth that might otherwise be lost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv1cc9", imageAlt: "Root canal treatment" + tag: "Restorative", title: "Root Canal Treatment", subtitle: "Save infected teeth painlessly", description: "Modern root canal therapy using advanced techniques and pain management. Dr Rathore specializes in saving teeth that might otherwise be lost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv1cc9&_wi=1", imageAlt: "Root canal treatment" }, { id: 3, - tag: "Cosmetic", title: "Teeth Whitening & Veneers", subtitle: "Professional smile enhancement", description: "Professional whitening treatments and porcelain veneers to create the bright, beautiful smile you've always wanted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogd16f", imageAlt: "Teeth whitening treatment" + tag: "Cosmetic", title: "Teeth Whitening & Veneers", subtitle: "Professional smile enhancement", description: "Professional whitening treatments and porcelain veneers to create the bright, beautiful smile you've always wanted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogd16f&_wi=2", imageAlt: "Teeth whitening treatment" }, { id: 4, @@ -108,7 +108,7 @@ export default function LandingPage() { }, { id: 6, - tag: "Emergency", title: "Emergency Dental Care", subtitle: "Fast relief from dental pain", description: "Fast treatment for dental pain and urgent issues. Call us for emergency appointments - we prioritize patient comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv1cc9", imageAlt: "Emergency dental care" + tag: "Emergency", title: "Emergency Dental Care", subtitle: "Fast relief from dental pain", description: "Fast treatment for dental pain and urgent issues. Call us for emergency appointments - we prioritize patient comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv1cc9&_wi=2", imageAlt: "Emergency dental care" } ]} />