Update src/app/layout.tsx

This commit is contained in:
2026-03-07 10:26:00 +00:00
parent 4b646b7dbd
commit 4a61b9a039

View File

@@ -5,7 +5,8 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Pixelshed - Free Stock Photos", description: "Discover millions of free stock photos from our community of talented photographers. Find the perfect image for your project."};
title: "Pixelshed - Free Stock Photos", description: "Discover millions of free stock photos from our community of talented photographers. Find the perfect image for your project."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}