diff --git a/assets/css/style-new.css b/assets/css/style-new.css index 5481547..b28e58d 100644 --- a/assets/css/style-new.css +++ b/assets/css/style-new.css @@ -82,6 +82,9 @@ p { .p-top { padding-top: 180px !important; + background-repeat: no-repeat; + background-position: bottom; + background-size: cover; } .strategic-sec { @@ -2269,9 +2272,6 @@ p.btn-sym { .company-banner-sec { background-image: url(../images/new-img/company-banner.webp); - background-repeat: no-repeat; - background-position: bottom; - background-size: cover; } .company-banner-sec .col-md-7 { @@ -2574,6 +2574,7 @@ p.btn-sym { .built-for-scale-sec { overflow: hidden; + padding: 80px 0 50px; } .built-for-ios { @@ -3246,6 +3247,10 @@ p.btn-sym { background-image: url(../images/new-img/craft-ios-bg.webp); } +.craft-android{ + background-image: url(../images/new-img/craft-android.webp); +} + .sitemap-col-main { display: grid; grid-template-columns: repeat(3, 1fr); @@ -3294,6 +3299,28 @@ p.btn-sym { display: none; } +.android-banner-sec{ + background-image: url(../images/new-img/android-banner.webp); +} +.native-banner-sec{ + background-image: url(../images/new-img/native-banner.webp); +} +.hybrid-banner-sec{ + background-image: url(../images/new-img/hybrid-banner.webp); +} + +.built-android .built-for-left-img img , +.built-native .built-for-left-img img { + scale: 1.25; +} + +.hybrid-side{ + background-image: url(../images/new-img/hybrid-side-bg.webp); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} + /* ***** Media screen ***** */ diff --git a/assets/images/new-img/and-side.webp b/assets/images/new-img/and-side.webp new file mode 100644 index 0000000..ca6fcd0 Binary files /dev/null and b/assets/images/new-img/and-side.webp differ diff --git a/assets/images/new-img/android-banner.webp b/assets/images/new-img/android-banner.webp new file mode 100644 index 0000000..4a6801f Binary files /dev/null and b/assets/images/new-img/android-banner.webp differ diff --git a/assets/images/new-img/app-architecture.png b/assets/images/new-img/app-architecture.png deleted file mode 100644 index fc360e6..0000000 Binary files a/assets/images/new-img/app-architecture.png and /dev/null differ diff --git a/assets/images/new-img/app-architecture.webp b/assets/images/new-img/app-architecture.webp new file mode 100644 index 0000000..35ff640 Binary files /dev/null and b/assets/images/new-img/app-architecture.webp differ diff --git a/assets/images/new-img/built-and.webp b/assets/images/new-img/built-and.webp new file mode 100644 index 0000000..3826419 Binary files /dev/null and b/assets/images/new-img/built-and.webp differ diff --git a/assets/images/new-img/built-android-side.webp b/assets/images/new-img/built-android-side.webp new file mode 100644 index 0000000..b5430c1 Binary files /dev/null and b/assets/images/new-img/built-android-side.webp differ diff --git a/assets/images/new-img/built-left-native.webp b/assets/images/new-img/built-left-native.webp new file mode 100644 index 0000000..d7adc4c Binary files /dev/null and b/assets/images/new-img/built-left-native.webp differ diff --git a/assets/images/new-img/comp-dev.png b/assets/images/new-img/comp-dev.png deleted file mode 100644 index de7accf..0000000 Binary files a/assets/images/new-img/comp-dev.png and /dev/null differ diff --git a/assets/images/new-img/comp-dev.webp b/assets/images/new-img/comp-dev.webp new file mode 100644 index 0000000..ee0c141 Binary files /dev/null and b/assets/images/new-img/comp-dev.webp differ diff --git a/assets/images/new-img/craft-android.webp b/assets/images/new-img/craft-android.webp new file mode 100644 index 0000000..fd9e4c4 Binary files /dev/null and b/assets/images/new-img/craft-android.webp differ diff --git a/assets/images/new-img/cs-android.svg b/assets/images/new-img/cs-android.svg new file mode 100644 index 0000000..f9a222c --- /dev/null +++ b/assets/images/new-img/cs-android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/new-img/cs-hybrid.svg b/assets/images/new-img/cs-hybrid.svg new file mode 100644 index 0000000..c4d590b --- /dev/null +++ b/assets/images/new-img/cs-hybrid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/new-img/cs-ios.png b/assets/images/new-img/cs-ios.png deleted file mode 100644 index a82494c..0000000 Binary files a/assets/images/new-img/cs-ios.png and /dev/null differ diff --git a/assets/images/new-img/cs-ios.webp b/assets/images/new-img/cs-ios.webp new file mode 100644 index 0000000..ce97704 Binary files /dev/null and b/assets/images/new-img/cs-ios.webp differ diff --git a/assets/images/new-img/disc-st.png b/assets/images/new-img/disc-st.png deleted file mode 100644 index b387fe0..0000000 Binary files a/assets/images/new-img/disc-st.png and /dev/null differ diff --git a/assets/images/new-img/disc-st.webp b/assets/images/new-img/disc-st.webp new file mode 100644 index 0000000..4694f33 Binary files /dev/null and b/assets/images/new-img/disc-st.webp differ diff --git a/assets/images/new-img/exp-ios.png b/assets/images/new-img/exp-ios.png deleted file mode 100644 index e0351dd..0000000 Binary files a/assets/images/new-img/exp-ios.png and /dev/null differ diff --git a/assets/images/new-img/exp-ios.webp b/assets/images/new-img/exp-ios.webp new file mode 100644 index 0000000..d152845 Binary files /dev/null and b/assets/images/new-img/exp-ios.webp differ diff --git a/assets/images/new-img/hybrid-banner.webp b/assets/images/new-img/hybrid-banner.webp new file mode 100644 index 0000000..5a5ca90 Binary files /dev/null and b/assets/images/new-img/hybrid-banner.webp differ diff --git a/assets/images/new-img/hybrid-side-bg.webp b/assets/images/new-img/hybrid-side-bg.webp new file mode 100644 index 0000000..ca30db9 Binary files /dev/null and b/assets/images/new-img/hybrid-side-bg.webp differ diff --git a/assets/images/new-img/inn-modern.png b/assets/images/new-img/inn-modern.png deleted file mode 100644 index 71ee954..0000000 Binary files a/assets/images/new-img/inn-modern.png and /dev/null differ diff --git a/assets/images/new-img/inn-modern.webp b/assets/images/new-img/inn-modern.webp new file mode 100644 index 0000000..ba658dd Binary files /dev/null and b/assets/images/new-img/inn-modern.webp differ diff --git a/assets/images/new-img/native-banner.webp b/assets/images/new-img/native-banner.webp new file mode 100644 index 0000000..d0c42b8 Binary files /dev/null and b/assets/images/new-img/native-banner.webp differ diff --git a/assets/images/new-img/qa-test.png b/assets/images/new-img/qa-test.png deleted file mode 100644 index 29719d5..0000000 Binary files a/assets/images/new-img/qa-test.png and /dev/null differ diff --git a/assets/images/new-img/qa-test.webp b/assets/images/new-img/qa-test.webp new file mode 100644 index 0000000..6ae81f0 Binary files /dev/null and b/assets/images/new-img/qa-test.webp differ diff --git a/pages/ai-app.php b/pages/ai-app.php index 7b13657..b6ff68f 100644 --- a/pages/ai-app.php +++ b/pages/ai-app.php @@ -623,36 +623,42 @@
-

AI-Powered Solutions We Offer

+

Our Artificial Intelligence Service +

-

Components

-

Advanced suite of AI functionality designed to overhaul your - applications. Whether you want to integrate machine learning or you want to get - predictive analytics done, your solution sets are faster and more creative. +

Transform. Automate. Innovate +

+

Supercharge your applications with the advanced AI-powered + development services that bring the power of machine learning, predictive analytics, and + intelligent automation.

-

Natural Language Processing

-

Leap into the world of NLP, develop apps that read in the language - humans and bring back correct answers, and, in so doing, enjoy better user engagement - and satisfaction. +

AI-Driven Functionality +

+

Unlock a rich portfolio of AI application consulting services that + will add features like predictive analytics and machine learning, making your solutions + faster, smarter, and much more responsive. +

+
+

Natural Language Processing +

+

Develop AI-enabled applications that know and respond to humans in + a language, boosting user engagement, satisfaction, and communication efficiency.

-

Customized AI Chatbots

-

Deploy intelligent chatbots that streamline customer interactions - and automate routine tasks, all designed to meet your business objectives.

-
-
-

Customizable AI Features

-

Select from a variety of AI solutions, including predictive - analytics and machine learning, to meet the needs of your project.

+

Intelligent AI Chatbots +

+

Implement highly configurable AI chatbots designed to automate + mundane tasks, enhance customer engagement, and support your business objectives with + precision.

- Transform your App into High performing Solution + Rethink your App with AI arrow-up @@ -663,9 +669,10 @@

Our strategic cloud partner

-

Strategic Partnership with Leading Cloud Providers to Deliver - Scalable - and High-Performance Solutions.

+

Partner with the world's leading cloud service provider to ensure + ease of integration, scalability, and high-performance infrastructure for modern + applications driven by AI. +

@@ -687,14 +694,20 @@
-

UI/UX Modernization and API-first architecture

-

Discover a Comprehensive UI Component Library to Create Intuitive - and Visually Stunning Apps.

+

Custom AI Features +

+

Choose tailored AI application development services, machine + learning or predictive analytics-with the needs in mind, building scalable and + innovating solutions according to project objectives. +

-

UI/UX Modernization and API-first architecture

-

Discover a Comprehensive UI Component Library to Create Intuitive - and Visually Stunning Apps.

+

Data-Driven Intelligence +

+

Leverage AI and Cloud technologies for intelligent integration of + deep analytics to take actionable insights-the smarter data- informed decision + through your applications. +

diff --git a/pages/android.php b/pages/android.php index 97371f9..8190497 100644 --- a/pages/android.php +++ b/pages/android.php @@ -8,7 +8,7 @@ -
+