diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0affeff..ebe41df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,14 +17,11 @@ export default function AboutPage() { ]; const navButton = { - text: "View Our Work", - href: "/portfolio", - }; + text: "View Our Work", href: "/portfolio"}; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Development", href: "/services" }, { label: "UX/UI Strategy", href: "/services" }, @@ -32,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Team", href: "/about" }, @@ -41,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -76,6 +71,7 @@ export default function AboutPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9d77d84..2bf325c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,14 +16,11 @@ export default function ContactPage() { ]; const navButton = { - text: "View Our Work", - href: "/portfolio", - }; + text: "View Our Work", href: "/portfolio"}; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Development", href: "/services" }, { label: "UX/UI Strategy", href: "/services" }, @@ -31,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Team", href: "/about" }, @@ -40,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -78,8 +73,8 @@ export default function ContactPage() { description="Let's discuss your project goals and explore how Apex Digital Partners can help you achieve digital excellence." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png?_wi=2" - mediaAnimation="slide-up" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png" + mediaAnimation="smooth" mediaPosition="right" inputPlaceholder="Your email address" buttonText="Schedule a Call" @@ -93,57 +88,34 @@ export default function ContactPage() { description="Everything you need to know about working with Apex Digital Partners" tag="FAQ" textboxLayout="default" - animationType="slide-up" + faqsAnimation="none" + animationType="smooth" useInvertedBackground={false} faqs={[ { - id: "1", - title: "What is your typical project timeline?", - content: - "Most web design and development projects take 8-16 weeks from discovery to launch, depending on complexity and scope. We provide detailed timelines during the initial consultation.", - }, + id: "1", title: "What is your typical project timeline?", content: + "Most web design and development projects take 8-16 weeks from discovery to launch, depending on complexity and scope. We provide detailed timelines during the initial consultation."}, { - id: "2", - title: "Do you provide ongoing support after launch?", - content: - "Absolutely. We offer comprehensive post-launch support including bug fixes, performance optimization, and feature updates. We're committed to long-term partnerships.", - }, + id: "2", title: "Do you provide ongoing support after launch?", content: + "Absolutely. We offer comprehensive post-launch support including bug fixes, performance optimization, and feature updates. We're committed to long-term partnerships."}, { - id: "3", - title: "What technologies do you use?", - content: - "We leverage modern, best-in-class technologies including React, Next.js, TypeScript, Node.js, and cloud platforms like AWS. We choose technologies based on your project needs.", - }, + id: "3", title: "What technologies do you use?", content: + "We leverage modern, best-in-class technologies including React, Next.js, TypeScript, Node.js, and cloud platforms like AWS. We choose technologies based on your project needs."}, { - id: "4", - title: "How much does a project cost?", - content: - "Project costs vary based on scope, complexity, and requirements. Our range typically starts at $25,000 for custom web design projects and scales based on additional services and features.", - }, + id: "4", title: "How much does a project cost?", content: + "Project costs vary based on scope, complexity, and requirements. Our range typically starts at $25,000 for custom web design projects and scales based on additional services and features."}, { - id: "5", - title: "Can you work with our existing team?", - content: - "Yes, we're experienced in collaborating with internal teams, other agencies, and external contractors. We ensure smooth communication and seamless integration.", - }, + id: "5", title: "Can you work with our existing team?", content: + "Yes, we're experienced in collaborating with internal teams, other agencies, and external contractors. We ensure smooth communication and seamless integration."}, { - id: "6", - title: "What if we need design changes after launch?", - content: - "We build flexibility into all our projects. Changes are accommodated through our support packages, with transparent pricing for additional work beyond the initial scope.", - }, + id: "6", title: "What if we need design changes after launch?", content: + "We build flexibility into all our projects. Changes are accommodated through our support packages, with transparent pricing for additional work beyond the initial scope."}, { - id: "7", - title: "Do you handle e-commerce solutions?", - content: - "Yes, we have extensive e-commerce expertise. We build scalable platforms using Shopify, custom solutions, and integrations with payment processors and fulfillment systems.", - }, + id: "7", title: "Do you handle e-commerce solutions?", content: + "Yes, we have extensive e-commerce expertise. We build scalable platforms using Shopify, custom solutions, and integrations with payment processors and fulfillment systems."}, { - id: "8", - title: "How do you approach SEO?", - content: - "SEO is built into our development process from day one. We implement technical SEO best practices, optimize performance, ensure mobile-responsiveness, and provide ongoing optimization strategies.", - }, + id: "8", title: "How do you approach SEO?", content: + "SEO is built into our development process from day one. We implement technical SEO best practices, optimize performance, ensure mobile-responsiveness, and provide ongoing optimization strategies."}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 240c8a9..a5dbba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,14 +21,11 @@ export default function HomePage() { ]; const navButton = { - text: "View Our Work", - href: "portfolio", - }; + text: "View Our Work", href: "portfolio"}; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Development", href: "/services" }, { label: "UX/UI Strategy", href: "/services" }, @@ -36,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Team", href: "/about" }, @@ -45,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -90,34 +85,22 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-stunning-modern-website-interface-for--1772694295523-13a7fbee.png", - imageAlt: "Web design project showcase", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-stunning-modern-website-interface-for--1772694295523-13a7fbee.png", imageAlt: "Web design project showcase"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-digital-transformation-case-study-show-1772694295177-48e2d1a9.png", - imageAlt: "Digital transformation case study", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-digital-transformation-case-study-show-1772694295177-48e2d1a9.png", imageAlt: "Digital transformation case study"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-modern-interface-design-showcasing-a-s-1772694295867-5aff3a0b.png", - imageAlt: "Modern interface design", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-modern-interface-design-showcasing-a-s-1772694295867-5aff3a0b.png", imageAlt: "Modern interface design"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/an-e-commerce-platform-redesign-showcasi-1772694300636-98d5e7f2.png", - imageAlt: "E-commerce platform redesign", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/an-e-commerce-platform-redesign-showcasi-1772694300636-98d5e7f2.png", imageAlt: "E-commerce platform redesign"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-brand-identity-and-web-experience-port-1772694300059-d267fa1b.png", - imageAlt: "Brand identity and web experience", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-brand-identity-and-web-experience-port-1772694300059-d267fa1b.png", imageAlt: "Brand identity and web experience"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/an-interactive-website-design-featuring--1772694294830-dca1b3c7.png", - imageAlt: "Interactive website design", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/an-interactive-website-design-featuring--1772694294830-dca1b3c7.png", imageAlt: "Interactive website design"}, ]} /> @@ -126,6 +109,7 @@ export default function HomePage() { @@ -179,65 +152,29 @@ export default function HomePage() { speed={40} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "CEO, Luxe Brands Co.", - testimonial: - "Apex transformed our digital presence completely. The attention to detail and strategic thinking was exceptional. Our conversion rates doubled within 6 months.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694294531-9eabc594.png", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "CEO, Luxe Brands Co.", testimonial: + "Apex transformed our digital presence completely. The attention to detail and strategic thinking was exceptional. Our conversion rates doubled within 6 months.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694294531-9eabc594.png", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - handle: "Founder, TechFlow AI", - testimonial: - "Working with Apex was a game-changer for our SaaS product. They understood our vision and delivered a platform that our users absolutely love.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694295746-8b0540e2.png", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "Founder, TechFlow AI", testimonial: + "Working with Apex was a game-changer for our SaaS product. They understood our vision and delivered a platform that our users absolutely love.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694295746-8b0540e2.png", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - handle: "CMO, Global Retail Inc.", - testimonial: - "The team at Apex doesn't just build websites—they create strategic digital ecosystems. Our brand engagement increased by 340% after launch.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694293255-aa94023a.png", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", handle: "CMO, Global Retail Inc.", testimonial: + "The team at Apex doesn't just build websites—they create strategic digital ecosystems. Our brand engagement increased by 340% after launch.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694293255-aa94023a.png", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - handle: "VP Product, FinanceHub", - testimonial: - "Best decision we made was partnering with Apex. Their design-first approach and technical expertise resulted in a platform our customers couldn't be happier with.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-an-1772694295848-d787a7d5.png", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", handle: "VP Product, FinanceHub", testimonial: + "Best decision we made was partnering with Apex. Their design-first approach and technical expertise resulted in a platform our customers couldn't be happier with.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-an-1772694295848-d787a7d5.png", imageAlt: "David Kim"}, { - id: "5", - name: "Jessica Martinez", - handle: "Founder, Wellness Collective", - testimonial: - "Apex didn't just meet our expectations—they exceeded them. The website they built is beautiful, performant, and perfectly captures our brand essence.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694292929-03056872.png", - imageAlt: "Jessica Martinez", - }, + id: "5", name: "Jessica Martinez", handle: "Founder, Wellness Collective", testimonial: + "Apex didn't just meet our expectations—they exceeded them. The website they built is beautiful, performant, and perfectly captures our brand essence.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694292929-03056872.png", imageAlt: "Jessica Martinez"}, { - id: "6", - name: "James Wilson", - handle: "CEO, Innovation Labs", - testimonial: - "From initial strategy to final launch, Apex was professional, innovative, and results-oriented. I'd recommend them to any ambitious brand looking for true digital transformation.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694294186-9a9c5ee9.png", - imageAlt: "James Wilson", - }, + id: "6", name: "James Wilson", handle: "CEO, Innovation Labs", testimonial: + "From initial strategy to final launch, Apex was professional, innovative, and results-oriented. I'd recommend them to any ambitious brand looking for true digital transformation.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-headshot-photograph-of-a--1772694294186-9a9c5ee9.png", imageAlt: "James Wilson"}, ]} /> @@ -249,7 +186,7 @@ export default function HomePage() { description="Let's discuss your project goals and explore how Apex Digital Partners can help you achieve digital excellence." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Your email address"