From 47db7084fbdb0afaabc7c95ac68685b9fc25fe6d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 01:09:27 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) 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, -- 2.49.1 From f185e289edf7693d9702235fbfde4401c6a89e8a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 01:09:28 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) 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() { Date: Sun, 1 Mar 2026 01:09:29 +0000 Subject: [PATCH 3/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 12d75b2..97cfb13 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -36,36 +36,20 @@ export default function ReviewsPage() { description="Read authentic reviews from entrepreneurs who have transformed their businesses with X BUSINESS support and guidance" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Founder & CEO", - company: "Digital Ventures", - rating: 5, + id: "1", name: "Sarah Mitchell", role: "Founder & CEO", company: "Digital Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg" }, { - id: "2", - name: "Jennifer Liu", - role: "Business Owner", - company: "Creative Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=1" + id: "2", name: "Jennifer Liu", role: "Business Owner", company: "Creative Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" }, { - id: "3", - name: "Maria Rodriguez", - role: "Entrepreneur", - company: "Tech Innovation Hub", - rating: 5, + id: "3", name: "Maria Rodriguez", role: "Entrepreneur", company: "Tech Innovation Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/account-executive-multitasking-her-desk-working-business-goals_482257-123842.jpg" }, { - id: "4", - name: "Amy Chen", - role: "Startup Founder", - company: "NextGen Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=2" + id: "4", name: "Amy Chen", role: "Startup Founder", company: "NextGen Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" } ]} kpiItems={[ @@ -84,24 +68,21 @@ export default function ReviewsPage() { logoText="X BUSINESS" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Guidance", href: "#services" }, { label: "Community", href: "#services" }, { label: "Reviews", href: "/reviews" } ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" } ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Code of Conduct", href: "#" } -- 2.49.1