Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-14 18:09:43 +00:00
5 changed files with 62 additions and 29 deletions

View File

@@ -110,7 +110,7 @@ export default function AboutPage() {
title: "Chief Executive Officer",
subtitle: "Strategic Leadership & Vision",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies. Expert in market strategy, organizational design, and executive leadership development.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=2",
imageAlt: "CEO Executive Director",
},
{
@@ -118,7 +118,7 @@ export default function AboutPage() {
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements. Specialized in operational transformation, process optimization, and scalable business models.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=2",
imageAlt: "COO Executive Leader",
},
{
@@ -126,7 +126,7 @@ export default function AboutPage() {
title: "Chief Strategy Officer",
subtitle: "Strategic Planning & Execution",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership. Expert in competitive strategy, market entry, and organizational alignment.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2",
imageAlt: "CSO Executive Consultant",
},
],

View File

@@ -1,24 +1,55 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Chief Executive Manager | Strategic Leadership Excellence",
description: "Executive management services delivering strategic planning, leadership coaching, and organizational transformation for Fortune 500 companies and enterprises.",
keywords: "executive management, strategic planning, leadership coaching, organizational transformation, business consulting, executive coaching",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Chief Executive Manager | Strategic Excellence",
description: "Transform your organization with expert executive management and strategic leadership services.",
type: "website",
siteName: "Executive Management",
images: [
{
url: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
alt: "Executive Leadership Excellence",
},
],
},
twitter: {
card: "summary_large_image",
title: "Chief Executive Manager | Strategic Excellence",
description: "Executive management and strategic planning services for organizational transformation.",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +58,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -97,7 +97,7 @@ export default function LeadershipPage() {
title: "Chief Executive Officer",
subtitle: "Strategic Leadership",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=3",
imageAlt: "CEO Executive Director",
},
{
@@ -105,7 +105,7 @@ export default function LeadershipPage() {
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=3",
imageAlt: "COO Executive Leader",
},
{
@@ -113,7 +113,7 @@ export default function LeadershipPage() {
title: "Chief Strategy Officer",
subtitle: "Strategic Planning",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=3",
imageAlt: "CSO Executive Consultant",
},
],
@@ -197,7 +197,7 @@ export default function LeadershipPage() {
quote: "The leadership team brought clarity, strategic vision, and executable roadmaps that transformed our organization within 18 months.",
name: "Michael Harrison",
role: "CEO, Fortune 500 Tech Company",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2",
imageAlt: "Michael Harrison Executive",
},
{
@@ -206,7 +206,7 @@ export default function LeadershipPage() {
quote: "Their coaching elevated our executive team's effectiveness, communication, and market positioning substantially.",
name: "Jennifer Collins",
role: "President, Global Financial Services",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=2",
imageAlt: "Jennifer Collins Business Leader",
},
{
@@ -215,7 +215,7 @@ export default function LeadershipPage() {
quote: "More than consultants—they became true strategic partners invested in our long-term success and organizational excellence.",
name: "David Martinez",
role: "Chief Operating Officer, Manufacturing Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=2",
imageAlt: "David Martinez COO",
},
]}

View File

@@ -214,21 +214,21 @@ export default function HomePage() {
id: "strategy-1",
title: "Strategic Planning & Execution",
description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg?_wi=1",
imageAlt: "Strategic Planning Meeting",
},
{
id: "leadership-1",
title: "Executive Leadership Coaching",
description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg?_wi=1",
imageAlt: "Executive Leadership Development",
},
{
id: "operations-1",
title: "Organizational Operations Optimization",
description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg?_wi=1",
imageAlt: "Operations Management Excellence",
},
]}
@@ -319,7 +319,7 @@ export default function HomePage() {
title: "Chief Executive Officer",
subtitle: "Strategic Leadership",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=1",
imageAlt: "CEO Executive Director",
},
{
@@ -327,7 +327,7 @@ export default function HomePage() {
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=1",
imageAlt: "COO Executive Leader",
},
{
@@ -335,7 +335,7 @@ export default function HomePage() {
title: "Chief Strategy Officer",
subtitle: "Strategic Planning",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1",
imageAlt: "CSO Executive Consultant",
},
],
@@ -375,7 +375,7 @@ export default function HomePage() {
quote: "The executive coaching transformed our leadership team's effectiveness and strategic clarity. Results exceeded our expectations significantly.",
name: "Michael Harrison",
role: "CEO, Fortune 500 Tech Company",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
imageAlt: "Michael Harrison Executive",
},
{
@@ -384,7 +384,7 @@ export default function HomePage() {
quote: "Their strategic planning methodology helped us navigate market disruption and achieve 35% revenue growth in two years.",
name: "Jennifer Collins",
role: "President, Global Financial Services",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=1",
imageAlt: "Jennifer Collins Business Leader",
},
{
@@ -393,7 +393,7 @@ export default function HomePage() {
quote: "From operations optimization to leadership development, they addressed every critical area. Our efficiency improved by 42%.",
name: "David Martinez",
role: "Chief Operating Officer, Manufacturing Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=1",
imageAlt: "David Martinez COO",
},
{

View File

@@ -92,21 +92,21 @@ export default function ServicesPage() {
id: "strategy-1",
title: "Strategic Planning & Execution",
description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg?_wi=2",
imageAlt: "Strategic Planning Meeting",
},
{
id: "leadership-1",
title: "Executive Leadership Coaching",
description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg?_wi=2",
imageAlt: "Executive Leadership Development",
},
{
id: "operations-1",
title: "Organizational Operations Optimization",
description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg?_wi=2",
imageAlt: "Operations Management Excellence",
},
]}