Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97f80630a9 | |||
| c40508077c | |||
| c793460338 | |||
| f2ae0aa142 | |||
| 07dc5438ba |
117
src/app/page.tsx
117
src/app/page.tsx
@@ -3,9 +3,9 @@
|
||||
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';
|
||||
@@ -32,10 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Precision Tech", id: "#features" },
|
||||
{ name: "Clinical Solutions", id: "#products" },
|
||||
{ name: "Success Stories", id: "#testimonials" },
|
||||
{ name: "Request Demo", id: "#contact" },
|
||||
{ name: "Tech Features", id: "#features" },
|
||||
{ name: "Clinical Tools", id: "#products" },
|
||||
{ name: "Partners", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="DentBiotech"
|
||||
/>
|
||||
@@ -44,9 +45,9 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="DentBiotech"
|
||||
description="Trusted by leading dental practices worldwide. Our integrated diagnostic and surgical platform delivers clinical accuracy, reduces operative time, and streamlines clinic workflows—all built for modern implantology."
|
||||
description="The industry standard in high-precision surgical guidance and diagnostic analytics. Built for high-volume implant practices demanding zero-compromise accuracy and workflow efficiency."
|
||||
buttons={[
|
||||
{ text: "Request Demo & Pricing", href: "#contact" },
|
||||
{ text: "Request Clinical Demo", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=1"
|
||||
@@ -56,32 +57,32 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="Clinical Precision"
|
||||
title="Empowering Surgeons with Advanced Biotech Engineering"
|
||||
tag="Advanced Engineering"
|
||||
title="Engineered for the Modern Implantologist"
|
||||
buttons={[
|
||||
{ text: "Learn More" },
|
||||
{ text: "Explore Technology" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Integrated Surgical Ecosystem"
|
||||
description="A modular biotech platform that standardizes surgical outcomes across your entire practice, optimizing everything from diagnostics to patient post-op management."
|
||||
features={[
|
||||
{
|
||||
title: "Precision Imaging", description: "High resolution 3D modeling.", bentoComponent: "reveal-icon", icon: Scan,
|
||||
title: "Advanced Imaging", description: "High-resolution, AI-augmented 3D diagnostic modeling.", icon: Scan,
|
||||
},
|
||||
{
|
||||
title: "Surgical Guidance", description: "Real-time navigation support.", bentoComponent: "reveal-icon", icon: Navigation,
|
||||
title: "Surgical Navigation", description: "Precision-guided navigation for real-time procedural support.", icon: Navigation,
|
||||
},
|
||||
{
|
||||
title: "Analytics Engine", description: "Clinical outcome tracking.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
title: "Outcome Analytics", description: "Evidence-based performance tracking for continuous improvement.", icon: LineChart,
|
||||
},
|
||||
]}
|
||||
title="Integrated Workflow Optimization"
|
||||
description="Our platform seamlessly integrates into your existing practice infrastructure."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,39 +93,24 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "DentBiotech", name: "Pro-Implant Kit", price: "$4,200", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tray-with-medical-scalpel-tools_23-2149299224.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "DentBiotech", name: "Surgical Guide System", price: "$8,500", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/jar-cotton-rolls-orthodontic-instruments-dental-procedure_651396-3108.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", brand: "DentBiotech", name: "Biotech Handpiece", price: "$2,900", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4416.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4", brand: "DentBiotech", name: "Diagnostic Software", price: "$1,500", rating: 5,
|
||||
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4429.jpg"},
|
||||
{
|
||||
id: "p5", brand: "DentBiotech", name: "Precision Drill Set", price: "$950", rating: 4,
|
||||
reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-background_1232-2898.jpg"},
|
||||
{
|
||||
id: "p6", brand: "DentBiotech", name: "Sterilization Unit", price: "$3,200", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4592.jpg"},
|
||||
{ id: "p1", brand: "DentBiotech", name: "Pro-Implant Kit", price: "$4,200", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tray-with-medical-scalpel-tools_23-2149299224.jpg?_wi=1"},
|
||||
{ id: "p2", brand: "DentBiotech", name: "Surgical Guide System", price: "$8,500", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/jar-cotton-rolls-orthodontic-instruments-dental-procedure_651396-3108.jpg?_wi=1"},
|
||||
{ id: "p3", brand: "DentBiotech", name: "Precision Handpiece", price: "$2,900", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4416.jpg?_wi=1"},
|
||||
]}
|
||||
title="Our Clinical Solutions"
|
||||
description="Advanced tools for implant specialists."
|
||||
title="Clinical Solutions Suite"
|
||||
description="Optimized hardware and software tools designed specifically for high-efficiency implant centers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Measured Clinical Impact"
|
||||
tag="Our Results"
|
||||
tag="Operational Success"
|
||||
title="Proven Operational Performance"
|
||||
metrics={[
|
||||
{ id: "m1", value: "25%", description: "Reduction in operative time" },
|
||||
{ id: "m2", value: "98%", description: "Clinical accuracy rate" },
|
||||
{ id: "m3", value: "1500+", description: "Successful surgeries" },
|
||||
{ id: "m1", value: "25%", description: "Reduction in average operative time" },
|
||||
{ id: "m2", value: "98%", description: "Enhanced clinical precision rate" },
|
||||
{ id: "m3", value: "1500+", description: "Clinical implant surgeries facilitated" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,33 +121,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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Technical Support & Implementation"
|
||||
sideDescription="Detailed answers regarding platform integration, compliance standards, and continuing education for your clinical team."
|
||||
faqs={[
|
||||
{ id: "f1", title: "Integration Process", content: "Our team ensures seamless deployment." },
|
||||
{ id: "f2", title: "Compliance & Regulations", content: "Fully certified for clinical standards." },
|
||||
{ id: "f3", title: "Staff Training", content: "Comprehensive training programs provided." },
|
||||
{ id: "f1", title: "Seamless Integration", content: "Our dedicated implementation specialists ensure your practice workflow experiences minimal disruption during deployment." },
|
||||
{ id: "f2", title: "Regulatory Compliance", content: "All DentBiotech systems are fully certified to meet and exceed local and international clinical regulatory standards." },
|
||||
{ id: "f3", title: "Comprehensive Training", content: "Access our certified training portal for ongoing staff education and platform certification modules." },
|
||||
]}
|
||||
title="Practice Implementation Questions"
|
||||
description="Frequently asked questions from our clinic partners."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -169,21 +146,23 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Request Demo & Pricing"
|
||||
description="Our clinical consultants are ready to assist with your practice integration strategy."
|
||||
title="Start Your Digital Transformation"
|
||||
description="Request a private consultation with our regional clinical advisors to discuss your practice requirements."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Clinic Name", required: true },
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "clinic", type: "text", placeholder: "Clinic Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Work Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your message", rows: 4 }}
|
||||
textarea={{ name: "message", placeholder: "Describe your specific clinical goals", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterLogoReveal
|
||||
logoText="DentBiotech"
|
||||
copyrightText="© 2025 | DentBiotech Advanced Solutions"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user