Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-06 21:09:48 +00:00

View File

@@ -1,10 +1,9 @@
import type { Metadata } from "next";
import { GeistSans } from "geist/font/sans";
import { GeistMono } from "geist/font/mono";
import "@/styles/globals.css";
export const metadata: Metadata = {
title: "LaughClips - Funniest Videos Online", description: "Discover hilarious short clips that'll make you laugh out loud. From school jokes to epic fails to trending memes."};
title: "LaughClips - Funniest Videos Online", description: "Discover hilarious short clips that'll make you laugh out loud. From school jokes to epic fails to trending memes."
};
export default function RootLayout({
children,
@@ -13,7 +12,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${GeistSans.variable} ${GeistMono.variable}`}>
<body>
{children}
<script