Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 11:31:41 +00:00

View File

@@ -9,6 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Calendar, FileText, CreditCard, MessageSquare } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Overview",
id: "hero",
},
name: "Overview", id: "hero"},
{
name: "Workflow",
id: "workflow",
},
name: "Workflow", id: "workflow"},
{
name: "Clinic Stats",
id: "metrics",
},
name: "Clinic Stats", id: "metrics"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="DentAdmin"
/>
@@ -52,17 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Streamlined Dental Admin"
description="Essential tools for patient scheduling, billing, and record management in one cohesive, intuitive workspace."
imageSrc="http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg"
imageAlt="Dental Admin Dashboard"
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
/>
</div>
@@ -73,28 +63,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Patient Scheduling",
description: "Intuitive calendar management for seamless patient appointments and efficient rescheduling.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-history-history_53876-123855.jpg",
buttonIcon: "Calendar",
title: "Patient Scheduling", description: "Intuitive calendar management for seamless patient appointments and efficient rescheduling.", imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-history-history_53876-123855.jpg", buttonIcon: Calendar,
},
{
title: "Records Management",
description: "Secure, organized access to patient files, contact history, and comprehensive treatment logs.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611240.jpg",
buttonIcon: "FileText",
title: "Records Management", description: "Secure, organized access to patient files, contact history, and comprehensive treatment logs.", imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611240.jpg", buttonIcon: FileText,
},
{
title: "Billing & Payments",
description: "Accurate recording of clinic transactions and rapid generation of patient billing receipts.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-female-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-medical-tools-clipboard-laptop-holding-credit-card-with-closed-eyes-isolated_141793-69102.jpg",
buttonIcon: "CreditCard",
title: "Billing & Payments", description: "Accurate recording of clinic transactions and rapid generation of patient billing receipts.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-female-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-medical-tools-clipboard-laptop-holding-credit-card-with-closed-eyes-isolated_141793-69102.jpg", buttonIcon: CreditCard,
},
{
title: "Patient Communication",
description: "Reliable coordination for appointment reminders, phone coordination, and staff updates.",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-working-hospital-waiting-area-offering-support-patients-checkup-visit-mother-with-child-having-medical-appointment-with-physician-reception-desk-healthcare-clinic_482257-48631.jpg",
buttonIcon: "MessageSquare",
title: "Patient Communication", description: "Reliable coordination for appointment reminders, phone coordination, and staff updates.", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-working-hospital-waiting-area-offering-support-patients-checkup-visit-mother-with-child-having-medical-appointment-with-physician-reception-desk-healthcare-clinic_482257-48631.jpg", buttonIcon: MessageSquare,
},
]}
title="Core Operational Workflow"
@@ -109,34 +87,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "98%",
title: "Appointment Efficiency",
items: [
"Consistent scheduling",
"Reduced no-shows",
"Prompt updates",
],
id: "1", value: "98%", title: "Appointment Efficiency", items: [
"Consistent scheduling", "Reduced no-shows", "Prompt updates"],
},
{
id: "2",
value: "15 min",
title: "Avg. Registration",
items: [
"Rapid check-ins",
"Digital file access",
"Verified billing",
],
id: "2", value: "15 min", title: "Avg. Registration", items: [
"Rapid check-ins", "Digital file access", "Verified billing"],
},
{
id: "3",
value: "100+",
title: "Patients Served",
items: [
"Daily management",
"Accurate records",
"Clear outcomes",
],
id: "3", value: "100+", title: "Patients Served", items: [
"Daily management", "Accurate records", "Clear outcomes"],
},
]}
title="Clinic Operational Snapshot"
@@ -151,12 +111,7 @@ export default function LandingPage() {
title="Trusted by Clinics Nationwide"
description="Joining a network of dental professionals optimizing their practice operations."
names={[
"BrightSmile Dentistry",
"Family Dental Care",
"Elite Oral Health",
"Summit Dental Group",
"Prime Orthodontics",
]}
"BrightSmile Dentistry", "Family Dental Care", "Elite Oral Health", "Summit Dental Group", "Prime Orthodontics"]}
/>
</div>
@@ -167,22 +122,14 @@ export default function LandingPage() {
description="Reach out to discuss customized features or operational setup for your dental clinic."
inputs={[
{
name: "name",
type: "text",
placeholder: "Clinic Administrator Name",
required: true,
name: "name", type: "text", placeholder: "Clinic Administrator Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Clinic Email Address",
required: true,
name: "email", type: "email", placeholder: "Clinic Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Describe your administrative needs or questions...",
rows: 4,
name: "message", placeholder: "Describe your administrative needs or questions...", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/no-people-hospital-reception-desk-medical-appointments-checkup-visit-waiting-room-lobby-with-counter-indoors-give-support-advice-modern-healthcare-facility_482257-44451.jpg"
@@ -194,33 +141,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Workflow",
href: "#workflow",
},
label: "Workflow", href: "#workflow"},
{
label: "Operational Stats",
href: "#metrics",
},
label: "Operational Stats", href: "#metrics"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}