add servies page with content and a typing words feature to contact page
This commit is contained in:
@@ -36,7 +36,11 @@ export default function RootLayout({
|
||||
>
|
||||
<body className="min-h-full flex flex-col dark:bg-black">
|
||||
<SiteHeader />
|
||||
{children}
|
||||
<div className="flex min-h-screen flex-col bg-zinc-50 font-sans dark:bg-black">
|
||||
<main className="mx-auto flex w-full max-w-7xl flex-1 flex-col items-center justify-between bg-white px-8 py-32 dark:bg-black sm:items-start">
|
||||
{children}
|
||||
</main>
|
||||
</div>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user