Merge version_4 into main #8

Merged
bender merged 1 commits from version_4 into main 2026-05-22 19:29:56 +00:00

View File

@@ -2,15 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { LineChart, Navigation, Scan } from "lucide-react";
@@ -103,66 +102,73 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
<MetricCardTwo
title="Operational Performance"
description="Proven results in clinical efficiency and outcome accuracy."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
tag="Operational Success"
title="Proven Operational Performance"
metrics={[
{ 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" },
{ id: "m1", value: "25%", description: "Reduction in operative time" },
{ id: "m2", value: "98%", description: "Precision rate" },
{ id: "m3", value: "1500+", description: "Surgeries facilitated" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-ujl63g3w.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-uerzf0js.jpg?_wi=2"},
]}
<TestimonialCardSixteen
title="Global Practice Leaders"
description="Trusted by premier dental implant centers worldwide."
kpiItems={[
{ value: "50+", label: "Clinics" },
{ value: "99%", label: "Satisfaction" },
{ value: "10k", label: "Implants" }
]}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Dr. Sarah Miller", role: "Implant Surgeon", company: "Miller Dental", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg" },
{ id: "t2", name: "Dr. James Chen", role: "Owner", company: "Chen Implantology", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg" },
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
sideTitle="Technical Support"
sideDescription="Detailed answers regarding platform integration and clinical standards."
faqs={[
{ id: "f1", title: "Seamless Integration", content: "Our implementation specialists ensure minimal practice disruption." },
{ id: "f2", title: "Regulatory Compliance", content: "All DentBiotech systems exceed international clinical standards." },
{ id: "f3", title: "Comprehensive Training", content: "Access our certified portal for ongoing staff education." },
]}
<FaqBase
title="Technical Support"
description="Clinical standards and platform integration."
textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Integration", content: "Seamless practice disruption minimalization." },
{ id: "f2", title: "Compliance", content: "Exceeding all international standards." },
{ id: "f3", title: "Training", content: "Certified staff educational portal." },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactCTA
tag="Consultation"
title="Digital Transformation"
description="Speak with our regional clinical advisors regarding your practice integration."
buttons={[{ text: "Request Demo" }]}
useInvertedBackground={false}
title="Start Your Digital Transformation"
description="Request a private consultation with our regional advisors."
inputs={[
{ 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 clinical goals", rows: 4 }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-ujl63g3w.jpg?_wi=3"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterMedia
logoText="DentBiotech"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-ujl63g3w.jpg?_wi=3"
columns={[
{ title: "Solutions", items: [{ label: "Diagnostic", href: "#" }, { label: "Surgical", href: "#" }] },
{ title: "Company", items: [{ label: "Support", href: "#" }, { label: "Privacy", href: "#" }] }
]}
/>
</div>
</ReactLenis>