Update src/app/app/page.tsx
This commit is contained in:
@@ -43,14 +43,14 @@ export default function AppPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="CliniGlow Dashboard"
|
||||
description="Acesse sua clínica estética profissional. Gerencie agendamentos, clientes, sessões e financeiro em tempo real com nossa plataforma intuitiva e poderosa."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Voltar para Home", href: "/" },
|
||||
{ text: "Acessar Dashboard", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171483.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171483.jpg"
|
||||
imageAlt="CliniGlow Dashboard Principal"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="browser"
|
||||
@@ -67,16 +67,13 @@ export default function AppPage() {
|
||||
description="O dashboard do CliniGlow centraliza todas as informações essenciais da sua clínica. Visualize agendamentos, gerencie clientes, controle sessões e acompanhe seu faturamento com relatórios inteligentes e em tempo real."
|
||||
metrics={[
|
||||
{
|
||||
value: "4+",
|
||||
title: "Módulos Principais Integrados",
|
||||
},
|
||||
value: "4+", title: "Módulos Principais Integrados"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Acesso aos Seus Dados",
|
||||
},
|
||||
value: "24/7", title: "Acesso aos Seus Dados"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
ariaLabel="Dashboard features section"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,12 +99,11 @@ export default function AppPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg"
|
||||
imageAlt="Clínica profissional"
|
||||
columns={[
|
||||
{
|
||||
title: "Produto",
|
||||
items: [
|
||||
title: "Produto", items: [
|
||||
{ label: "Agenda", href: "#" },
|
||||
{ label: "Clientes", href: "#" },
|
||||
{ label: "Sessões", href: "#" },
|
||||
@@ -116,8 +112,7 @@ export default function AppPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Carreiras", href: "#" },
|
||||
@@ -125,8 +120,7 @@ export default function AppPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suporte",
|
||||
items: [
|
||||
title: "Suporte", items: [
|
||||
{ label: "Central de Ajuda", href: "#" },
|
||||
{ label: "Contato", href: "#" },
|
||||
{ label: "Status", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user