Name Corrected
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>DentalConnect - Patient Management System</title>
|
||||
<title>My Dental Office Management</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -43,7 +43,9 @@ export function TopAppBar() {
|
||||
<path d="M12 19c-5 0-8-2-9-5.5m18 0c-1 3.5-4 5.5-9 5.5Z" />
|
||||
</svg>
|
||||
|
||||
<h1 className="text-lg font-medium text-primary">DentalConnect</h1>
|
||||
<h1 className="text-lg font-medium text-primary">
|
||||
My Dental Office Management
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -78,9 +78,12 @@ export default function AuthPage() {
|
||||
<Card className="p-6 bg-white">
|
||||
<div className="mb-10 text-center">
|
||||
<h1 className="text-3xl font-medium text-primary mb-2">
|
||||
DentalConnect
|
||||
My Dental Office Management
|
||||
</h1>
|
||||
<p className="text-gray-600">Patient Management System</p>
|
||||
<p className="text-gray-600">
|
||||
{" "}
|
||||
Comprehensive Practice Management System
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<Tabs
|
||||
@@ -279,9 +282,6 @@ export default function AuthPage() {
|
||||
<Torus className="h-8 w-8" />
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-bold mb-4 text-center">
|
||||
Welcome to DentalConnect
|
||||
</h2>
|
||||
<p className="mb-6 text-center text-white text-opacity-80">
|
||||
The complete solution for dental practice management. Streamline
|
||||
your patient records, appointments, and more.
|
||||
|
||||
Reference in New Issue
Block a user