From fb4d5003909eb0da2e8d8d4aebd1082a1fd5b47e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc256f5..5389391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,12 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { Shield, Zap, Heart, DollarSign } from 'lucide-react'; const handleAppointmentClick = () => { const contactSection = document.getElementById('contact'); @@ -133,16 +134,16 @@ export default function LandingPage() { tag="Our Advantages" features={[ { - title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-dentist-clinic_23-2149164357.jpg", imageAlt: "Experienced dental team" + title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry", icon: Shield }, { - title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=1", imageAlt: "Modern dental clinic" + title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", icon: Zap }, { - title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=2", imageAlt: "Comfortable dental experience" + title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", icon: Heart }, { - title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=2", imageAlt: "Affordable dental services" + title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", icon: DollarSign } ]} animationType="slide-up"