smoll fixes
All checks were successful
Lint / Lint (push) Successful in 38s

This commit is contained in:
2025-03-05 12:52:09 +01:00
parent dece05bb08
commit ead2b0be1e
3 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@ export const viewport: Viewport = {
colorScheme: "dark",
};
export const metadata: Metadata = {
title: "Guest List - Bangers and Mash",
description: "Sign up to the Bangers and Mash guest list here to join our parties.",
title: "Members List - Bangers and Mash",
description: "Sign up to the Bangers and Mash members list here to join our parties.",
};
export default function RootLayout({

View File

@ -11,7 +11,7 @@ export default function Page() {
height={200}
className="mx-auto my-8"
/>
<h1 className="mb-4 text-xl">Sign up to our guest list here</h1>
<h1 className="mb-4 text-xl">Sign up to our members list here</h1>
<SignUp />
</div>
);