diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 808fd1b..d72c548 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,16 +19,16 @@ export default function ContactPage() { return ( @@ -63,12 +63,12 @@ export default function ContactPage() { tag="Newsletter" title="Stay Updated" description="Get the latest updates on new features, resources, and educational insights delivered to your inbox" - tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + tagAnimation="none" + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/business-deal_52683-6807.jpg" imageAlt="Newsletter signup illustration" - mediaAnimation="slide-up" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Subscribe" @@ -81,29 +81,20 @@ export default function ContactPage() { @@ -114,22 +105,16 @@ export default function ContactPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/wacey", - ariaLabel: "Follow us on Twitter", - }, + href: "https://twitter.com/wacey", ariaLabel: "Follow us on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/wacey", - ariaLabel: "Connect on LinkedIn", - }, + href: "https://linkedin.com/company/wacey", ariaLabel: "Connect on LinkedIn"}, { icon: Instagram, - href: "https://instagram.com/wacey", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/wacey", ariaLabel: "Follow us on Instagram"}, ]} /> ); -} \ No newline at end of file +}