Merge version_2 into main #2
199
src/app/page.tsx
199
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Trust",
|
||||
id: "trust",
|
||||
},
|
||||
name: "Trust", id: "trust"},
|
||||
{
|
||||
name: "Quote",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Quote", id: "contact"},
|
||||
]}
|
||||
brandName="DentAdvanced"
|
||||
/>
|
||||
@@ -55,15 +47,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="DentAdvanced"
|
||||
description="Precision engineering for modern dentistry. High-performance machinery and orthodontic solutions for today's elite clinics."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Our Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Browse Our Catalog", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-chemist-checking-bottle-pills-chemistry-tools-working-late-medical-researching_482257-541.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -78,41 +67,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Intraoral Scanner",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66978.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Intraoral Scanner", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66978.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "CAD/CAM System",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "CAD/CAM System", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Clinical Autoclave",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-putting-surgical-gloves-office_23-2148338098.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Clinical Autoclave", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-putting-surgical-gloves-office_23-2148338098.jpg?_wi=1"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Orthodontic Laser",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Orthodontic Laser", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg?_wi=1"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Diagnostic Imager",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg",
|
||||
},
|
||||
id: "5", name: "Diagnostic Imager", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lab Milling Unit",
|
||||
price: "Inquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-3d-printed-skull-with-ar-technology_23-2152000880.jpg",
|
||||
},
|
||||
id: "6", name: "Lab Milling Unit", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-3d-printed-skull-with-ar-technology_23-2152000880.jpg"},
|
||||
]}
|
||||
title="Elite Dental Solutions"
|
||||
description="From scanning to sterilization, our equipment defines excellence in modern clinical workflows."
|
||||
@@ -127,25 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "FDA Compliance",
|
||||
description: "Verified standards",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "100%", title: "FDA Compliance", description: "Verified standards", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "ISO",
|
||||
title: "Certified Quality",
|
||||
description: "Global recognition",
|
||||
icon: Award,
|
||||
id: "m2", value: "ISO", title: "Certified Quality", description: "Global recognition", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Clinical Support",
|
||||
description: "Ready to assist",
|
||||
icon: Shield,
|
||||
id: "m3", value: "24/7", title: "Clinical Support", description: "Ready to assist", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Certified Standards"
|
||||
@@ -160,36 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Advanced Integration",
|
||||
author: "Clinical Tech",
|
||||
description: "Seamlessly integrates with major Practice Management Software.",
|
||||
tags: [
|
||||
"Tech",
|
||||
"Sync",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-biochemistry-pipette-liquid-test-analysis_482257-22936.jpg",
|
||||
},
|
||||
id: "f1", title: "Advanced Integration", author: "Clinical Tech", description: "Seamlessly integrates with major Practice Management Software.", tags: [
|
||||
"Tech", "Sync"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-biochemistry-pipette-liquid-test-analysis_482257-22936.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Clinical Reliability",
|
||||
author: "High Standards",
|
||||
description: "Engineered for 24/7 operation in busy dental practices.",
|
||||
tags: [
|
||||
"HeavyDuty",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg",
|
||||
},
|
||||
id: "f2", title: "Clinical Reliability", author: "High Standards", description: "Engineered for 24/7 operation in busy dental practices.", tags: [
|
||||
"HeavyDuty"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Expert Maintenance",
|
||||
author: "Care Team",
|
||||
description: "Regular maintenance and calibration support available.",
|
||||
tags: [
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042919.jpg",
|
||||
},
|
||||
id: "f3", title: "Expert Maintenance", author: "Care Team", description: "Regular maintenance and calibration support available.", tags: [
|
||||
"Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042919.jpg"},
|
||||
]}
|
||||
title="Precision Clinical Tech"
|
||||
description="Engineered for durability, seamless integration, and clinical reliability."
|
||||
@@ -202,60 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Miller",
|
||||
date: "Jan 2025",
|
||||
title: "Chief Dentist",
|
||||
quote: "DentAdvanced systems changed our workflow.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chemist-checking-bottle-pills-chemistry-tools-working-late-medical-researching_482257-541.jpg?_wi=2",
|
||||
imageAlt: "dentist portrait clinic",
|
||||
},
|
||||
id: "t1", name: "Dr. Sarah Miller", date: "Jan 2025", title: "Chief Dentist", quote: "DentAdvanced systems changed our workflow.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-chemist-checking-bottle-pills-chemistry-tools-working-late-medical-researching_482257-541.jpg?_wi=2", imageAlt: "dentist portrait clinic"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dr. Mark Chen",
|
||||
date: "Dec 2024",
|
||||
title: "Orthodontist",
|
||||
quote: "Reliable scanners, precision results.",
|
||||
tag: "Pro",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66978.jpg?_wi=2",
|
||||
imageAlt: "dentist portrait clinic",
|
||||
},
|
||||
id: "t2", name: "Dr. Mark Chen", date: "Dec 2024", title: "Orthodontist", quote: "Reliable scanners, precision results.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66978.jpg?_wi=2", imageAlt: "dentist portrait clinic"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Nov 2024",
|
||||
title: "Clinic Owner",
|
||||
quote: "Best support team in the industry.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/empty-orthodontist-stomatology-hospital-office-room-prepared-medical-healthcare-treatment-after-dental-diagnosis-orthodontic-cabinet-equipped-with-tooth-instruments-oral-care_482257-9417.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg?_wi=2",
|
||||
imageAlt: "dentist portrait clinic",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "Nov 2024", title: "Clinic Owner", quote: "Best support team in the industry.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/empty-orthodontist-stomatology-hospital-office-room-prepared-medical-healthcare-treatment-after-dental-diagnosis-orthodontic-cabinet-equipped-with-tooth-instruments-oral-care_482257-9417.jpg", imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg?_wi=2", imageAlt: "dentist portrait clinic"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "Oct 2024",
|
||||
title: "Lab Director",
|
||||
quote: "High throughput for our lab systems.",
|
||||
tag: "Volume",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-female-researcher-laboratory_23-2148776156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-putting-surgical-gloves-office_23-2148338098.jpg?_wi=2",
|
||||
imageAlt: "dentist portrait clinic",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "Oct 2024", title: "Lab Director", quote: "High throughput for our lab systems.", tag: "Volume", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-female-researcher-laboratory_23-2148776156.jpg", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-putting-surgical-gloves-office_23-2148338098.jpg?_wi=2", imageAlt: "dentist portrait clinic"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dr. Lisa Wong",
|
||||
date: "Sep 2024",
|
||||
title: "Lead Surgeon",
|
||||
quote: "Exceptional integration capability.",
|
||||
tag: "Innovation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg?_wi=2",
|
||||
imageAlt: "dentist portrait clinic",
|
||||
},
|
||||
id: "t5", name: "Dr. Lisa Wong", date: "Sep 2024", title: "Lead Surgeon", quote: "Exceptional integration capability.", tag: "Innovation", avatarSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", imageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg?_wi=2", imageAlt: "dentist portrait clinic"},
|
||||
]}
|
||||
title="Trusted by Clinics"
|
||||
description="Hear from leaders in the orthodontic and dental industry."
|
||||
@@ -268,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are your units FDA compliant?",
|
||||
content: "Yes, all our major dental machinery units are fully FDA approved and comply with regional health standards.",
|
||||
},
|
||||
id: "q1", title: "Are your units FDA compliant?", content: "Yes, all our major dental machinery units are fully FDA approved and comply with regional health standards."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I request a bulk quote?",
|
||||
content: "Simply fill out our request form to get a competitive quote for your clinic's expansion.",
|
||||
},
|
||||
id: "q2", title: "How do I request a bulk quote?", content: "Simply fill out our request form to get a competitive quote for your clinic's expansion."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What maintenance is included?",
|
||||
content: "We offer comprehensive service agreements including calibration and emergency support.",
|
||||
},
|
||||
id: "q3", title: "What maintenance is included?", content: "We offer comprehensive service agreements including calibration and emergency support."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Learn more about our equipment and clinical compliance standards."
|
||||
@@ -293,10 +173,9 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Request a Quote"
|
||||
title="Get a Custom Clinical Quote"
|
||||
description="Need a solution for your clinic? Tell us about your requirements."
|
||||
/>
|
||||
</div>
|
||||
@@ -308,18 +187,14 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user