diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ebaee3..fe13392 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,9 +18,7 @@ const navItems = [ ]; const navButton = { - text: "Start Free Trial", - href: "/pricing", -}; + text: "Start Free Trial", href: "/pricing"}; export default function AboutPage() { return ( @@ -51,8 +49,8 @@ export default function AboutPage() { tag="About CreatorForge" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png?_wi=2" + background={{ variant: "floatingGradient" }} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png" imageAlt="CreatorForge Mission" buttons={[ { text: "Join Our Community", href: "/contact" }, @@ -70,12 +68,8 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Creator-First Design", - description: "Every feature is built with the creator's success in mind. We don't add complexity—we eliminate it. Your growth is our mission.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png?_wi=4", - }, + id: "1", title: "Creator-First Design", description: "Every feature is built with the creator's success in mind. We don't add complexity—we eliminate it. Your growth is our mission.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png"}, items: [ { icon: Target, text: "User experience obsession" }, { icon: Lightbulb, text: "Intuitive interfaces" }, @@ -84,12 +78,8 @@ export default function AboutPage() { reverse: false, }, { - id: "2", - title: "Data-Driven Decisions", - description: "We believe in the power of data to drive success. Our AI analyzes millions of data points to give you exactly what you need.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png?_wi=3", - }, + id: "2", title: "Data-Driven Decisions", description: "We believe in the power of data to drive success. Our AI analyzes millions of data points to give you exactly what you need.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png"}, items: [ { icon: Lightbulb, text: "AI-powered analysis" }, { icon: Target, text: "Predictive insights" }, @@ -98,12 +88,8 @@ export default function AboutPage() { reverse: true, }, { - id: "3", - title: "Community & Collaboration", - description: "Creators succeed together. We've built a vibrant community where creators share strategies, celebrate wins, and lift each other up.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png?_wi=3", - }, + id: "3", title: "Community & Collaboration", description: "Creators succeed together. We've built a vibrant community where creators share strategies, celebrate wins, and lift each other up.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png"}, items: [ { icon: CheckCircle, text: "Global creator network" }, { icon: Lightbulb, text: "Knowledge sharing" }, @@ -126,7 +112,7 @@ export default function AboutPage() { { text: "Start Free Trial Now", href: "/pricing" }, { text: "Schedule a Demo", href: "/contact" }, ]} - background={{ variant: "canvas-reveal" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} /> @@ -135,8 +121,7 @@ export default function AboutPage() { @@ -128,8 +108,7 @@ export default function ContactPage() {