diff --git a/src/app/Brands/layout.tsx b/src/app/Brands/layout.tsx new file mode 100644 index 0000000..a14e64f --- /dev/null +++ b/src/app/Brands/layout.tsx @@ -0,0 +1,16 @@ +export const metadata = { + title: 'Next.js', + description: 'Generated by Next.js', +} + +export default function RootLayout({ + children, +}: { + children: React.ReactNode +}) { + return ( + +
{children} + + ) +} diff --git a/src/app/Builder/layout.tsx b/src/app/Builder/layout.tsx new file mode 100644 index 0000000..a14e64f --- /dev/null +++ b/src/app/Builder/layout.tsx @@ -0,0 +1,16 @@ +export const metadata = { + title: 'Next.js', + description: 'Generated by Next.js', +} + +export default function RootLayout({ + children, +}: { + children: React.ReactNode +}) { + return ( + + {children} + + ) +} diff --git a/src/app/Builder/page.tsx b/src/app/Builder/page.tsx index 475573b..5bdbb47 100644 --- a/src/app/Builder/page.tsx +++ b/src/app/Builder/page.tsx @@ -1,10 +1,9 @@ -// app/builder/page.js export default function BuilderPage() { return ( -This is the about page.
-This is the about page.
+