diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ed03d2..5bc74db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals"}; + title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals" +}; export default function RootLayout({ children, @@ -1237,4 +1238,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ac82abe..243f696 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,17 +44,23 @@ export default function LandingPage() {