forked from RiseUP/riseup-squad20
chore(header): standardize company name to MEDIConecta
This commit is contained in:
parent
92b598b14a
commit
8bd4344670
22
susconecta/app/agenda/appointment-form.tsx
Normal file
22
susconecta/app/agenda/appointment-form.tsx
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
|
export default function AppointmentForm() {
|
||||||
|
return (
|
||||||
|
<form className="p-4 border rounded space-y-4">
|
||||||
|
<div>
|
||||||
|
<label className="block text-sm font-medium">Paciente</label>
|
||||||
|
<input type="text" className="mt-1 w-full border p-2 rounded" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label className="block text-sm font-medium">Data</label>
|
||||||
|
<input type="date" className="mt-1 w-full border p-2 rounded" />
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
type="submit"
|
||||||
|
className="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700"
|
||||||
|
>
|
||||||
|
Salvar
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
)
|
||||||
|
}
|
||||||
@ -4,7 +4,7 @@ import { AuthProvider } from "@/hooks/useAuth"
|
|||||||
import "./globals.css"
|
import "./globals.css"
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "SUSConecta - Conectando Pacientes e Profissionais de Saúde",
|
title: "MediConecta - Conectando Pacientes e Profissionais de Saúde",
|
||||||
description:
|
description:
|
||||||
"Plataforma inovadora que conecta pacientes e médicos de forma prática, segura e humanizada. Experimente o futuro dos agendamentos médicos.",
|
"Plataforma inovadora que conecta pacientes e médicos de forma prática, segura e humanizada. Experimente o futuro dos agendamentos médicos.",
|
||||||
keywords: "saúde, médicos, pacientes, agendamento, telemedicina, SUS",
|
keywords: "saúde, médicos, pacientes, agendamento, telemedicina, SUS",
|
||||||
|
|||||||
@ -61,7 +61,7 @@ export function Sidebar() {
|
|||||||
|
|
||||||
{/* este span some no modo ícone */}
|
{/* este span some no modo ícone */}
|
||||||
<span className="text-lg font-semibold text-sidebar-foreground group-data-[collapsible=icon]:hidden">
|
<span className="text-lg font-semibold text-sidebar-foreground group-data-[collapsible=icon]:hidden">
|
||||||
SUSConecta
|
MediConecta
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</SidebarHeader>
|
</SidebarHeader>
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export function Footer() {
|
|||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||||
<div className="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0">
|
<div className="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0">
|
||||||
{}
|
{}
|
||||||
<div className="text-muted-foreground text-sm">© 2025 SUS Conecta</div>
|
<div className="text-muted-foreground text-sm">© 2025 Medi Conecta</div>
|
||||||
|
|
||||||
{}
|
{}
|
||||||
<nav className="flex items-center space-x-8">
|
<nav className="flex items-center space-x-8">
|
||||||
|
|||||||
BIN
susconecta/components/forms/appointment-form.tsx
Normal file
BIN
susconecta/components/forms/appointment-form.tsx
Normal file
Binary file not shown.
@ -17,7 +17,7 @@ export function Header() {
|
|||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<Link href="/" className="flex items-center space-x-2">
|
<Link href="/" className="flex items-center space-x-2">
|
||||||
<span className="text-xl font-bold text-foreground">
|
<span className="text-xl font-bold text-foreground">
|
||||||
<span className="text-primary">SUS</span>Conecta
|
<span className="text-primary">MEDI</span>Conecta
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user