8 Commits

Author SHA1 Message Date
33ed7c7fa9 Update src/app/layout.tsx 2026-03-04 08:45:58 +00:00
f6784ac986 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:14:32 +00:00
b7d9f29f23 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:00:46 +00:00
cc7207830d Merge version_1 into main
Merge version_1 into main
2026-03-03 19:42:58 +00:00
71262def34 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:35:10 +00:00
1e8948b6fb Merge version_1 into main
Merge version_1 into main
2026-03-03 19:17:42 +00:00
6b612dcec6 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:16:01 +00:00
0441d7a81a Merge version_1 into main
Merge version_1 into main
2026-03-03 19:13:44 +00:00

View File

@@ -1,9 +1,11 @@
import type { Metadata } from "next";
import "./styles/globals.css";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Mockcraft - Professional App Mockups in Minutes", description: "Upload your screenshots, customize stunning mockups and animated promos—no design skills required. Launch your app marketing today."
};
title: "Mockcraft - Professional App Mockups in Minutes", description: "Upload your screenshots, customize stunning mockups and animated promos—no design skills required. Launch your app marketing today."};
export default function RootLayout({
children,
@@ -12,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `