diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1b9da7a..f62dda8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index bd1ac11..0e0e6d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function HomePage() {