Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-31 16:01:44 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -64,28 +64,28 @@ export default function LandingPage() {
name: "Qasim Saeed",
role: "The Fixer",
testimonial: "I started as an IT engineer—Exchange servers, Active Directory... now I fix AI.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg?_wi=2",
},
{
id: "2",
name: "Qasim Saeed",
role: "The Fixer",
testimonial: "I've led Copilot rollouts for C-suite leaders who needed someone to cut through the noise.",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg?_wi=2",
},
{
id: "3",
name: "Qasim Saeed",
role: "The Fixer",
testimonial: "Follow @bytheaiguy for real-world AI insights, no hype, no fluff.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg?_wi=2",
},
{
id: "4",
name: "Qasim Saeed",
role: "The Fixer",
testimonial: "I embed inside your organisation, building, configuring, and measuring until it sticks.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg?_wi=2",
},
{
id: "5",

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
title="Let's Fix It."
description="Whether you need a full AI transformation or just want to get Copilot working, it starts with a conversation."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg"
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg?_wi=3"
/>
</div>

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
href: "#the-fix",
},
]}
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg"
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
@@ -154,28 +154,28 @@ export default function LandingPage() {
id: "f1",
title: "Copilot Rollout",
description: "End-to-end Microsoft 365 Copilot deployment, strategy, governance, and training.",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg?_wi=2",
imageAlt: "dark abstract tech geometric",
},
{
id: "f2",
title: "AI Strategy",
description: "AI maturity assessment, opportunity mapping, and business case development.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg?_wi=1",
imageAlt: "professional executive headshot",
},
{
id: "f3",
title: "Azure Knowledge Mining",
description: "Intelligent search and document intelligence on Azure Cognitive Services.",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg?_wi=1",
imageAlt: "cto portrait editorial",
},
{
id: "f4",
title: "Power Platform",
description: "Process automation using Power Automate, Copilot Studio, and custom connectors.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg?_wi=1",
imageAlt: "professional woman portrait",
},
]}
@@ -205,7 +205,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg?_wi=1"
imageAlt="technology consultant portrait"
/>
</div>