diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index 7618622..e878057 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -76,7 +76,7 @@ export function HeroSection() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.5 }} > - diff --git a/components/SplitCallToAction.tsx b/components/SplitCallToAction.tsx index d8ad6a9..79d0179 100644 --- a/components/SplitCallToAction.tsx +++ b/components/SplitCallToAction.tsx @@ -86,7 +86,7 @@ export const SplitCallToAction = () => { @@ -677,26 +888,43 @@ const AndroidInlineCTA = () => { >
- - + + - Android Innovation + + Android Innovation +
- +

Ready to Tap into the{" "} Android Ecosystem?

- +

- We'll help you navigate the vast Android landscape with confidence and create apps that stand out. + We'll help you navigate the vast Android landscape with confidence + and create apps that stand out.

- +
- - + + Get a Free Android Consultation
@@ -715,20 +943,25 @@ const HireAndroidDevelopers = () => { title: "Senior Android Developer", experience: "5+ Years", skills: ["Kotlin", "Java", "Jetpack Compose", "MVVM"], - specialties: "Native Android, Google Services Integration" + specialties: "Native Android, Google Services Integration", }, { title: "Android UI/UX Designer", - experience: "4+ Years", + experience: "4+ Years", skills: ["Material Design", "Sketch", "Figma", "Prototyping"], - specialties: "Android Design Patterns, Material Design" + specialties: "Android Design Patterns, Material Design", }, { title: "Android QA Specialist", experience: "3+ Years", - skills: ["Espresso", "UI Automator", "Firebase Test Lab", "Device Testing"], - specialties: "Android Testing, Cross-Device Compatibility" - } + skills: [ + "Espresso", + "UI Automator", + "Firebase Test Lab", + "Device Testing", + ], + specialties: "Android Testing, Cross-Device Compatibility", + }, ]; return ( @@ -745,10 +978,11 @@ const HireAndroidDevelopers = () => { Augment Your Team with Top Android Talent

- Access our pool of skilled Android developers proficient in Kotlin and Java, ready to integrate with your existing team. + Access our pool of skilled Android developers proficient in Kotlin + and Java, ready to integrate with your existing team.

- + {
- - + +
- + {dev.experience}
- +

{dev.title}

- +

{dev.specialties}

- +
{dev.skills.map((skill) => ( - + {skill} ))} @@ -815,7 +1060,7 @@ const HireAndroidDevelopers = () => { Hire Android Developers
- @@ -782,19 +1022,22 @@ const NativeInlineCTA = () => {
- Peak Performance + + Peak Performance +
- +

Ready to Achieve{" "} Peak App Performance?

- +

- Let our native experts guide your next high-impact application to deliver uncompromising performance and user experience. + Let our native experts guide your next high-impact application to + deliver uncompromising performance and user experience.

- +
@@ -815,20 +1058,37 @@ const HireNativeDevelopers = () => { title: "Senior iOS Native Developer", experience: "6+ Years", skills: ["Swift", "SwiftUI", "UIKit", "Core Data", "ARKit", "CloudKit"], - specialties: "iOS Architecture, Performance Optimization, Apple Ecosystem" + specialties: + "iOS Architecture, Performance Optimization, Apple Ecosystem", }, { title: "Senior Android Native Developer", - experience: "6+ Years", - skills: ["Kotlin", "Java", "Jetpack Compose", "Room", "ARCore", "Firebase"], - specialties: "Android Architecture, Google Services, Hardware Integration" + experience: "6+ Years", + skills: [ + "Kotlin", + "Java", + "Jetpack Compose", + "Room", + "ARCore", + "Firebase", + ], + specialties: + "Android Architecture, Google Services, Hardware Integration", }, { title: "Native App Architect", experience: "8+ Years", - skills: ["System Design", "Both Platforms", "Performance", "Security", "DevOps", "Leadership"], - specialties: "Technical Leadership, Architecture Design, Performance Engineering" - } + skills: [ + "System Design", + "Both Platforms", + "Performance", + "Security", + "DevOps", + "Leadership", + ], + specialties: + "Technical Leadership, Architecture Design, Performance Engineering", + }, ]; return ( @@ -845,10 +1105,11 @@ const HireNativeDevelopers = () => { Find Your Elite Native App Development Team

- Access our pool of highly specialized iOS and Android native developers for your most demanding projects. + Access our pool of highly specialized iOS and Android native + developers for your most demanding projects.

- + {
- + {dev.experience}
- +

{dev.title}

- +

{dev.specialties}

- +
{dev.skills.map((skill) => ( - + {skill} ))} @@ -913,9 +1181,10 @@ const HireNativeDevelopers = () => { Hire Native Developers
- @@ -846,19 +1111,22 @@ const PWAInlineCTA = () => {
- PWA Power + + PWA Power +
- +

Explore the Power of{" "} PWAs for Your Business

- +

- Unlock a broader audience and enhanced user engagement with a progressive web app that works everywhere. + Unlock a broader audience and enhanced user engagement with a + progressive web app that works everywhere.

- +
@@ -877,20 +1145,24 @@ const PWAFAQs = () => { const faqs = [ { question: "Are PWAs suitable for all types of apps?", - answer: "PWAs are ideal for content-heavy apps, eCommerce, news platforms, and business tools. They're perfect when you need broad reach and offline capabilities. However, for apps requiring intensive device integration (like camera apps with advanced features) or high-performance gaming, native apps might be better suited." + answer: + "PWAs are ideal for content-heavy apps, eCommerce, news platforms, and business tools. They're perfect when you need broad reach and offline capabilities. However, for apps requiring intensive device integration (like camera apps with advanced features) or high-performance gaming, native apps might be better suited.", }, { question: "How do PWAs compare to native apps in terms of features?", - answer: "PWAs offer many native-like features including offline functionality, push notifications, and home screen installation. While they can't access all device features that native apps can, they provide 80-90% of native functionality with significantly broader reach and lower development costs." + answer: + "PWAs offer many native-like features including offline functionality, push notifications, and home screen installation. While they can't access all device features that native apps can, they provide 80-90% of native functionality with significantly broader reach and lower development costs.", }, { question: "Do PWAs show up in app stores?", - answer: "Yes! PWAs can be submitted to app stores including Google Play Store and Microsoft Store. Apple's App Store also accepts PWAs with some additional requirements. This gives you the best of both worlds - web distribution and app store presence." + answer: + "Yes! PWAs can be submitted to app stores including Google Play Store and Microsoft Store. Apple's App Store also accepts PWAs with some additional requirements. This gives you the best of both worlds - web distribution and app store presence.", }, { question: "What is the maintenance for a PWA?", - answer: "PWA maintenance is generally simpler than native apps since you maintain one codebase. Updates are pushed directly to users like web updates, but you'll need to manage service worker updates, cache strategies, and ensure compatibility across browsers and devices." - } + answer: + "PWA maintenance is generally simpler than native apps since you maintain one codebase. Updates are pushed directly to users like web updates, but you'll need to manage service worker updates, cache strategies, and ensure compatibility across browsers and devices.", + }, ]; return ( @@ -910,7 +1182,7 @@ const PWAFAQs = () => { Common questions about Progressive Web Apps.

- + { > {faqs.map((faq, index) => ( - - {faq.question} + + {faq.question} + {faq.answer} @@ -962,7 +1236,9 @@ const PWAFinalCTA = () => {
- Next Generation Web + + Next Generation Web +
@@ -971,7 +1247,7 @@ const PWAFinalCTA = () => { Build Your Next Generation Web Experience with a{" "} PWA - + { viewport={{ once: true }} className="text-xl text-gray-300 mb-12 max-w-2xl mx-auto leading-relaxed" > - WDI helps you harness the speed, reliability, and engagement of PWAs for your audience. + WDI helps you harness the speed, reliability, and engagement of PWAs + for your audience. { return (
- + {/* Hero Section */}
- + {/* PWA Benefits */}
- + {/* How PWAs Work */}
- + {/* Development Process */}
- + {/* Use Cases */}
- + {/* Tech Stack */}
- + {/* Case Studies */}
- + {/* Mid-Page CTA */}
- + {/* FAQs */}
- + {/* Final CTA */}
- + {/* Footer */}
); -}; \ No newline at end of file +}; diff --git a/src/images/android-vector.png b/src/images/android-vector.png new file mode 100644 index 0000000..fc3e527 Binary files /dev/null and b/src/images/android-vector.png differ