5 Commits

Author SHA1 Message Date
7e4ede4fda Update src/app/page.tsx 2026-03-11 13:32:34 +00:00
fdd997a336 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:52:27 +00:00
1adcf9065f Update src/app/styles/variables.css 2026-03-11 12:52:23 +00:00
0096e72b29 Update src/app/page.tsx 2026-03-11 12:52:22 +00:00
87a2f31752 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:43:12 +00:00
2 changed files with 19 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="I Build Intelligent Systems for the Internet" title="I Build Intelligent Systems for the Internet"
description="Automation, AI workflows, and high-performance digital products that help businesses scale faster and operate smarter." description="Help businesses automate 80% of manual tasks while reducing operational costs by up to 60%. AI workflows and automation systems that scale your operations without scaling your team."
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
kpis={[ kpis={[
{ value: "50+", label: "Automation Systems Built" }, { value: "50+", label: "Automation Systems Built" },
@@ -52,10 +52,12 @@ export default function LandingPage() {
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
tag="Automation Expert" tag="Automation Expert"
tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "View My Work", href: "#projects" }, { text: "View My Work", href: "#projects" },
{ text: "Start a Project", href: "#contact" } { text: "Start a Project", href: "#contact" }
]} ]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png"
imageAlt="Automation Dashboard Interface" imageAlt="Automation Dashboard Interface"
imagePosition="right" imagePosition="right"
@@ -66,11 +68,13 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
tag="About Abdul Rafay" tag="About Abdul Rafay"
tagAnimation="slide-up"
title="I design and build intelligent systems that automate business operations, streamline workflows, and transform ideas into scalable digital products. My focus: build systems that work smarter than people." title="I design and build intelligent systems that automate business operations, streamline workflows, and transform ideas into scalable digital products. My focus: build systems that work smarter than people."
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Explore My Work", href: "#projects" } { text: "Explore My Work", href: "#projects" }
]} ]}
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -79,6 +83,7 @@ export default function LandingPage() {
title="What I Build" title="What I Build"
description="Specialized solutions designed to eliminate manual work, streamline operations, and drive measurable business growth." description="Specialized solutions designed to eliminate manual work, streamline operations, and drive measurable business growth."
tag="Services" tag="Services"
tagAnimation="slide-up"
features={[ features={[
{ {
id: "ai-automation", label: "AI Automation", title: "AI Automation Systems", items: [ id: "ai-automation", label: "AI Automation", title: "AI Automation Systems", items: [
@@ -116,6 +121,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -124,6 +130,7 @@ export default function LandingPage() {
title="Projects & Systems" title="Projects & Systems"
description="Intelligent systems and high-performance products that drive real business results." description="Intelligent systems and high-performance products that drive real business results."
tag="Portfolio" tag="Portfolio"
tagAnimation="slide-up"
products={[ products={[
{ {
id: "1", name: "Automation Dashboard", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-sophisticated-automation-1773232936102-44b60f1d.png", imageAlt: "Automation Dashboard System" id: "1", name: "Automation Dashboard", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-sophisticated-automation-1773232936102-44b60f1d.png", imageAlt: "Automation Dashboard System"
@@ -147,6 +154,7 @@ export default function LandingPage() {
title="Impact & Results" title="Impact & Results"
description="Measurable outcomes from automation systems and digital solutions." description="Measurable outcomes from automation systems and digital solutions."
tag="Results" tag="Results"
tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", icon: Zap, id: "1", icon: Zap,
@@ -170,12 +178,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Let's Build Something Powerful" tag="Let's Build Something Powerful"
tagAnimation="slide-up"
title="Ready to Automate Your Business?" title="Ready to Automate Your Business?"
description="If you want to automate your operations, streamline workflows, or build a high-performance digital product, let's work together to transform your vision into reality." description="If you want to automate your operations, streamline workflows, or build a high-performance digital product, let's work together to transform your vision into reality."
buttons={[ buttons={[
{ text: "Send Message", href: "mailto:contact@abdulrafay.com" }, { text: "Send Message", href: "mailto:contact@abdulrafay.com" },
{ text: "Schedule Call", href: "#" } { text: "Schedule Call", href: "#" }
]} ]}
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -190,4 +200,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #ffffff;
--card: #481f1f; --card: #f9f9f9;
--foreground: #ffffff; --foreground: #000612e6;
--primary-cta: #ffffff; --primary-cta: #15479c;
--primary-cta-text: #280101; --primary-cta-text: #280101;
--secondary-cta: #361311; --secondary-cta: #f9f9f9;
--secondary-cta-text: #f6d4d4; --secondary-cta-text: #f6d4d4;
--accent: #51000b; --accent: #e2e2e2;
--background-accent: #ff2231; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);