diff --git a/src/app/page.tsx b/src/app/page.tsx index bce42a7..2626d28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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" /> @@ -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() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7884bb3..3979dc9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);