From 1364edf027c3404059a3a93d231716f11789ea54 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:26:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eecfda1..555bae2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1