diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b65ba9f..e1ebd34 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,8 +21,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/about" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -48,8 +45,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -84,13 +80,9 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Explore Our Services", - href: "/about", - }, + text: "Explore Our Services", href: "/about"}, { - text: "Contact Our Team", - href: "/contact", - }, + text: "Contact Our Team", href: "/contact"}, ]} buttonAnimation="slide-up" /> @@ -100,26 +92,14 @@ export default function AboutPage() { @@ -159,10 +103,9 @@ export default function BlogPage() { title="Get the Latest News & Insights" description="Subscribe to our blog newsletter to receive weekly articles about web design, ecommerce optimization, and digital innovation strategies." tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ - variant: "gradient-bars", - }} + variant: "gradient-bars"}} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" @@ -173,9 +116,7 @@ export default function BlogPage() { @@ -141,26 +123,14 @@ export default function HomePage() { @@ -186,26 +154,11 @@ export default function HomePage() { @@ -232,32 +183,16 @@ export default function HomePage() { @@ -285,40 +218,16 @@ export default function HomePage() { @@ -443,7 +308,7 @@ export default function HomePage() { title="Ready to Transform Your Web Presence?" description="Join the community of innovative businesses leveraging Webild Platform. Subscribe to our newsletter for exclusive insights and special offers." tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "gradient-bars" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" @@ -455,7 +320,7 @@ export default function HomePage() { @@ -134,32 +102,16 @@ export default function StorePage() { @@ -188,10 +138,9 @@ export default function StorePage() { title="Ready to Upgrade Your Platform?" description="Join thousands of businesses using Webild. Get exclusive discounts for annual subscriptions and personalized onboarding support." tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ - variant: "gradient-bars", - }} + variant: "gradient-bars"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Special Offer" @@ -202,9 +151,7 @@ export default function StorePage() {