Merge version_1 into main #2
@@ -25,16 +25,16 @@ export default function LandingPage() {
|
||||
id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yynvsu", imageAlt: "Modern dental clinic interior"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oka0n6&_wi=1", imageAlt: "Dentist examining patient"
|
||||
id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oka0n6", imageAlt: "Dentist examining patient"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x56pgn&_wi=1", imageAlt: "Professional dental instruments"
|
||||
id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x56pgn", imageAlt: "Professional dental instruments"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ln816o", imageAlt: "Dental team collaboration"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kutjob&_wi=1", imageAlt: "Successful dental treatment"
|
||||
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kutjob", imageAlt: "Successful dental treatment"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nhzsch", imageAlt: "Dental management dashboard"
|
||||
@@ -50,37 +50,43 @@ export default function LandingPage() {
|
||||
|
||||
const featureCards = [
|
||||
{
|
||||
title: "Patient Management", description: "Complete patient records, history, and treatment plans in one secure location.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Patient Management", description: "Complete patient records, history, and treatment plans in one secure location.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: FileText, label: "Digital Records", value: "100% Secure" },
|
||||
{ icon: History, label: "Treatment History", value: "Complete Archive" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Appointment Scheduling", description: "Smart scheduling with automated reminders and double-booking prevention.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Appointment Scheduling", description: "Smart scheduling with automated reminders and double-booking prevention.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: Calendar, label: "Appointment", value: "Real-time Sync" },
|
||||
{ icon: Clock, label: "Reminders", value: "Automated" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Treatment Planning", description: "Create detailed treatment plans with cost estimates and progress tracking.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Treatment Planning", description: "Create detailed treatment plans with cost estimates and progress tracking.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: Target, label: "Treatment Goals", value: "Customizable Plans" },
|
||||
{ icon: TrendingUp, label: "Progress Tracking", value: "Real-time Updates" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Inventory Management", description: "Track medicines, materials, and supplies with automatic reordering alerts.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Inventory Management", description: "Track medicines, materials, and supplies with automatic reordering alerts.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: Package, label: "Inventory", value: "Smart Tracking" },
|
||||
{ icon: AlertCircle, label: "Alerts", value: "Auto Reorder" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Financial Management", description: "Invoice generation, payment tracking, and comprehensive financial reports.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Financial Management", description: "Invoice generation, payment tracking, and comprehensive financial reports.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: DollarSign, label: "Billing", value: "Automated Invoices" },
|
||||
{ icon: BarChart3, label: "Reports", value: "Real-time Analytics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Security & Compliance", description: "HIPAA-compliant with end-to-end encryption and automated backups.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Security & Compliance", description: "HIPAA-compliant with end-to-end encryption and automated backups.", bentoComponent: "icon-info-cards" as const,
|
||||
items: [
|
||||
{ icon: Lock, label: "Encryption", value: "Military Grade" },
|
||||
{ icon: CheckCircle, label: "Compliance", value: "HIPAA Ready" }
|
||||
]
|
||||
@@ -89,13 +95,13 @@ export default function LandingPage() {
|
||||
|
||||
const serviceProducts = [
|
||||
{
|
||||
id: "service-checkup", name: "Regular Checkup", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oka0n6&_wi=2", imageAlt: "Dental checkup service", initialQuantity: 1
|
||||
id: "service-checkup", name: "Regular Checkup", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oka0n6", imageAlt: "Dental checkup service", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "service-cleaning", name: "Professional Cleaning", price: "$149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x56pgn&_wi=2", imageAlt: "Dental cleaning service", initialQuantity: 1
|
||||
id: "service-cleaning", name: "Professional Cleaning", price: "$149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x56pgn", imageAlt: "Dental cleaning service", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "service-whitening", name: "Teeth Whitening", price: "$299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kutjob&_wi=2", imageAlt: "Teeth whitening service", initialQuantity: 1
|
||||
id: "service-whitening", name: "Teeth Whitening", price: "$299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kutjob", imageAlt: "Teeth whitening service", initialQuantity: 1
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user