diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b215c0..3e5684c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { LineChart, Navigation, Scan } from "lucide-react"; +import { LineChart, Navigation, Scan, CheckCircle, ShieldCheck, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -32,10 +32,11 @@ export default function LandingPage() {
@@ -135,33 +120,24 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Dr. Sarah Miller", date: "Oct 2024", title: "Lead Surgeon", quote: "The precision is unmatched.", tag: "Implantology", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=2", imageAlt: "dentist portrait in scrubs"}, - { - id: "t2", name: "Dr. James Chen", date: "Sept 2024", title: "Practice Owner", quote: "Significant ROI achieved.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg", imageAlt: "dentist portrait in scrubs"}, - { - id: "t3", name: "Dr. Elena Rossi", date: "Aug 2024", title: "Implant Specialist", quote: "Workflow is seamless.", tag: "Surgery", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-doctor-dressed-uniform_171337-1486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tray-with-medical-scalpel-tools_23-2149299224.jpg?_wi=2", imageAlt: "dentist portrait in scrubs"}, - { - id: "t4", name: "Dr. Marcus White", date: "July 2024", title: "Clinical Director", quote: "Essential biotech upgrade.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-sheet_1098-912.jpg", imageSrc: "http://img.b2bpic.net/free-photo/jar-cotton-rolls-orthodontic-instruments-dental-procedure_651396-3108.jpg?_wi=2", imageAlt: "dentist portrait in scrubs"}, - { - id: "t5", name: "Dr. Anna Smith", date: "June 2024", title: "Lead Surgeon", quote: "My go-to equipment provider.", tag: "Surgery", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1165.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4416.jpg?_wi=2", imageAlt: "dentist portrait in scrubs"}, + { id: "t1", name: "Dr. Sarah Miller", date: "Oct 2024", title: "Implant Surgeon", quote: "DentBiotech transformed our surgical workflow. The accuracy is absolute.", tag: "Clinical Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=2"}, + { id: "t2", name: "Dr. James Chen", date: "Sept 2024", title: "Practice Owner", quote: "The analytics engine provides clarity on surgical outcomes that we simply didn't have before.", tag: "Strategic ROI", avatarSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg"}, ]} - title="Leading Practice Success" - description="Validated by top implantologists globally." + title="Global Practice Leaders" + description="Trusted by premier dental implant centers worldwide to drive efficiency and clinical superiority." />
-
@@ -169,21 +145,23 @@ export default function LandingPage() {