working brevo on homepage
This commit is contained in:
+7
-1
@@ -4,8 +4,14 @@ import type { ReactNode } from "react";
|
||||
import { AuthProvider } from "@/context/AuthContext";
|
||||
|
||||
import { Banner } from "@/components/Banner";
|
||||
import { TopNav } from "@/components/TopNav";
|
||||
|
||||
export const metadata = {
|
||||
title: {
|
||||
default: "Battl Builders",
|
||||
template: "%s — Battl Builders",
|
||||
},
|
||||
description: "Build rifles smarter, not harder.",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user