Merge version_1 into main #2
223
src/app/page.tsx
223
src/app/page.tsx
@@ -32,22 +32,10 @@ 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: "Precision Tech", id: "#features" },
|
||||
{ name: "Clinical Solutions", id: "#products" },
|
||||
{ name: "Success Stories", id: "#testimonials" },
|
||||
{ name: "Request Demo", id: "#contact" },
|
||||
]}
|
||||
brandName="DentBiotech"
|
||||
/>
|
||||
@@ -58,13 +46,10 @@ export default function LandingPage() {
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Demo & Pricing",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Request Demo & Pricing", 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,9 +59,7 @@ export default function LandingPage() {
|
||||
tag="Clinical Precision"
|
||||
title="Empowering Surgeons with Advanced Biotech Engineering"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
{ text: "Learn More" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,28 +71,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Imaging",
|
||||
description: "High resolution 3D modeling.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Scan,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg?_wi=1",
|
||||
imageAlt: "dental 3d reconstruction software",
|
||||
title: "Precision Imaging", description: "High resolution 3D modeling.", bentoComponent: "reveal-icon", icon: Scan,
|
||||
},
|
||||
{
|
||||
title: "Surgical Guidance",
|
||||
description: "Real-time navigation support.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Navigation,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=2",
|
||||
imageAlt: "dental 3d reconstruction software",
|
||||
title: "Surgical Guidance", description: "Real-time navigation support.", bentoComponent: "reveal-icon", icon: Navigation,
|
||||
},
|
||||
{
|
||||
title: "Analytics Engine",
|
||||
description: "Clinical outcome tracking.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tray-with-medical-scalpel-tools_23-2149299224.jpg?_wi=1",
|
||||
imageAlt: "dental 3d reconstruction software",
|
||||
title: "Analytics Engine", description: "Clinical outcome tracking.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
},
|
||||
]}
|
||||
title="Integrated Workflow Optimization"
|
||||
@@ -125,59 +93,23 @@ export default function LandingPage() {
|
||||
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=2",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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: "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: "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: "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"},
|
||||
]}
|
||||
title="Our Clinical Solutions"
|
||||
description="Advanced tools for implant specialists."
|
||||
@@ -190,21 +122,9 @@ export default function LandingPage() {
|
||||
title="Measured Clinical Impact"
|
||||
tag="Our Results"
|
||||
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 operative time" },
|
||||
{ id: "m2", value: "98%", description: "Clinical accuracy rate" },
|
||||
{ id: "m3", value: "1500+", description: "Successful surgeries" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -216,60 +136,15 @@ export default function LandingPage() {
|
||||
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=3",
|
||||
imageAlt: "dentist portrait in scrubs",
|
||||
},
|
||||
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", 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?_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=3",
|
||||
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", 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: "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", 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: "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", imageAlt: "dentist portrait in scrubs"},
|
||||
]}
|
||||
title="Leading Practice Success"
|
||||
description="Validated by top implantologists globally."
|
||||
@@ -281,21 +156,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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." },
|
||||
]}
|
||||
title="Practice Implementation Questions"
|
||||
description="Frequently asked questions from our clinic partners."
|
||||
@@ -309,24 +172,10 @@ export default function LandingPage() {
|
||||
title="Request Demo & Pricing"
|
||||
description="Our clinical consultants are ready to assist with your practice integration strategy."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Clinic Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Work Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", 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: "Your message", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user