From 3f58900876918f762eefec55575e4611eb8bc3dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71dd29a..6d18eee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Smile, - Tooth, Sparkles, Shield, Zap, @@ -66,7 +65,7 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/close-up-revealing-shot-medical-dental-tools-ready-stomatology-teeth-surgery_482257-15350.jpg", imageAlt: "Modern dental office reception"}, { imageSrc: - "http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=1", imageAlt: "Professional dental team"}, + "http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg", imageAlt: "Professional dental team"}, ]} mediaAnimation="slide-up" rating={5} @@ -84,7 +83,7 @@ export default function LandingPage() { title="Our Comprehensive Services" description="From routine care to advanced treatments, we offer a full range of dental services to keep your smile healthy and beautiful." tag="Services" - tagIcon={Tooth} + tagIcon={Sparkles} tagAnimation="slide-up" features={[ { @@ -125,7 +124,7 @@ export default function LandingPage() { tag="About Us" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg" imageAlt="SmileCare Dental practice" useInvertedBackground={false} buttons={[{ text: "Meet Our Team", href: "#team" }]} -- 2.49.1