diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c38ced3..07e9208 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function AboutPage() { description="Founded in 2015" subdescription="Specializing in Contractor & Trades Websites" icon={Briefcase} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png?_wi=4" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png" imageAlt="Atlas Digital team office and workspace" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,7 +65,7 @@ export default function AboutPage() { title="Our Impact on Contractor Businesses" description="Proven track record of success in the trades industry" tag="About Us" - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -78,15 +78,7 @@ export default function AboutPage() { description="We partner with the best contractors, trades businesses, and service companies" tag="Our Partners" names={[ - "Smith Plumbing Co.", - "Premier Electric Services", - "ABC Roofing Contractors", - "Johnson HVAC Solutions", - "BuildRight General Contracting", - "Expert Landscaping Inc.", - "Pro Flooring Specialists", - "Quality Home Repair", - ]} + "Smith Plumbing Co.", "Premier Electric Services", "ABC Roofing Contractors", "Johnson HVAC Solutions", "BuildRight General Contracting", "Expert Landscaping Inc.", "Pro Flooring Specialists", "Quality Home Repair"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -99,8 +91,7 @@ export default function AboutPage() { logoText="Atlas Digital" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Local SEO", href: "/services" }, { label: "Support & Maintenance", href: "/services" }, @@ -108,8 +99,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Case Studies", href: "/portfolio" }, @@ -117,8 +107,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Free Website Audit", href: "/contact" }, { label: "FAQ", href: "/faq" }, @@ -126,8 +115,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da7d438..c8132e3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function ContactPage() { title="Get Your Contractor Website Built Today" description="Join hundreds of successful trades businesses that are getting more leads and growing their revenue with Atlas Digital websites." tagIcon={Rocket} - background={{ variant: "floatingGradient" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Started" @@ -57,35 +57,17 @@ export default function ContactPage() {