diff --git a/.gitignore b/.gitignore
index 76d91b4..9ed930b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,4 +96,4 @@ storybook-static
.Spotlight-V100
.Trashes
ehthumbs.db
-Thumbs.db
\ No newline at end of file
+Thumbs.db
diff --git a/assets/aihospital.jpg b/assets/aihospital.jpg
index fc6c82d..f4a7314 100644
Binary files a/assets/aihospital.jpg and b/assets/aihospital.jpg differ
diff --git a/assets/amble.png b/assets/amble.png
index 4086f63..a9a3a1e 100644
Binary files a/assets/amble.png and b/assets/amble.png differ
diff --git a/assets/amoz.jpg b/assets/amoz.jpg
index d4c0e85..4ed0732 100644
Binary files a/assets/amoz.jpg and b/assets/amoz.jpg differ
diff --git a/assets/hospitalise.jpg b/assets/hospitalise.jpg
index e2fd21f..3003a9c 100644
Binary files a/assets/hospitalise.jpg and b/assets/hospitalise.jpg differ
diff --git a/assets/vib360.jpg b/assets/vib360.jpg
index d27be3d..553c7bc 100644
Binary files a/assets/vib360.jpg and b/assets/vib360.jpg differ
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/MobileAppDevelopment.tsx b/pages/MobileAppDevelopment.tsx
index b4cbc21..a8acfad 100644
--- a/pages/MobileAppDevelopment.tsx
+++ b/pages/MobileAppDevelopment.tsx
@@ -33,7 +33,7 @@ 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.jpg";
import { Helmet } from "react-helmet-async";
import { useNavigate } from "react-router-dom";
diff --git a/pages/MobileAppDevelopmentIndia.tsx b/pages/MobileAppDevelopmentIndia.tsx
index c1ccbdd..e7d36ea 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.jpg";
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) */}