{message.from}
@@ -248,7 +250,11 @@ const ProcessCard = ({
);
};
-export const ProcessSection = () => {
+interface ProcessSectionProps {
+ country?: string;
+}
+
+export const ProcessSection = ({ country = "USA" }: ProcessSectionProps) => {
const titleRef = useRef(null);
const navigate = useNavigate();
@@ -265,7 +271,9 @@ export const ProcessSection = () => {
className="text-4xl lg:text-5xl font-semibold text-foreground mb-4"
>
From Ideation to Implementation:{" "}
- How We Convert Ideas Into Market-Ready Products
+
+ How We Convert Ideas Into Market-Ready Products
+ {
viewport={{ once: true }}
className="text-muted-foreground text-xl max-w-2xl mx-auto"
>
- As a mobile app development company in the USA, we turn the vision you have for your app into reality through expert planning, innovative design, and intuitive engineering.
-
-
+ As a mobile app development company in the {country}, we turn the
+ vision you have for your app into reality through expert planning,
+ innovative design, and intuitive engineering.
diff --git a/pages/MobileAppDevelopmentIndia.tsx b/pages/MobileAppDevelopmentIndia.tsx
index c1ccbdd..acb5ff0 100644
--- a/pages/MobileAppDevelopmentIndia.tsx
+++ b/pages/MobileAppDevelopmentIndia.tsx
@@ -9,7 +9,8 @@ import {
Calendar,
DollarSign,
Eye,
- Globe, Layers,
+ Globe,
+ Layers,
Play,
Rocket,
Settings,
@@ -21,7 +22,7 @@ import {
Truck,
UserPlus,
Watch,
- Zap
+ Zap,
} from "lucide-react";
import React from "react";
import { FAQSection } from "../components/FAQSection";
@@ -32,11 +33,10 @@ import { Badge } from "../components/ui/badge";
import { Button } from "../components/ui/button";
import { Card, CardContent } from "../components/ui/card";
import { ShimmerButton } from "../components/ui/shimmer-button";
-import heroMockupImage from '../src/images/mobile-app-banner.png';
+import heroMockupImage from "../src/images/mobile-app-banner.png";
import { Helmet } from "react-helmet-async";
import { useNavigate } from "react-router-dom";
-
// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS
const HeroWithCTA = () => {
const navigate = useNavigate();
@@ -44,32 +44,50 @@ const HeroWithCTA = () => {
{/* Page Title and Meta Description */}
- Mobile Application Development Company India | Mobile App Development Services
+
+ Mobile Application Development Company India | Mobile App Development
+ Services
+
{/* Canonical Link */}
-
+
{/* Open Graph Tags (for Facebook, LinkedIn) */}
-
+
-
+
{/* Twitter Card Tags */}
-
+
-
+
{/* Social Profiles (using JSON-LD Schema) */}