Update src/app/layout.tsx

This commit is contained in:
2026-01-22 15:14:20 +00:00
parent 59d6dc0508
commit 1e949ccf63

View File

@@ -5,28 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Show Your Idea | Investment Agency for Visionary Startups",
description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks to transform your entrepreneurial vision.",
keywords: "investment agency, startup funding, venture capital, entrepreneur mentorship, seed funding",
metadataBase: new URL("https://showyouridea.com"),
title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks to transform your entrepreneurial vision.", keywords: "investment agency, startup funding, venture capital, entrepreneur mentorship, seed funding", metadataBase: new URL("https://showyouridea.com"),
alternates: {
canonical: "https://showyouridea.com"
},
openGraph: {
title: "Show Your Idea | Investment Agency for Visionary Startups",
description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks.",
siteName: "Show Your Idea",
type: "website"
title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks.", siteName: "Show Your Idea", type: "website"
},
twitter: {
card: "summary_large_image",
title: "Show Your Idea | Investment Agency for Visionary Startups",
description: "Transform your entrepreneurial vision into reality with strategic investment and mentorship"
card: "summary_large_image", title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Transform your entrepreneurial vision into reality with strategic investment and mentorship"
},
robots: {
index: true,