Simplify the dental app hero component
Replit-Commit-Author: Agent
This commit is contained in:
@@ -98,23 +98,10 @@ export function Hero() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="bg-white rounded-xl shadow-sm border border-border p-5 h-full">
|
||||
<h3 className="font-semibold text-sm mb-4 text-primary">Patient Summary</h3>
|
||||
<div className="space-y-3">
|
||||
<div className="h-2 w-full bg-secondary rounded-full" />
|
||||
<div className="h-2 w-4/5 bg-secondary rounded-full" />
|
||||
<div className="h-2 w-5/6 bg-secondary rounded-full" />
|
||||
<div className="pt-4 mt-4 border-t border-border space-y-3">
|
||||
<div className="flex justify-between items-center">
|
||||
<div className="h-2 w-16 bg-secondary rounded-full" />
|
||||
<div className="h-4 w-12 bg-accent/20 rounded-md" />
|
||||
</div>
|
||||
<div className="flex justify-between items-center">
|
||||
<div className="h-2 w-20 bg-secondary rounded-full" />
|
||||
<div className="h-4 w-12 bg-accent/20 rounded-md" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="bg-white rounded-xl shadow-sm border border-border p-5 h-full flex items-center">
|
||||
<p className="text-sm text-muted-foreground leading-relaxed">
|
||||
We prefer John to come at 10am this Thursday because of a patient cancellation. Do you allow me to call John?
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user