Merge version_3 into main #2
@@ -29,6 +29,12 @@ import {
|
||||
Stethoscope,
|
||||
TrendingUp,
|
||||
Users,
|
||||
Wrench,
|
||||
Hammer,
|
||||
Paintbrush,
|
||||
Home,
|
||||
Zap,
|
||||
Layers,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -96,28 +102,40 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Practice Management", description: "Optimize workflows, reduce administrative burden, and improve patient scheduling efficiency.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Financial Planning", description: "Maximize revenue, reduce costs, and develop sustainable financial strategies for long-term growth.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Compliance Tasks", description: "Navigate HIPAA, billing regulations, and licensing requirements with confidence and accuracy.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle, label: "HIPAA Assessment", time: "Week 1" },
|
||||
{ icon: Shield, label: "Policy Review", time: "Week 2" },
|
||||
{ icon: FileCheck, label: "Implementation", time: "Week 3" },
|
||||
],
|
||||
title: "Bathroom Remodeling", description: "Transform bathrooms with modern fixtures, layouts, and sustainable materials.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Technology Integration", description: "Implement modern EHR systems, billing software, and data management solutions tailored to your needs.", bentoComponent: "orbiting-icons", centerIcon: Cpu,
|
||||
items: [
|
||||
{ icon: BarChart3, ring: 1 },
|
||||
{ icon: Users, ring: 2 },
|
||||
{ icon: Lock, ring: 3 },
|
||||
],
|
||||
title: "Demolition", description: "Safe and efficient demolition services for renovation projects.", bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Staff Development", description: "Build high-performing teams through training programs, leadership coaching, and organizational development.", bentoComponent: "marquee", centerIcon: Users,
|
||||
variant: "text", texts: [
|
||||
"Training Programs", "Leadership Coaching", "Team Building", "Staff Retention"],
|
||||
title: "Drywall Installation", description: "Professional drywall installation for new construction and renovations.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Drywall Repair", description: "Expert drywall repair and finishing for damaged walls and ceilings.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Home Renovations", description: "Complete home renovation services from concept to completion.", bentoComponent: "reveal-icon", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Kitchen Remodeling", description: "Design and build custom kitchens with modern amenities and layouts.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Refurbishment", description: "Comprehensive refurbishment services to restore and update properties.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Remodeling", description: "Strategic remodeling projects tailored to your vision and budget.", bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Repair Flooring", description: "Professional flooring repair services for all floor types.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Repairs and Maintenance", description: "Ongoing maintenance and repair services to keep your property in top condition.", bentoComponent: "reveal-icon", icon: Settings,
|
||||
},
|
||||
{
|
||||
title: "Tile Work Installation", description: "Expert tile installation for bathrooms, kitchens, and other spaces.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Tile Work Replacement", description: "Professional tile replacement and restoration services.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user