add itens

This commit is contained in:
2025-04-17 11:43:26 -03:00
parent af15518b21
commit 1f9754f681
12 changed files with 204 additions and 161 deletions

View File

@@ -1,9 +1,15 @@
---
import '../styles/app.css'
import { Regular as Logo } from '@components/Logo'
import { Container } from '@components/Container'
import { Menu } from '@components/Menu'
export interface Props {
title: string
}
import '~/styles/app.css'
import { Regular as Logo } from '~/components/Logo'
import { Container } from '~/components/Container'
import { Menu } from '~/components/Menu'
import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
const { title } = Astro.props
---
<!doctype html>
@@ -13,7 +19,9 @@ import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>EDUSEG&reg; &mdash; Educação que garante sua segurança</title>
<title>
{title} &dash; EDUSEG&reg; &mdash; Educação que garante sua segurança
</title>
</head>
<body>