Update src/app/layout.tsx
This commit is contained in:
@@ -5,31 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "X BUSINESS - Empower Your Entrepreneurial Journey",
|
||||
description: "X BUSINESS helps ambitious entrepreneurs build bold and grow confidently with expert guidance, strategic support, and a thriving community.",
|
||||
keywords: ["entrepreneurship", "women entrepreneurs", "business guidance", "mentorship", "startup support", "business coaching"],
|
||||
title: "X BUSINESS - Empower Your Entrepreneurial Journey", description: "X BUSINESS helps ambitious entrepreneurs build bold and grow confidently with expert guidance, strategic support, and a thriving community.", keywords: ["entrepreneurship", "women entrepreneurs", "business guidance", "mentorship", "startup support", "business coaching"],
|
||||
openGraph: {
|
||||
title: "X BUSINESS - Build Bold. Grow Confidently.",
|
||||
description: "Join 500+ entrepreneurs transforming their ideas into thriving businesses with expert guidance and community support.",
|
||||
siteName: "X BUSINESS",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "X BUSINESS - Build Bold. Grow Confidently.", description: "Join 500+ entrepreneurs transforming their ideas into thriving businesses with expert guidance and community support.", siteName: "X BUSINESS", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg",
|
||||
alt: "X BUSINESS - Modern entrepreneurial workspace"
|
||||
url: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg", alt: "X BUSINESS - Modern entrepreneurial workspace"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "X BUSINESS - Build Bold. Grow Confidently.",
|
||||
description: "Join 500+ entrepreneurs transforming their ideas into thriving businesses with expert guidance and community support.",
|
||||
images: ["http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"]
|
||||
card: "summary_large_image", title: "X BUSINESS - Build Bold. Grow Confidently.", description: "Join 500+ entrepreneurs transforming their ideas into thriving businesses with expert guidance and community support.", images: ["http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user