From 793b61d2099ca7e30e200ee15678bc87cb7d6cd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:42:08 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f1ba97f..84b5565 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Better Sleep Local - Premium Mattresses", description: "Discover premium mattresses from local sleep experts. Try before you buy, with expert guidance and same-day delivery available."}; + title: "Better Sleep Local - Premium Mattresses", description: "Discover premium mattresses from local sleep experts. Try before you buy, with expert guidance and same-day delivery available." +}; export default function RootLayout({ children,