Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:59:08 +00:00
parent f87be86fed
commit 8a04e20ba7

View File

@@ -60,23 +60,23 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
imageAlt: "Professional executive portrait",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=1",
imageAlt: "Modern office workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=1",
imageAlt: "Business strategy session",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=1",
imageAlt: "Team leadership and management",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=1",
imageAlt: "Professional consulting meeting",
},
]}
@@ -90,7 +90,7 @@ export default function HomePage() {
tag="About Me"
tagIcon={User}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=2"
imageAlt="Professional executive in modern office"
buttons={[
{ text: "View My Services", href: "/services" },
@@ -112,7 +112,7 @@ export default function HomePage() {
{
title: "Strategic Planning & Consulting",
description: "Develop comprehensive business strategies aligned with your vision and market opportunities",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=2",
imageAlt: "Strategic business planning",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -120,7 +120,7 @@ export default function HomePage() {
{
title: "Organizational Leadership",
description: "Build and lead high-performing teams that drive innovation and achieve ambitious goals",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=2",
imageAlt: "Team leadership training",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -128,7 +128,7 @@ export default function HomePage() {
{
title: "Business Development",
description: "Identify and execute growth opportunities to expand market share and revenue streams",
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=2",
imageAlt: "Business development strategies",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -136,7 +136,7 @@ export default function HomePage() {
{
title: "Operations Optimization",
description: "Streamline processes, improve efficiency, and maximize profitability across your organization",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
imageAlt: "Operations management",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -212,7 +212,7 @@ export default function HomePage() {
quote: "Outstanding business development strategy. We identified and executed growth opportunities that doubled our customer base in two years. Exceptional results and professional approach.",
name: "David Kim",
role: "Founder, StartupXYZ",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=3",
imageAlt: "David Kim portrait",
},
]}