cleaning menu up

This commit is contained in:
2024-12-12 20:38:08 -05:00
parent e247810ab5
commit 63138c2e69
4 changed files with 140 additions and 116 deletions

16
src/app/Brands/layout.bk Normal file
View File

@@ -0,0 +1,16 @@
// export const metadata = {
// title: 'Ballistic Bu8ilder',
// description: 'Generated by Forward Group, LLC',
// }
// export default function RootLayout({
// children,
// }: {
// children: React.ReactNode
// }) {
// return (
// <html lang="en">
// <body>{children}</body>
// </html>
// )
// }

View File

@@ -1,16 +0,0 @@
export const metadata = {
title: 'Ballistic Bu8ilder',
description: 'Generated by Forward Group, LLC',
}
export default function RootLayout({
children,
}: {
children: React.ReactNode
}) {
return (
<html lang="en">
<body>{children}</body>
</html>
)
}