Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-08 12:50:21 +00:00
2 changed files with 303 additions and 375 deletions

View File

@@ -1,61 +1,74 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase";
import {
Sparkles,
Layers,
Stethoscope,
BarChart3,
Users,
Brain,
Lock,
LayoutDashboard,
Smartphone,
CreditCard,
Settings,
Zap,
Globe,
Award,
HelpCircle,
} from "lucide-react";
import Link from "next/link";
import { Sparkles, Layers, Zap, CreditCard, Globe, Award, HelpCircle, Stethoscope, BarChart3, Users, Brain, Lock, LayoutDashboard, Smartphone, Settings } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Platform", id: "hero" },
{ name: "Features", id: "core-features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Platform", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Solutions", href: "/solutions" },
{ label: "Security", href: "/security" },
],
},
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "GDPR", href: "/gdpr" },
{ label: "Compliance", href: "/compliance" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="medium"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Platform", id: "features" },
{ name: "Features", id: "core-features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
navItems={navItems}
button={{
text: "Start Free Trial",
href: "https://app.dentalos.io/signup",
}}
text: "Start Free Trial", href: "https://app.dentalos.io/signup"}}
brandName="DentalOS"
/>
</div>
@@ -64,65 +77,35 @@ export default function HomePage() {
<HeroBillboard
title="The Operating System for Modern Dental Clinics"
description="DentalOS is a comprehensive cloud-based platform that integrates clinical management, patient engagement, AI-powered insights, and European-compliant billing. Scale your practice globally with enterprise-grade security and multi-tenant architecture."
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
tag="Enterprise SaaS for Healthcare"
tagIcon={Sparkles}
tagAnimation="slide-up"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png",
alt: "Dental Professional",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-female-clinic-1772973938698-4271327b.png",
alt: "Clinic Manager",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-younger-denti-1772973938901-e53f1e17.png",
alt: "Healthcare Provider",
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png", alt: "Dental Professional" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-female-clinic-1772973938698-4271327b.png", alt: "Clinic Manager" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-younger-denti-1772973938901-e53f1e17.png", alt: "Healthcare Provider" },
]}
avatarText="Trusted by 500+ clinics worldwide"
buttons={[
{
text: "Start Free Trial",
href: "https://app.dentalos.io/signup",
},
{
text: "Request Demo",
href: "#contact",
},
{ text: "Start Free Trial", href: "https://app.dentalos.io/signup" },
{ text: "Request Demo", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-modern-clean-dental-management-dashboa-1772973940246-099a90e9.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-modern-clean-dental-management-dashboa-1772973940246-099a90e9.png"
imageAlt="DentalOS Dashboard"
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "GDPR Compliant",
},
{
type: "text",
text: "HIPAA Certified",
},
{
type: "text",
text: "ISO 27001",
},
{
type: "text",
text: "Enterprise Grade",
},
{
type: "text",
text: "Global Deployment",
},
{ type: "text", text: "GDPR Compliant" },
{ type: "text", text: "HIPAA Certified" },
{ type: "text", text: "ISO 27001" },
{ type: "text", text: "Enterprise Grade" },
{ type: "text", text: "Global Deployment" },
]}
/>
</div>
<div id="features" data-section="features">
<div id="about" data-section="about">
<SplitAbout
title="The Complete Dental Management Ecosystem"
description="DentalOS unifies five critical operational layers into one powerful platform: Super Admin control, Clinic dashboards, patient apps, AI intelligence, and subscription management."
@@ -132,162 +115,110 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Unified Clinical Management",
description:
"Complete patient records, digital odontograms, treatment planning, and appointment scheduling all in one secure system.",
icon: Stethoscope,
title: "Unified Clinical Management", description: "Complete patient records, digital odontograms, treatment planning, and appointment scheduling all in one secure system.", icon: Stethoscope,
},
{
title: "Administrative Automation",
description:
"Streamline billing, invoicing, payments, and inventory management with European compliance built-in.",
icon: BarChart3,
title: "Administrative Automation", description: "Streamline billing, invoicing, payments, and inventory management with European compliance built-in.", icon: BarChart3,
},
{
title: "Patient Engagement",
description:
"Mobile app for appointment booking, treatment tracking, and direct clinic communication.",
icon: Users,
title: "Patient Engagement", description: "Mobile app for appointment booking, treatment tracking, and direct clinic communication.", icon: Users,
},
{
title: "AI-Powered Intelligence",
description:
"Predictive analytics, treatment recommendations, and marketing automation powered by machine learning.",
icon: Brain,
title: "AI-Powered Intelligence", description: "Predictive analytics, treatment recommendations, and marketing automation powered by machine learning.", icon: Brain,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-comprehensive-analytics-dashboard-show-1772973939874-fdcc33f9.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-comprehensive-analytics-dashboard-show-1772973939874-fdcc33f9.png"
imageAlt="DentalOS Analytics Dashboard"
mediaAnimation="slide-up"
imagePosition="right"
buttons={[
{
text: "Explore All Features",
href: "/features",
},
{ text: "Explore All Features", href: "/features" },
]}
/>
</div>
<div id="core-features" data-section="core-features">
<FeatureBorderGlow
features={[
{
icon: Lock,
title: "Super Admin Platform", description: "Complete control over clinic management, user provisioning, license activation, and platform-wide monitoring"},
{
icon: LayoutDashboard,
title: "Clinic Dashboard", description: "Dedicated environment for dentists, assistants, and staff with role-based access and integrated workflows"},
{
icon: Smartphone,
title: "Patient App", description: "iOS and Android apps for appointment booking, payment processing, and secure patient communication"},
{
icon: Brain,
title: "AI Intelligence Layer", description: "Machine learning for treatment recommendations, patient behavior analysis, and marketing automation"},
{
icon: CreditCard,
title: "Billing & Compliance", description: "European-compliant invoicing, SDI integration, multi-currency support, and comprehensive audit logs"},
{
icon: Settings,
title: "Subscription Management", description: "Flexible pricing tiers, automatic billing, usage analytics, and enterprise licensing"},
]}
title="Enterprise Features"
description="Five core operational layers designed for scalability and compliance"
tag="Core Capabilities"
tagIcon={Zap}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="ai-features" data-section="ai-features">
<ProductCardThree
title="AI-Powered Features"
description="Intelligent automation designed for modern dental practices"
tag="Machine Learning"
tagIcon={Sparkles}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
gridVariant="three-columns-all-equal-width"
products={[
{
icon: Lock,
title: "Super Admin Platform",
description:
"Complete control over clinic management, user provisioning, license activation, and platform-wide monitoring",
},
id: "ai-1", name: "Treatment Recommendations", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/an-ai-powered-dental-insights-dashboard--1772973940338-a0d098a4.png", imageAlt: "AI Treatment Recommendations"},
{
icon: LayoutDashboard,
title: "Clinic Dashboard",
description:
"Dedicated environment for dentists, assistants, and staff with role-based access and integrated workflows",
},
id: "ai-2", name: "Patient Analytics", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-comprehensive-analytics-dashboard-show-1772973939874-fdcc33f9.png", imageAlt: "Patient Analytics Dashboard"},
{
icon: Smartphone,
title: "Patient App",
description:
"iOS and Android apps for appointment booking, payment processing, and secure patient communication",
},
{
icon: Brain,
title: "AI Intelligence Layer",
description:
"Machine learning for treatment recommendations, patient behavior analysis, and marketing automation",
},
{
icon: CreditCard,
title: "Billing & Compliance",
description:
"European-compliant invoicing, SDI integration, multi-currency support, and comprehensive audit logs",
},
{
icon: Settings,
title: "Subscription Management",
description:
"Flexible pricing tiers, automatic billing, usage analytics, and enterprise licensing",
},
id: "ai-3", name: "Marketing Automation", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/a-sleek-mobile-app-interface-for-dental--1772973939833-8c6889f7.png", imageAlt: "Marketing Automation"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from dental professionals using DentalOS every day"
tag="Client Success"
tagIcon={Award}
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Simple, Transparent Pricing"
description="Scale your practice with flexible plans designed for clinics of all sizes"
tag="Pricing"
tagIcon={CreditCard}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
plans={[
{
id: "1",
name: "Dr. Maria Rodriguez",
handle: "Head Dentist, Madrid Clinic",
testimonial:
"DentalOS transformed our clinic operations. Patient management became effortless, and our billing is now fully compliant with European regulations. We saved 20 hours per week on administration.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png?_wi=1",
imageAlt: "Dr. Maria Rodriguez",
id: "starter", badge: "For Solo Practitioners", badgeIcon: Sparkles,
price: "€299/mo", subtitle: "Perfect for individual dentists and small practices", features: [
"Up to 5 team members", "5 treatment rooms", "1,000 patient records", "Basic appointment scheduling", "Patient app access", "Monthly reports", "Email support"],
},
{
id: "2",
name: "Thomas Mueller",
handle: "Practice Manager, Munich Group",
testimonial:
"The multi-clinic management features are game-changing. We manage 7 clinics from one dashboard. The AI insights help us optimize scheduling and reduce no-shows by 35%.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-female-clinic-1772973938698-4271327b.png?_wi=1",
imageAlt: "Thomas Mueller",
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "€799/mo", subtitle: "Ideal for established practices with multiple providers", features: [
"Up to 15 team members", "15 treatment rooms", "10,000 patient records", "Advanced appointment scheduling", "AI treatment recommendations", "Automated billing & invoicing", "Marketing automation", "Priority support", "Weekly analytics reports"],
},
{
id: "3",
name: "Dr. Sophie Dubois",
handle: "Lead Dentist, Paris Practice",
testimonial:
"Patient engagement increased dramatically with the mobile app. Our appointment completion rate jumped from 78% to 94%. The automated reminders are fantastic.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-younger-denti-1772973938901-e53f1e17.png?_wi=1",
imageAlt: "Dr. Sophie Dubois",
id: "enterprise", badge: "For Large Groups", badgeIcon: Sparkles,
price: "€2,499/mo", subtitle: "Enterprise solution for clinic networks and hospital groups", features: [
"Unlimited team members", "Unlimited treatment rooms", "Unlimited patient records", "Multi-clinic management", "Advanced AI analytics", "White-label options", "Custom integrations", "Dedicated account manager", "Real-time support", "Advanced compliance reporting", "Custom SLA agreements"],
},
{
id: "4",
name: "Elena Rossi",
handle: "Clinic Coordinator, Rome Center",
testimonial:
"The security and GDPR compliance features gave us peace of mind. Audit trails are comprehensive, and our patients feel confident their data is protected. Absolutely reliable.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-diverse-denta-1772973938442-d2a1981b.png?_wi=1",
imageAlt: "Elena Rossi",
},
{
id: "5",
name: "Dr. Andreas Bergmann",
handle: "Owner, Berlin Dental Group",
testimonial:
"From startup to enterprise, DentalOS scaled with us seamlessly. The support team is responsive and knowledgeable. Best investment we made for our business.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-dental-practi-1772973938278-c53b80bc.png?_wi=1",
imageAlt: "Dr. Andreas Bergmann",
},
{
id: "6",
name: "Dr. Lucia Moretti",
handle: "Clinic Director, Bologna Network",
testimonial:
"The AI-powered analytics are incredible. We now predict patient no-shows and personalize treatment recommendations. Our treatment acceptance rate increased by 28%.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png?_wi=2",
imageAlt: "Dr. Lucia Moretti",
id: "custom", badge: "Enterprise Plus", badgeIcon: Sparkles,
price: "Custom", subtitle: "Custom solutions for specialized healthcare groups", features: [
"Everything in Enterprise", "Custom development", "On-premise deployment", "Advanced security features", "Dedicated infrastructure", "24/7 premium support", "Quarterly business reviews", "Custom compliance solutions"],
},
]}
/>
@@ -302,24 +233,71 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"European Dental Network",
"MediCare Clinic Group",
"Nordic Dental Alliance",
"Clinical Excellence Partners",
"Pan-European Health Services",
"Smile Care International",
"Advanced Dental Solutions",
"Healthcare Innovation Hub",
]}
"European Dental Network", "MediCare Clinic Group", "Nordic Dental Alliance", "Clinical Excellence Partners", "Pan-European Health Services", "Smile Care International", "Advanced Dental Solutions", "Healthcare Innovation Hub"]}
logos={[
"http://img.b2bpic.net/free-vector/flat-dental-logo-template-collection_52683-65067.jpg",
"http://img.b2bpic.net/free-vector/medical-background-design_1078-61.jpg",
"http://img.b2bpic.net/free-vector/health-care-protection-shield-background-pharmacy-laboratory_1017-51668.jpg",
"http://img.b2bpic.net/free-vector/medical-business-card-template-with-modern-style_23-2147965555.jpg",
"http://img.b2bpic.net/free-vector/business-card-dentists_1051-1116.jpg",
"http://img.b2bpic.net/free-vector/colorful-logo-template_1071-44.jpg",
"http://img.b2bpic.net/free-vector/modern-blue-online-doctor-concept_23-2147797268.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1289-188.jpg",
"http://img.b2bpic.net/free-vector/flat-dental-logo-template-collection_52683-65067.jpg", "http://img.b2bpic.net/free-vector/medical-background-design_1078-61.jpg", "http://img.b2bpic.net/free-vector/health-care-protection-shield-background-pharmacy-laboratory_1017-51668.jpg", "http://img.b2bpic.net/free-vector/medical-business-card-template-with-modern-style_23-2147965555.jpg", "http://img.b2bpic.net/free-vector/business-card-dentists_1051-1116.jpg", "http://img.b2bpic.net/free-vector/colorful-logo-template_1071-44.jpg", "http://img.b2bpic.net/free-vector/modern-blue-online-doctor-concept_23-2147797268.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-188.jpg"]}
speed={40}
showCard={true}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from dental professionals using DentalOS every day"
tag="Client Success"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Dr. Maria Rodriguez", handle: "Head Dentist, Madrid Clinic", testimonial: "DentalOS transformed our clinic operations. Patient management became effortless, and our billing is now fully compliant with European regulations. We saved 20 hours per week on administration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png", imageAlt: "Dr. Maria Rodriguez"},
{
id: "2", name: "Thomas Mueller", handle: "Practice Manager, Munich Group", testimonial: "The multi-clinic management features are game-changing. We manage 7 clinics from one dashboard. The AI insights help us optimize scheduling and reduce no-shows by 35%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-female-clinic-1772973938698-4271327b.png", imageAlt: "Thomas Mueller"},
{
id: "3", name: "Dr. Sophie Dubois", handle: "Lead Dentist, Paris Practice", testimonial: "Patient engagement increased dramatically with the mobile app. Our appointment completion rate jumped from 78% to 94%. The automated reminders are fantastic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-younger-denti-1772973938901-e53f1e17.png", imageAlt: "Dr. Sophie Dubois"},
{
id: "4", name: "Elena Rossi", handle: "Clinic Coordinator, Rome Center", testimonial: "The security and GDPR compliance features gave us peace of mind. Audit trails are comprehensive, and our patients feel confident their data is protected. Absolutely reliable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-diverse-denta-1772973938442-d2a1981b.png", imageAlt: "Elena Rossi"},
{
id: "5", name: "Dr. Andreas Bergmann", handle: "Owner, Berlin Dental Group", testimonial: "From startup to enterprise, DentalOS scaled with us seamlessly. The support team is responsive and knowledgeable. Best investment we made for our business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-of-a-dental-practi-1772973938278-c53b80bc.png", imageAlt: "Dr. Andreas Bergmann"},
{
id: "6", name: "Dr. Lucia Moretti", handle: "Clinic Director, Bologna Network", testimonial: "The AI-powered analytics are incredible. We now predict patient no-shows and personalize treatment recommendations. Our treatment acceptance rate increased by 28%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/professional-headshot-portrait-of-a-midd-1772973938315-855b9972.png", imageAlt: "Dr. Lucia Moretti"},
]}
speed={40}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Everything you need to know about DentalOS"
tag="Support"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "Is DentalOS compliant with GDPR and European healthcare regulations?", content: "Yes. DentalOS is fully GDPR compliant and meets all European healthcare data protection standards including HIPAA, ISO 27001, and local regulations in each country. We maintain comprehensive audit logs and provide detailed compliance reporting for your practice."},
{
id: "2", title: "Can I migrate my existing patient data to DentalOS?", content: "Absolutely. We offer comprehensive data migration services at no additional cost. Our technical team will safely transfer all your patient records, appointment history, and financial data from your existing system to DentalOS. Migration typically takes 2-4 weeks depending on data volume."},
{
id: "3", title: "Does DentalOS support multiple languages and currencies?", content: "Yes. DentalOS supports 12 languages including English, German, French, Italian, Spanish, and others. Multi-currency support allows you to operate in EUR, GBP, CHF, and other currencies. Perfect for international clinic networks."},
{
id: "4", title: "What kind of support does DentalOS provide?", content: "We offer 24/7 technical support via email and phone. Professional and Enterprise plans include dedicated account managers, quarterly business reviews, and priority support. We also provide comprehensive training for your team during onboarding."},
{
id: "5", title: "Can DentalOS integrate with my existing dental equipment?", content: "Yes. DentalOS has open APIs and can integrate with most dental imaging systems, digital scanners, lab management software, and practice management tools. Our integration team can help set up custom connections for your specific equipment."},
{
id: "6", title: "How secure is patient data in DentalOS?", content: "Security is paramount. DentalOS uses bank-grade encryption (AES-256), secure data centers with redundancy, regular security audits, and penetration testing. All data is backed up automatically and can be recovered within hours. We maintain a 99.99% uptime SLA."},
{
id: "7", title: "Can I manage multiple clinics from one DentalOS account?", content: "Yes, with Professional and Enterprise plans. You can manage unlimited clinics from a single dashboard, with granular access controls for each location. Perfect for dental networks and healthcare groups."},
{
id: "8", title: "What does the AI layer do?", content: "Our AI analyzes patient patterns, predicts no-shows, recommends treatments based on clinical history, forecasts revenue, and automates marketing campaigns. It learns from your clinic's data to provide increasingly accurate insights over time."},
{
id: "9", title: "Is there a free trial available?", content: "Yes! We offer a 14-day free trial with full access to all platform features. No credit card required. You can import sample data or start fresh to explore DentalOS risk-free."},
{
id: "10", title: "What if I need custom development or on-premise deployment?", content: "Our Enterprise Plus tier includes custom development, on-premise deployment options, dedicated infrastructure, and white-label solutions. Contact our sales team for a personalized quote based on your specific requirements."},
]}
/>
</div>
@@ -328,17 +306,11 @@ export default function HomePage() {
<ContactText
text="Ready to transform your dental practice? Join hundreds of clinics already using DentalOS to streamline operations, improve patient care, and grow revenue."
animationType="reveal-blur"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{
text: "Start Free Trial",
href: "https://app.dentalos.io/signup",
},
{
text: "Schedule Demo",
href: "https://calendly.com/dentalos",
},
{ text: "Start Free Trial", href: "https://app.dentalos.io/signup" },
{ text: "Schedule Demo", href: "https://calendly.com/dentalos" },
]}
/>
</div>
@@ -347,71 +319,7 @@ export default function HomePage() {
<FooterBase
logoText="DentalOS"
copyrightText="© 2025 DentalOS. All rights reserved."
columns={[
{
title: "Platform",
items: [
{
label: "Features",
href: "/features",
},
{
label: "Pricing",
href: "#pricing",
},
{
label: "Solutions",
href: "#solutions",
},
{
label: "Security",
href: "#security",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Blog",
href: "#blog",
},
{
label: "Careers",
href: "#careers",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#privacy",
},
{
label: "Terms of Service",
href: "#terms",
},
{
label: "GDPR",
href: "#gdpr",
},
{
label: "Compliance",
href: "#compliance",
},
],
},
]}
columns={footerColumns}
/>
</div>
</ThemeProvider>

View File

@@ -2,16 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Shield, Lock, CheckCircle2, Eye, Zap, Award } from "lucide-react";
import { Shield, Lock, Eye, CheckCircle2, AlertCircle, Server, Key, Zap } from "lucide-react";
export default function SecurityPage() {
const navItems = [
{ name: "Platform", id: "features" },
{ name: "Platform", id: "hero" },
{ name: "Features", id: "core-features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
@@ -20,8 +22,7 @@ export default function SecurityPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Solutions", href: "/solutions" },
@@ -29,8 +30,7 @@ export default function SecurityPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -38,8 +38,7 @@ export default function SecurityPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "GDPR", href: "/gdpr" },
@@ -50,139 +49,160 @@ export default function SecurityPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="medium"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Start Free Trial",
href: "https://app.dentalos.io/signup",
}}
text: "Start Free Trial", href: "https://app.dentalos.io/signup"}}
brandName="DentalOS"
/>
</div>
<div id="security-overview" data-section="security-overview">
<SplitAbout
title="Enterprise-Grade Security & Compliance"
description="DentalOS meets the highest international security standards with GDPR compliance, ISO 27001 certification, HIPAA standards, and comprehensive data protection measures. Your patient data is protected with military-grade encryption and automated backups."
tag="Security First"
<div id="hero" data-section="hero">
<HeroBillboard
title="Enterprise-Grade Security for Healthcare"
description="DentalOS implements comprehensive security measures to protect patient data, ensure GDPR compliance, and meet international healthcare standards. Your data security is our top priority."
background={{ variant: "sparkles-gradient" }}
tag="Security & Compliance"
tagIcon={Shield}
tagAnimation="slide-up"
buttons={[
{ text: "Download Security Report", href: "#contact" },
{ text: "Start Free Trial", href: "https://app.dentalos.io/signup" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/an-enterprise-security-dashboard-showing-1772973939817-d44d99fd.png"
imageAlt="Security Dashboard"
mediaAnimation="slide-up"
/>
</div>
<div id="core-features" data-section="core-features">
<FeatureBorderGlow
features={[
{
icon: Lock,
title: "AES-256 Encryption", description: "Bank-grade encryption for all data in transit and at rest. Industry standard for maximum security."},
{
icon: CheckCircle2,
title: "GDPR Compliant", description: "Full GDPR compliance with data residency options, audit trails, and consent management."},
{
icon: AlertCircle,
title: "HIPAA Certified", description: "Certified for US healthcare data handling with comprehensive compliance documentation."},
{
icon: Server,
title: "99.99% Uptime SLA", description: "Redundant servers across multiple data centers ensure continuous availability of your data."},
{
icon: Key,
title: "Role-Based Access Control", description: "Granular permission management ensures only authorized staff access sensitive information."},
{
icon: Eye,
title: "Comprehensive Audit Logs", description: "Every action is logged and traceable. Full audit trail for compliance and security investigation."},
]}
title="Security Features"
description="Multi-layered protection for patient data and clinic operations"
tag="Core Security"
tagIcon={Zap}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="compliance" data-section="compliance">
<SplitAbout
title="Compliance & Certifications"
description="DentalOS meets and exceeds international healthcare data protection standards, providing comprehensive compliance coverage across Europe and beyond."
tag="Regulatory Standards"
tagIcon={CheckCircle2}
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
title: "GDPR Compliant",
description: "Full GDPR compliance with Data Processing Agreements, right to erasure, and comprehensive audit trails for all data access and modifications.",
icon: CheckCircle2,
title: "GDPR Compliance", description: "Fully compliant with EU General Data Protection Regulation, including data processing agreements and right to deletion.", icon: CheckCircle2,
},
{
title: "ISO 27001 Certified",
description: "International information security management system certification ensuring comprehensive security controls across all operations.",
icon: Award,
title: "HIPAA Certified", description: "Healthcare Insurance Portability and Accountability Act certification for US-based healthcare operations.", icon: Lock,
},
{
title: "HIPAA Standards",
description: "Healthcare data privacy and security standards with encrypted communications, access controls, and audit logging.",
icon: Lock,
title: "ISO 27001 Certified", description: "International Information Security Management System certification demonstrating security best practices.", icon: Shield,
},
{
title: "AES-256 Encryption",
description: "Military-grade encryption for data at rest and in transit. All patient information encrypted with industry-leading cryptographic protocols.",
icon: Zap,
title: "Local Regulations", description: "Compliance with national healthcare data protection laws in Germany, France, Italy, Spain, and other EU countries.", icon: AlertCircle,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBggGqSBFWELMFbqhJ8eYPo1r/an-enterprise-security-dashboard-showing-1772973939817-d44d99fd.png"
imageAlt="Security & Compliance Dashboard"
imageAlt="Compliance Dashboard"
mediaAnimation="slide-up"
imagePosition="right"
imagePosition="left"
buttons={[
{
text: "View Security Documentation",
href: "https://docs.dentalos.io/security",
},
{ text: "View Compliance Report", href: "#contact" },
]}
/>
</div>
<div id="security-features" data-section="security-features">
<FeatureBorderGlow
title="Multi-Layer Security Architecture"
description="Comprehensive security implementation across infrastructure, application, data, and access layers"
tag="Advanced Protection"
tagIcon={Shield}
<div id="faq" data-section="faq">
<FaqDouble
title="Security FAQ"
description="Common questions about DentalOS security and data protection"
tag="Security Questions"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
faqsAnimation="slide-up"
faqs={[
{
icon: Lock,
title: "Infrastructure Security",
description: "AWS enterprise-grade data centers with DDoS protection, WAF, SSL/TLS encryption, and geographic redundancy across European regions.",
},
id: "1", title: "How is patient data encrypted?", content: "DentalOS uses AES-256 encryption for all patient data. Data in transit is encrypted using TLS 1.2+, and data at rest is encrypted in our secure databases. Keys are stored separately and rotated regularly."},
{
icon: Eye,
title: "Access Control",
description: "Role-based access control (RBAC), multi-factor authentication, single sign-on (SSO), and granular permission management.",
},
id: "2", title: "Where is my data stored?", content: "Patient data is stored in EU-based data centers with automatic redundancy. You can choose between data residency in specific EU countries (Germany, France, Netherlands) to comply with local requirements."},
{
icon: CheckCircle2,
title: "Data Protection",
description: "Automated daily backups with point-in-time recovery, immutable audit logs, and encrypted data storage with key management.",
},
id: "3", title: "What compliance certifications does DentalOS have?", content: "DentalOS is GDPR compliant, HIPAA certified, ISO 27001 certified, and complies with national healthcare regulations in all EU member states. We maintain regular third-party security audits."},
{
icon: Zap,
title: "Compliance Monitoring",
description: "Real-time security monitoring, automated compliance reporting, vulnerability scanning, and penetration testing.",
},
id: "4", title: "How often do you perform security audits?", content: "We conduct comprehensive security audits annually by third-party firms, monthly internal security reviews, and continuous automated vulnerability scanning. All audits are documented and available to Enterprise customers."},
{
icon: Award,
title: "Audit & Logging",
description: "Comprehensive audit trails for all user actions, data access, configuration changes, and system events with 7-year retention.",
},
id: "5", title: "What happens if there's a data breach?", content: "We have a comprehensive incident response plan. Any security incident is immediately investigated, users are notified within 72 hours per GDPR requirements, and we work with authorities as needed. Our SLA guarantees response within 2 hours."},
{
icon: Shield,
title: "Incident Response",
description: "24/7 security operations center, rapid incident response procedures, and transparent security breach notification.",
},
id: "6", title: "Can I delete my data?", content: "Yes. In compliance with GDPR's right to deletion, you can request complete data deletion. We will securely erase all patient records and backups within 30 days, with verification provided."},
{
id: "7", title: "How do you handle staff access to data?", content: "Role-based access control ensures staff can only access data necessary for their job. All access is logged, and access can be revoked instantly. Multi-factor authentication is available for all accounts."},
{
id: "8", title: "Is DentalOS PCI DSS compliant?", content: "Yes. All payment processing is PCI DSS Level 1 compliant. We never store full credit card numbers, using tokenization instead. Payments are processed through certified payment providers."},
{
id: "9", title: "What security features does the mobile app have?", content: "The DentalOS mobile app uses AES-256 encryption, biometric authentication, secure token storage, and automatic session timeout. App security is audited quarterly by third-party firms."},
{
id: "10", title: "Can I see audit logs for my clinic?", content: "Yes. Professional and Enterprise plans have full audit log access showing all data access, modifications, and user actions with timestamps. Logs are retained for 7 years for compliance purposes."},
]}
/>
</div>
<div id="security-cta" data-section="security-cta">
<div id="contact" data-section="contact">
<ContactText
text="Protect your practice with enterprise-grade security. Schedule a security overview with our compliance team to learn how DentalOS safeguards your patient data."
text="Have questions about DentalOS security? Our security team is ready to discuss your specific requirements and provide detailed compliance documentation."
animationType="reveal-blur"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{
text: "Schedule Security Review",
href: "https://calendly.com/dentalos/security",
},
{
text: "Download Security Whitepaper",
href: "https://dentalos.io/security-whitepaper.pdf",
},
{ text: "Schedule Security Call", href: "https://calendly.com/dentalos" },
{ text: "Download Security Report", href: "#footer" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText="DentalOS"
copyrightText="© 2025 DentalOS. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>