Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a085eebd28 | |||
| 7124d38bb7 | |||
| 33ed7c7fa9 | |||
| f6784ac986 | |||
| b7d9f29f23 | |||
| cc7207830d | |||
| 71262def34 | |||
| 1e8948b6fb | |||
| 6b612dcec6 | |||
| 0441d7a81a |
@@ -1,5 +1,8 @@
|
||||
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."
|
||||
@@ -12,7 +15,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user