Update src/app/layout.tsx

This commit is contained in:
2026-03-04 16:00:47 +00:00
parent e189ef56bc
commit b262c3b6ec

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Redeemed Coffee", description: "Vintage Coffee, Weekly Surprises, Always Local"};
title: "Redeemed Coffee", description: "Vintage Coffee, Weekly Surprises, Always Local"
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}