fix case study in mobile dev

This commit is contained in:
priyanshuvish
2025-07-28 19:57:37 +05:30
parent a3cacf7a6a
commit e67fd3163c
14 changed files with 464 additions and 237 deletions

View File

@@ -50,6 +50,7 @@ import tradersCircuitImage from "../src/images/traders-circuit.webp";
import goodTimesImage from "../src/images/goodtimes.webp";
import prospertyImage from "../src/images/prosperty.webp";
import { Helmet } from "react-helmet-async";
import HireDeveloperSection from "@/components/HireDeveloperSection";
// PWA Hero Section
const PWAHeroWithCTA = () => {
@@ -1402,6 +1403,34 @@ export const PWADevelopment = () => {
<PWASuccessStories />
</section>
<HireDeveloperSection
title="Augment Your Team with Top PWA Developers"
description="Build fast, installable, and offline-first Progressive Web Apps that feel like native mobile apps."
buttonText="Hire PWA Developers"
buttonLink="/start-a-project"
developerTypes={[
{
title: "Frontend PWA Developer",
experience: "4+ Years",
skills: ["React.js", "Next.js", "Service Workers", "Lighthouse"],
specialties: "Responsive UI, App-like Interactions",
},
{
title: "Backend for PWA",
experience: "5+ Years",
skills: ["Node.js", "Express", "MongoDB", "Firebase"],
specialties: "API Optimization, Offline Support",
},
{
title: "PWA Architect",
experience: "6+ Years",
skills: ["Workbox", "Webpack", "Web App Manifest", "CI/CD"],
specialties: "PWA Strategy, Cross-Browser Support",
},
]}
/>
{/* Mid-Page CTA */}
<section className="bg-background">
<PWAInlineCTA />