Merge version_1 into main #2
134
src/app/page.tsx
134
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="QASIM SAEED"
|
||||
/>
|
||||
@@ -52,81 +44,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Organisation Bought AI. Nobody's Using It. I Fix That."
|
||||
description="I'm Qasim Saeed — The Fixer. I specialise in making Microsoft 365 Copilot, Azure AI, and enterprise AI tools actually work for your people. Not just deployed. Adopted."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years in Microsoft 365",
|
||||
},
|
||||
value: "10+", label: "Years in Microsoft 365"},
|
||||
{
|
||||
value: "FTSE",
|
||||
label: "Enterprise Rollouts",
|
||||
},
|
||||
value: "FTSE", label: "Enterprise Rollouts"},
|
||||
{
|
||||
value: "Full",
|
||||
label: "AI Stack Expertise",
|
||||
},
|
||||
value: "Full", label: "AI Stack Expertise"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Let's Talk",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Let's Talk", href: "/contact"},
|
||||
{
|
||||
text: "See How I Work",
|
||||
href: "#the-fix",
|
||||
},
|
||||
text: "See How I Work", href: "#the-fix"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-jeans-jacket-walking-street-with-little-purse-elegant-style-spring-fashion-trends_285396-6698.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/geometric-business-card-with-pink-details_23-2147647528.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/geometric-business-card-with-pink-details_23-2147647528.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ enterprise leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Copilot Adoption",
|
||||
},
|
||||
type: "text", text: "Copilot Adoption"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Azure AI Optimization",
|
||||
},
|
||||
type: "text", text: "Azure AI Optimization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Governance",
|
||||
},
|
||||
type: "text", text: "Strategic Governance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Process Automation",
|
||||
},
|
||||
type: "text", text: "Process Automation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Change Management",
|
||||
},
|
||||
type: "text", text: "Change Management"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,9 +98,7 @@ export default function LandingPage() {
|
||||
title="I Don't Sell Slides. I Deliver Outcomes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Call", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,33 +110,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "dark abstract tech geometric",
|
||||
},
|
||||
id: "f1", title: "Copilot Rollout", description: "End-to-end Microsoft 365 Copilot deployment, strategy, governance, and training.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-blue-shapes_23-2148250139.jpg", 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?_wi=1",
|
||||
imageAlt: "professional executive headshot",
|
||||
},
|
||||
id: "f2", title: "AI Strategy", description: "AI maturity assessment, opportunity mapping, and business case development.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-posing-indoors_23-2149833728.jpg", 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?_wi=1",
|
||||
imageAlt: "cto portrait editorial",
|
||||
},
|
||||
id: "f3", title: "Azure Knowledge Mining", description: "Intelligent search and document intelligence on Azure Cognitive Services.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-camera-making-notes_23-2147860817.jpg", 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?_wi=1",
|
||||
imageAlt: "professional woman portrait",
|
||||
},
|
||||
id: "f4", title: "Power Platform", description: "Process automation using Power Automate, Copilot Studio, and custom connectors.", tag: "Service", 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", imageAlt: "professional woman portrait"},
|
||||
]}
|
||||
title="What I Do"
|
||||
description="Driving real adoption and transformation."
|
||||
@@ -189,14 +128,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"LSE",
|
||||
"Kantar",
|
||||
"FTSE 100",
|
||||
"Enterprise A",
|
||||
"Global Tech",
|
||||
"Financial Firm",
|
||||
"Retail Leader",
|
||||
]}
|
||||
"LSE", "Kantar", "FTSE 100", "Enterprise A", "Global Tech", "Financial Firm", "Retail Leader"]}
|
||||
title="Trusted By"
|
||||
description="Engagements with teams at LSE, Kantar, and FTSE-listed enterprises."
|
||||
/>
|
||||
@@ -205,8 +137,8 @@ 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?_wi=1"
|
||||
imageAlt="technology consultant portrait"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/smiling-mature-man-using-laptop-street_74855-4738.jpg"
|
||||
videoAriaLabel="Consultant introduction video"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,13 +146,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="@bytheaiguy"
|
||||
leftLink={{
|
||||
text: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
}}
|
||||
text: "LinkedIn", href: "https://linkedin.com"}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
text: "Instagram", href: "https://instagram.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user