diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ea344c..eeacaf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { CheckCircle, Heart, Shield, Smile, Sparkles, Tooth, Award, Users, TrendingUp, Phone, MapPin } from 'lucide-react'; +import { CheckCircle, Heart, Shield, Smile, Sparkles, Award, Users, TrendingUp, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -76,7 +76,7 @@ export default function LandingPage() { features={[ { icon: Smile, title: "Dental Checkups", description: "Professional and thorough examinations to maintain your oral health" }, { icon: Sparkles, title: "Professional Cleaning", description: "Advanced cleaning techniques for a brighter, healthier smile" }, - { icon: Tooth, title: "Tooth Restoration", description: "Expert restoration treatments to repair and strengthen damaged teeth" }, + { icon: Shield, title: "Tooth Restoration", description: "Expert restoration treatments to repair and strengthen damaged teeth" }, { icon: Shield, title: "Preventive Care", description: "Proactive treatments to prevent dental problems before they occur" }, { icon: Heart, title: "Patient Comfort", description: "Gentle, compassionate care in a relaxing environment" }, { icon: CheckCircle, title: "General Dentistry", description: "Complete range of general dental services for all your needs" } @@ -111,11 +111,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marco Rossi", handle: "@marcorossi", testimonial: "Excellent dentist, honest and professional. Always suggests the right treatment and is very attentive to patients. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=1", imageAlt: "Marco Rossi testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageAlt: "Marco Rossi testimonial" }, { id: "2", name: "Giulia Bianchi", handle: "@giuliab", testimonial: "Very comfortable environment and professional staff. Dr. Albera takes time to explain every procedure. I felt completely at ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg?_wi=1", imageAlt: "Giulia Bianchi testimonial" + imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg", imageAlt: "Giulia Bianchi testimonial" }, { id: "3", name: "Antonio Ferrari", handle: "@aferrari", testimonial: "The clinic is immaculate and modern. The treatment I received was professional and painless. I've never had a better dental experience.", rating: 5, @@ -127,11 +127,11 @@ export default function LandingPage() { }, { id: "5", name: "Paolo Marconi", handle: "@pmarconi", testimonial: "Professional, punctual, and compassionate. The best dental clinic I've visited. Highly recommend to anyone in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2", imageAlt: "Paolo Marconi testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageAlt: "Paolo Marconi testimonial" }, { id: "6", name: "Elena Moretti", handle: "@elenamor", testimonial: "Outstanding service and attention to detail. My family and I have been patients for years and couldn't be happier with the care we receive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg?_wi=2", imageAlt: "Elena Moretti testimonial" + imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg", imageAlt: "Elena Moretti testimonial" } ]} showRating={true}