diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a222905..2b40b4c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index dfb6fd5..26989a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -39,7 +39,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file