diff --git a/src/app/page.tsx b/src/app/page.tsx index 93a12f7..8751454 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Activity, Award, Clock, Smile, Star } from "lucide-react"; +import { Activity, Award, Clock, Smile, Star, Zap, Eye, Heart, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -136,30 +77,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Miraculous Precision", - description: "Techniques ensuring comfort during every procedure.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-space-with-maquette-table-design-urban-property-plan-building-model-layout-nobody-office-with-architecture-project-real-estate-development-presentation_482257-29970.jpg", - buttonIcon: "Zap", - }, - { - title: "Absolute Transparency", - description: "Step-by-step clarity regarding your treatment plan.", - imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-monochrome-view-woman-working-her-job_23-2151295981.jpg", - buttonIcon: "Eye", - }, - { - title: "Culture of Warmth", - description: "An elite staff that treats you like family.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", - buttonIcon: "Heart", - }, - { - title: "Modern Comfort", - description: "State-of-the-art facilities designed for peace.", - imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", - buttonIcon: "Shield", - }, + { title: "Miraculous Precision", description: "Techniques ensuring comfort during every procedure.", imageSrc: "http://img.b2bpic.net/free-photo/empty-space-with-maquette-table-design-urban-property-plan-building-model-layout-nobody-office-with-architecture-project-real-estate-development-presentation_482257-29970.jpg", buttonIcon: Zap }, + { title: "Absolute Transparency", description: "Step-by-step clarity regarding your treatment plan.", imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-monochrome-view-woman-working-her-job_23-2151295981.jpg", buttonIcon: Eye }, + { title: "Culture of Warmth", description: "An elite staff that treats you like family.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", buttonIcon: Heart }, + { title: "Modern Comfort", description: "State-of-the-art facilities designed for peace.", imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", buttonIcon: Shield }, ]} title="The Patient Experience" description="Revolutionizing the journey from anxiety to ease with boutique-level care." @@ -172,18 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} team={[ - { - id: "dr-yanelys", - name: "Dr. Yanelys", - role: "Master of Gentle Dentistry", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtIVj3BFLPFlHiXkf0bSDZOPYW/uploaded-1779095143424-2i0310sr.jpg", - }, - { - id: "dr-pino", - name: "Dr. Pino", - role: "Lead Clinician & Educator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtIVj3BFLPFlHiXkf0bSDZOPYW/uploaded-1779095143424-tjemxbvx.jpg", - }, + { id: "dr-yanelys", name: "Dr. Yanelys", role: "Master of Gentle Dentistry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtIVj3BFLPFlHiXkf0bSDZOPYW/uploaded-1779095143424-2i0310sr.jpg" }, + { id: "dr-pino", name: "Dr. Pino", role: "Lead Clinician & Educator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtIVj3BFLPFlHiXkf0bSDZOPYW/uploaded-1779095143424-tjemxbvx.jpg" }, ]} title="Our World-Class Doctors" description="Meet the visionary experts behind our patient-centric dental care philosophy." @@ -192,44 +103,15 @@ export default function LandingPage() {