diff --git a/src/app/page.tsx b/src/app/page.tsx
index 59138f6..0a4b86a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -52,17 +45,14 @@ export default function LandingPage() {
@@ -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"]}
/>
@@ -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() {