From 789b5f43b804afa07d00af40eab10327783569e9 Mon Sep 17 00:00:00 2001 From: Tejas Patil Date: Fri, 17 Apr 2026 14:52:57 +0530 Subject: [PATCH] fixed mobile dev --- components/ProcessSection.tsx | 30 ++-- pages/MobileAppDevelopmentIndia.tsx | 268 ++++++++++++++++++---------- pages/MobileAppDevelopmentUk.tsx | 2 +- 3 files changed, 191 insertions(+), 109 deletions(-) diff --git a/components/ProcessSection.tsx b/components/ProcessSection.tsx index ac7f32b..26eee32 100644 --- a/components/ProcessSection.tsx +++ b/components/ProcessSection.tsx @@ -75,14 +75,16 @@ const ChatSimulation = ({ whileInView={{ opacity: 1, x: 0 }} transition={{ duration: 0.5, delay: index * 0.3 }} viewport={{ once: true }} - className={`flex ${message.from === "You" ? "justify-start" : "justify-end" - }`} + className={`flex ${ + message.from === "You" ? "justify-start" : "justify-end" + }`} >
{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) */}