3 Commits

Author SHA1 Message Date
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 17 additions and 7 deletions

View File

@@ -52,10 +52,12 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
tag="Automation Expert"
tagAnimation="slide-up"
buttons={[
{ text: "View My Work", href: "#projects" },
{ 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"
imageAlt="Automation Dashboard Interface"
imagePosition="right"
@@ -66,11 +68,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
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."
useInvertedBackground={false}
buttons={[
{ text: "Explore My Work", href: "#projects" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -79,6 +83,7 @@ export default function LandingPage() {
title="What I Build"
description="Specialized solutions designed to eliminate manual work, streamline operations, and drive measurable business growth."
tag="Services"
tagAnimation="slide-up"
features={[
{
id: "ai-automation", label: "AI Automation", title: "AI Automation Systems", items: [
@@ -116,6 +121,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
@@ -124,6 +130,7 @@ export default function LandingPage() {
title="Projects & Systems"
description="Intelligent systems and high-performance products that drive real business results."
tag="Portfolio"
tagAnimation="slide-up"
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"
@@ -147,6 +154,7 @@ export default function LandingPage() {
title="Impact & Results"
description="Measurable outcomes from automation systems and digital solutions."
tag="Results"
tagAnimation="slide-up"
metrics={[
{
id: "1", icon: Zap,
@@ -170,12 +178,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Let's Build Something Powerful"
tagAnimation="slide-up"
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."
buttons={[
{ text: "Send Message", href: "mailto:contact@abdulrafay.com" },
{ text: "Schedule Call", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>

View File

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