diff --git a/src/app/page.tsx b/src/app/page.tsx index ab1b176..2343ea6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,38 +45,26 @@ export default function LandingPage() {
@@ -95,47 +75,35 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Approach to Growth" description="We combine deep analytical insights with creative storytelling to ensure every touchpoint is optimized for conversion." + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" bulletPoints={[ { - title: "Data-Driven Strategy", - description: "Every campaign is backed by rigorous testing and data validation.", - }, + title: "Data-Driven Strategy", description: "Every campaign is backed by rigorous testing and data validation."}, { - title: "Creative Excellence", - description: "Visuals and messaging that command attention and drive action.", - }, + title: "Creative Excellence", description: "Visuals and messaging that command attention and drive action."}, { - title: "Conversion Focused", - description: "Rigorous optimization processes that prioritize results over vanity metrics.", - }, + title: "Conversion Focused", description: "Rigorous optimization processes that prioritize results over vanity metrics."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWwdNliNrhXaIPPMkA41vz1iqw/creative-design-team-collaborating-in-a--1774618269417-8889af66.png" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" />
@@ -218,25 +157,17 @@ export default function LandingPage() { description="Ready to scale your agency? Fill out the form below." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project", - rows: 4, + name: "message", placeholder: "Tell us about your project", rows: 4, }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWwdNliNrhXaIPPMkA41vz1iqw/abstract-blue-and-white-corporate-backgr-1774618269504-6c759c82.png" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" /> @@ -244,29 +175,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..ed864d6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #050012; + --card: #040121; + --foreground: #f0e6ff; + --primary-cta: #c89bff; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #1d123b; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #65417c; + --background-accent: #65417c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);