From e5b8a10467803080eb06b2cf3fe60e738217b974 Mon Sep 17 00:00:00 2001 From: Tejas Patil Date: Fri, 10 Apr 2026 17:02:40 +0530 Subject: [PATCH] chnages fixed --- pages/AndroidAppDevelopmentIndia.tsx | 11 +++---- pages/AndroidAppDevelopmentUSA.tsx | 43 ++++++++++++++++++---------- pages/AndroidAppDevelopmentUk.tsx | 13 ++++----- pages/IOSAppDevelopmentIndia.tsx | 8 +++--- pages/IOSAppDevelopmentUK.tsx | 11 ++++--- pages/IOSAppDevelopmentUSA.tsx | 9 +++--- 6 files changed, 54 insertions(+), 41 deletions(-) diff --git a/pages/AndroidAppDevelopmentIndia.tsx b/pages/AndroidAppDevelopmentIndia.tsx index c0cdf4d..8c7c223 100644 --- a/pages/AndroidAppDevelopmentIndia.tsx +++ b/pages/AndroidAppDevelopmentIndia.tsx @@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1407,15 +1407,16 @@ export const AndroidAppDevelopmentIndia = () => { - {/* FAQs */} -
- -
{/* Final CTA */}
+ + {/* FAQs */} +
+ +
{/* Footer */}
{/*
*/}
diff --git a/pages/AndroidAppDevelopmentUSA.tsx b/pages/AndroidAppDevelopmentUSA.tsx index e3fe695..b3d978e 100644 --- a/pages/AndroidAppDevelopmentUSA.tsx +++ b/pages/AndroidAppDevelopmentUSA.tsx @@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1166,25 +1166,40 @@ const AndroidFAQs = () => { const faqs = [ { question: - "How do you ensure app compatibility across diverse Android devices?", + "What Are the Main Factors Driving the Development of the Cost of Android Apps?", answer: - "We follow comprehensive testing strategies including device fragmentation testing, responsive design principles, and adaptive layouts. Our team tests across multiple screen sizes, Android versions, and hardware configurations to ensure consistent performance across the Android ecosystem.", + "The cost of Android app development in the USA depends on various factors, which include: app complexity, level of customization in UI/UX design, and backend infrastructure requirements.", }, { - question: "What's your approach to Android UI/UX design?", + question: "What Is Your Approach to UI/UX design?", answer: - "We strictly follow Google's Material Design guidelines while incorporating your brand identity. Our designs prioritize usability, accessibility, and platform consistency while ensuring your app feels native to Android users and leverages platform-specific interaction patterns.", + "Our UI/UX design process follows a user-focused design approach that incorporates:\nUser research and persona development.\nInformation architecture and wireframing\nInteractive prototyping and user testing\nVisual design and style guide creation\nCreating a responsive design for all devices\nMaking adjustments based on the user feedback.", }, { - question: "Do you provide post-launch updates and maintenance?", + question: "How Long Does It Take to Develop an Android App?", answer: - "Yes, we offer comprehensive post-launch support including regular updates for new Android versions, security patches, performance optimizations, feature enhancements, and Google Play Store compliance. Our maintenance packages are tailored to your specific needs.", + "Depending on the complexity of the app, the app development timeline is determined. A simple app takes 2 to 3 months while complex apps take 6 to 12 months.", + }, + { + question: "Do You Agree to Sign an NDA?", + answer: + "Yes, totally! We consider the confidentiality of our clients as our top priority. We are more than happy to sign Non-disclosure Agreements (NDA) even before we start any discussion regarding your project. We maintain strict confidentiality protocols throughout our organization.", }, { question: - "Can you integrate with specific Google services (e.g., Maps, Firebase)?", + "In 2026, What Programming Language Should be Used for Android in 2026?", answer: - "Absolutely! We specialize in Google services integration including Google Maps, Firebase, Google Pay, Google Drive, Google Analytics, and more. Our team has extensive experience leveraging the full Google ecosystem to enhance your app's functionality and user experience.", + "Kotlin is the modern standard for native Android Development, while Java is still used for older apps.", + }, + { + question: "What Is the Difference between Kotlin and Flutter?", + answer: + "Kotlin is a language ideal for native Android Development. On the other hand, Flutter is a cross-platform framework (Using Dart) that builds both iOS and Android apps from one codebase.", + }, + { + question: "How Can I Secure User Data in my App?", + answer: + "We use HTTPS for network communication and store sensitive information in Android Keystore, implement biometric authentication, and follow OWASP Mobile security standards.", }, ]; @@ -1391,16 +1406,14 @@ export const AndroidAppDevelopmentUSA = () => { - {/* FAQs */} - {/*
- -
*/} - {/* Final CTA */}
- + {/* FAQs */} +
+ +
{/* Footer */}
{/*
*/}
diff --git a/pages/AndroidAppDevelopmentUk.tsx b/pages/AndroidAppDevelopmentUk.tsx index db09796..e36c5a2 100644 --- a/pages/AndroidAppDevelopmentUk.tsx +++ b/pages/AndroidAppDevelopmentUk.tsx @@ -62,7 +62,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1206,7 +1206,6 @@ const AndroidFAQs = () => { "WDI serves a diverse range of industries, including Healthcare, FinTech, E-Commerce, Education, etc. Our expertise spans various sectors, enabling us to understand the unique challenges of each and produce tailored solutions.", }, ]; - return (
@@ -1407,16 +1406,16 @@ export const AndroidAppDevelopmentUk = () => {
- {/* FAQs */} -
- -
- {/* Final CTA */}
+ {/* FAQs */} +
+ +
+ {/* Footer */}
{/*
*/}
diff --git a/pages/IOSAppDevelopmentIndia.tsx b/pages/IOSAppDevelopmentIndia.tsx index 8acc8c8..907dd16 100644 --- a/pages/IOSAppDevelopmentIndia.tsx +++ b/pages/IOSAppDevelopmentIndia.tsx @@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1189,9 +1189,6 @@ export const IOSAppDevelopmentIndia = () => { ]} /> - {/* iOS-Specific FAQs */} - - {/* CTA Section */}
@@ -1233,6 +1230,9 @@ export const IOSAppDevelopmentIndia = () => {
+ {/* iOS-Specific FAQs */} + +
{/*
*/}
); diff --git a/pages/IOSAppDevelopmentUK.tsx b/pages/IOSAppDevelopmentUK.tsx index 754fad7..536936b 100644 --- a/pages/IOSAppDevelopmentUK.tsx +++ b/pages/IOSAppDevelopmentUK.tsx @@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1188,11 +1188,7 @@ export const IOSAppDevelopmentUK = () => { }, ]} /> - {/* iOS-Specific FAQs */} - - {/*
- -
*/} + {/* CTA Section */}
@@ -1233,6 +1229,9 @@ export const IOSAppDevelopmentUK = () => {
+ {/* iOS-Specific FAQs */} + +
{/*
*/}
diff --git a/pages/IOSAppDevelopmentUSA.tsx b/pages/IOSAppDevelopmentUSA.tsx index dcffdb6..7bfd94c 100644 --- a/pages/IOSAppDevelopmentUSA.tsx +++ b/pages/IOSAppDevelopmentUSA.tsx @@ -78,7 +78,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1197,9 +1197,7 @@ export const IOSAppDevelopmentUSA = () => { }, ]} /> -
- -
+ {/*
@@ -1245,6 +1243,9 @@ export const IOSAppDevelopmentUSA = () => {
+ {/* iOS-Specific FAQs */} + +
{/*