Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9bee5afd4 | |||
| e873937de5 | |||
| 6f561c4cf6 | |||
| 8c603ea4ad | |||
| 0c0637cffd |
@@ -1,55 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Libre_Baskerville } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const libreBaskerville = Libre_Baskerville({
|
|
||||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
|
||||||
weight: ["400", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment. Trusted by 80+ founders. Let's accelerate your idea.", keywords: "MVP development, product development agency, startup MVP, rapid prototyping, product launch", metadataBase: new URL("https://mvplabs.io"),
|
title: "MVPLabs - MVP Development Agency", description: "Build your MVP in weeks, not months. Expert MVP development, product strategy, and rapid deployment."};
|
||||||
alternates: {
|
|
||||||
canonical: "https://mvplabs.io"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment.", url: "https://mvplabs.io", siteName: "MVPLabs", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROrDM04pHgayXzoyOn216Oj1M/a-modern-sleek-mvp-development-dashboard-1772552217898-87e81b0a.png", alt: "MVP development dashboard"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment.", images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROrDM04pHgayXzoyOn216Oj1M/a-modern-sleek-mvp-development-dashboard-1772552217898-87e81b0a.png"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>
|
||||||
<body
|
{children}
|
||||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1418,7 +1380,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #080200;;
|
/* --background: #000000;;
|
||||||
--card: #1a0d0b;;
|
--card: #0c0c0c;;
|
||||||
--foreground: #ffe6d5;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #ffaa70;;
|
--primary-cta: #106EFB;;
|
||||||
--secondary-cta: #170b07;;
|
--secondary-cta: #000000;;
|
||||||
--accent: #7b5e4a;;
|
--accent: #535353;;
|
||||||
--background-accent: #b8541e;; */
|
--background-accent: #106EFB;; */
|
||||||
|
|
||||||
--background: #080200;;
|
--background: #000000;;
|
||||||
--card: #1a0d0b;;
|
--card: #0c0c0c;;
|
||||||
--foreground: #ffe6d5;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #ffaa70;;
|
--primary-cta: #106EFB;;
|
||||||
--primary-cta-text: #080200;;
|
--primary-cta-text: #080200;;
|
||||||
--secondary-cta: #170b07;;
|
--secondary-cta: #000000;;
|
||||||
--secondary-cta-text: #ffe6d5;;
|
--secondary-cta-text: #ffe6d5;;
|
||||||
--accent: #7b5e4a;;
|
--accent: #535353;;
|
||||||
--background-accent: #b8541e;;
|
--background-accent: #106EFB;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user