fix: update asset paths and switch to Apache on port 3000
This commit is contained in:
21
Dockerfile
21
Dockerfile
@@ -1,14 +1,17 @@
|
||||
FROM php:8.3-cli
|
||||
FROM php:8.3-apache
|
||||
|
||||
# Copy the application files
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
# Suppress ServerName warning
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
# Set permissions
|
||||
RUN chown -R www-data:www-data /app
|
||||
# Increase PHP limits
|
||||
RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/custom.ini \
|
||||
&& echo "max_execution_time=300" >> /usr/local/etc/php/conf.d/custom.ini
|
||||
|
||||
# Expose port 3000 (matching Dokploy configuration)
|
||||
COPY . /var/www/html/
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
|
||||
# Hardcode Apache to listen on 3000 for Dokploy
|
||||
RUN sed -i 's/80/3000/g' /etc/apache2/sites-available/000-default.conf /etc/apache2/ports.conf
|
||||
EXPOSE 3000
|
||||
|
||||
# Start the built-in PHP server on port 3000 (listening on all interfaces)
|
||||
CMD ["php", "-S", "0.0.0.0:3000", "-t", "/app"]
|
||||
CMD ["apache2-foreground"]
|
||||
|
||||
10
about_us.php
10
about_us.php
@@ -119,7 +119,7 @@
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Behavision.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Behavision.png" alt="">
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget"><h2 class="aiero-heading"><span class="aiero-heading-content has_gradient_color_text">Behavision.AI</span></h2></div> </div>
|
||||
@@ -149,7 +149,7 @@
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Spendsense.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Spendsense.png" alt="">
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
@@ -298,7 +298,7 @@
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Dyscount.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Dyscount.png" alt="">
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
@@ -328,7 +328,7 @@
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/identiq.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/identiq.png" alt="">
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
@@ -478,7 +478,7 @@
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/dealify.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/dealify.png" alt="">
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget"><h2 class="aiero-heading"><span class="aiero-heading-content has_gradient_color_text">Dealify.AI</span></h2></div> </div>
|
||||
|
||||
@@ -61,7 +61,7 @@ include 'includes/offcanvas.php';
|
||||
<script>
|
||||
|
||||
function getstart() {
|
||||
window.location.href = "/loyaly_php/contacts.php";
|
||||
window.location.href = "/contacts.php";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@ include 'includes/offcanvas.php';
|
||||
<div id="post-1912" class="single-post post-1912 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-ai tag-chat-gpt tag-neural">
|
||||
<div class="post-media-wrapper">
|
||||
<picture>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-575x274.jpg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-991x472.jpg 991w">
|
||||
<img alt="is-artificial-intelligence-accessible" title="is-artificial-intelligence-accessible" src="/loyaly_php/assets/images/is-artificial-intelligence-accessible-1340x638.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image"/>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-575x274.jpg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-991x472.jpg 991w">
|
||||
<img alt="is-artificial-intelligence-accessible" title="is-artificial-intelligence-accessible" src="/assets/images/is-artificial-intelligence-accessible-1340x638.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image"/>
|
||||
</picture>
|
||||
</div>
|
||||
<div class="post-meta-header">
|
||||
@@ -243,9 +243,9 @@ include 'includes/offcanvas.php';
|
||||
<li>
|
||||
<div class="wp-block-latest-posts__featured-image alignleft">
|
||||
<a href="../how-can-i-get-started-with-artificial-intelligence-for-my-business/index.html" aria-label="How can I get started with Artificial Intelligence for my business?">
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-960x960.jpg 960w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg"/>
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-960x960.jpg 960w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/assets/images/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-960x960.jpg 960w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/assets/images/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-960x960.jpg 960w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/autodrive-autonomous-vehicle-navigation-fi-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
</noscript>
|
||||
</a>
|
||||
</div>
|
||||
@@ -257,9 +257,9 @@ include 'includes/offcanvas.php';
|
||||
<li>
|
||||
<div class="wp-block-latest-posts__featured-image alignleft">
|
||||
<a href="../ai-and-robotics-advancing-automation-and-human-robot-collaboration/index.html" aria-label="AI and Robotics: Advancing Automation and Human-Robot Collaboration">
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/loyaly_php/assets/images/robot-1-min-150x150.jpg"/>
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/assets/images/robot-1-min-150x150.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/loyaly_php/assets/images/robot-1-min-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/assets/images/robot-1-min-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/robot-1-min-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
</noscript>
|
||||
</a>
|
||||
</div>
|
||||
@@ -271,9 +271,9 @@ include 'includes/offcanvas.php';
|
||||
<li>
|
||||
<div class="wp-block-latest-posts__featured-image alignleft">
|
||||
<a href="../how-natural-language-processing-is-revolutionizing-text-analysis/index.html" aria-label="How Natural Language Processing is revolutionizing Text Analysis">
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/loyaly_php/assets/images/is-artificial-intelligence-accessible-150x150.jpg"/>
|
||||
<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-320x320.jpg 320w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/assets/images/is-artificial-intelligence-accessible-150x150.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/loyaly_php/assets/images/is-artificial-intelligence-accessible-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-150x150.jpg 150w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-640x640.jpg 640w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-100x100.jpg 100w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-500x500.jpg 500w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-384x384.jpg 384w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
<img loading="lazy" decoding="async" width="150" height="150" src="/assets/images/is-artificial-intelligence-accessible-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="max-width:75px;max-height:75px;" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-150x150.jpg 150w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-640x640.jpg 640w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-100x100.jpg 100w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-500x500.jpg 500w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-384x384.jpg 384w, /sources/themes/aiero/wp-content/uploads/2024/12/is-artificial-intelligence-accessible-320x320.jpg 320w" sizes="(max-width: 150px) 100vw, 150px"/>
|
||||
</noscript>
|
||||
</a>
|
||||
</div>
|
||||
@@ -324,9 +324,9 @@ include 'includes/offcanvas.php';
|
||||
<div class="widget-wrapper">
|
||||
<div class="wp-block-cover has-custom-content-position is-position-bottom-left" style="min-height:385px;aspect-ratio:unset;">
|
||||
<span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#4869a7"></span>
|
||||
<img decoding="async" width="1110" height="1188" class="wp-block-cover__image-background wp-image-987" alt="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201110%201188'%3E%3C/svg%3E" data-object-fit="cover" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg.jpg 1110w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-600x642.jpg 600w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-280x300.jpg 280w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-957x1024.jpg 957w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-768x822.jpg 768w" data-lazy-sizes="(max-width: 1110px) 100vw, 1110px" data-lazy-src="/loyaly_php/assets/images/testimonials-bg.jpg"/>
|
||||
<img decoding="async" width="1110" height="1188" class="wp-block-cover__image-background wp-image-987" alt="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201110%201188'%3E%3C/svg%3E" data-object-fit="cover" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg.jpg 1110w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-600x642.jpg 600w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-280x300.jpg 280w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-957x1024.jpg 957w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-768x822.jpg 768w" data-lazy-sizes="(max-width: 1110px) 100vw, 1110px" data-lazy-src="/assets/images/testimonials-bg.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="1110" height="1188" class="wp-block-cover__image-background wp-image-987" alt="" src="/loyaly_php/assets/images/testimonials-bg.jpg" data-object-fit="cover" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg.jpg 1110w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-600x642.jpg 600w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-280x300.jpg 280w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-957x1024.jpg 957w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-768x822.jpg 768w" sizes="(max-width: 1110px) 100vw, 1110px"/>
|
||||
<img loading="lazy" decoding="async" width="1110" height="1188" class="wp-block-cover__image-background wp-image-987" alt="" src="/assets/images/testimonials-bg.jpg" data-object-fit="cover" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg.jpg 1110w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-600x642.jpg 600w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-280x300.jpg 280w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-957x1024.jpg 957w, /sources/themes/aiero/wp-content/uploads/2024/12/testimonials-bg-768x822.jpg 768w" sizes="(max-width: 1110px) 100vw, 1110px"/>
|
||||
</noscript>
|
||||
<div class="wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained">
|
||||
<h4 class="wp-block-heading has-white-color has-text-color has-link-color wp-elements-4e8aa2fd428c1956fdc81c31df7d14b4" style="font-size:25px">AI Strategy and Consulting</h4>
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-0c94abc elementor-widget elementor-widget-image" data-id="0c94abc" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="792" height="1271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20792%201271'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5690" alt="" data-lazy-srcset="/loyaly_php/assets/images/about.png 792w, /loyaly_php/assets/images/about.png 187w, /loyaly_php/assets/images/about.png 638w, /loyaly_php/assets/images/about.png 768w, /loyaly_php/assets/images/about.png 600w" data-lazy-sizes="(max-width: 792px) 100vw, 792px" data-lazy-src="/loyaly_php/assets/images/about.png"/>
|
||||
<img decoding="async" width="792" height="1271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20792%201271'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5690" alt="" data-lazy-srcset="/assets/images/about.png 792w, /assets/images/about.png 187w, /assets/images/about.png 638w, /assets/images/about.png 768w, /assets/images/about.png 600w" data-lazy-sizes="(max-width: 792px) 100vw, 792px" data-lazy-src="/assets/images/about.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="792" height="1271" src="/loyaly_php/assets/images/3d-woman-shape-glowing.jpg" class="attachment-full size-full wp-image-5690" alt="" srcset="/loyaly_php/assets/images/3d-woman-shape-glowing.jpg 792w, /loyaly_php/assets/images/3d-woman-shape-glowing-187x300.jpg 187w, /loyaly_php/assets/images/3d-woman-shape-glowing-638x1024.jpg 638w, /loyaly_php/assets/images/3d-woman-shape-glowing-768x1232.jpg 768w, /loyaly_php/assets/images/3d-woman-shape-glowing-600x963.jpg 600w" sizes="(max-width: 792px) 100vw, 792px"/>
|
||||
<img loading="lazy" decoding="async" width="792" height="1271" src="/assets/images/3d-woman-shape-glowing.jpg" class="attachment-full size-full wp-image-5690" alt="" srcset="/assets/images/3d-woman-shape-glowing.jpg 792w, /assets/images/3d-woman-shape-glowing-187x300.jpg 187w, /assets/images/3d-woman-shape-glowing-638x1024.jpg 638w, /assets/images/3d-woman-shape-glowing-768x1232.jpg 768w, /assets/images/3d-woman-shape-glowing-600x963.jpg 600w" sizes="(max-width: 792px) 100vw, 792px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,11 +53,11 @@
|
||||
<div class="post-media-wrapper">
|
||||
<a href="../case-studies/predictive-maintenance-for-manufacturing/index.html">
|
||||
<picture>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" data-lazy-srcset="/loyaly_php/assets/images/case-study-2-img-575x274.jpeg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" data-lazy-srcset="/loyaly_php/assets/images/case-study-2-img-500x374.jpeg 991w">
|
||||
<img decoding="async" alt="case-study-2-img" title="case-study-2-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/case-study-2-img-960x718.jpeg"/>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" data-lazy-srcset="/assets/images/case-study-2-img-575x274.jpeg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" data-lazy-srcset="/assets/images/case-study-2-img-500x374.jpeg 991w">
|
||||
<img decoding="async" alt="case-study-2-img" title="case-study-2-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image" data-lazy-src="/assets/images/case-study-2-img-960x718.jpeg"/>
|
||||
<noscript>
|
||||
<img decoding="async" alt="case-study-2-img" title="case-study-2-img" src="/loyaly_php/assets/images/case-study-2-img-960x718.jpg" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image"/>
|
||||
<img decoding="async" alt="case-study-2-img" title="case-study-2-img" src="/assets/images/case-study-2-img-960x718.jpg" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image"/>
|
||||
</noscript>
|
||||
</picture>
|
||||
</a>
|
||||
@@ -82,11 +82,11 @@
|
||||
<div class="post-media-wrapper">
|
||||
<a href="../case-studies/personalized-learning-platforms-for-education/index.html">
|
||||
<picture>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" data-lazy-srcset="/loyaly_php/assets/images/case-study-1-img-575x274.jpeg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" data-lazy-srcset="/loyaly_php/assets/images/case-study-1-img-500x374.jpeg 991w">
|
||||
<img decoding="async" alt="case-study-1-img" title="case-study-1-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/case-study-1-img-960x718.jpeg"/>
|
||||
<source media="(max-width: 575px)" sizes="(max-width: 575px) 575px" data-lazy-srcset="/assets/images/case-study-1-img-575x274.jpeg 575w">
|
||||
<source media="(max-width: 991px)" sizes="(max-width: 991px) 991px" data-lazy-srcset="/assets/images/case-study-1-img-500x374.jpeg 991w">
|
||||
<img decoding="async" alt="case-study-1-img" title="case-study-1-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image" data-lazy-src="/assets/images/case-study-1-img-960x718.jpeg"/>
|
||||
<noscript>
|
||||
<img decoding="async" alt="case-study-1-img" title="case-study-1-img" src="/loyaly_php/assets/images/case-study-1-img-960x718.jpeg" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image"/>
|
||||
<img decoding="async" alt="case-study-1-img" title="case-study-1-img" src="/assets/images/case-study-1-img-960x718.jpeg" class="attachment-aiero_post_grid_2_columns size-aiero_post_grid_2_columns wp-post-image"/>
|
||||
</noscript>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-3bc2ecf8 elementor-absolute elementor-widget elementor-widget-image" data-id="3bc2ecf8" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container" style="display: none;">
|
||||
<img decoding="async" width="1920" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5198" alt="" data-lazy-src="/loyaly_php/assets/images/section-bg.png"/>
|
||||
<img decoding="async" width="1920" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5198" alt="" data-lazy-src="/assets/images/section-bg.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="1920" height="1376" src="/loyaly_php/assets/images/section-bg.png" class="attachment-full size-full wp-image-5198" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="1920" height="1376" src="/assets/images/section-bg.png" class="attachment-full size-full wp-image-5198" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -205,9 +205,9 @@
|
||||
<input type="hidden" name="page_id" value="489">
|
||||
<input type="hidden" name="wpforms[post_id]" value="489">
|
||||
<button type="submit" name="wpforms[submit]" id="wpforms-submit-411" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Send message" aria-live="assertive" value="wpforms-submit" >Send message</button>
|
||||
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2026'%3E%3C/svg%3E" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading" data-lazy-src="/loyaly_php/assets/images/submit-spin.svg">
|
||||
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2026'%3E%3C/svg%3E" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading" data-lazy-src="/assets/images/submit-spin.svg">
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" src="/loyaly_php/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading">
|
||||
<img loading="lazy" decoding="async" src="/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading">
|
||||
</noscript>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="elementor-element elementor-element-cf4a27d elementor-invisible elementor-widget elementor-widget-aiero_heading" data-id="cf4a27d" data-element_type="widget" data-settings="{"_animation":"aiero_heading_animation","_animation_delay":300}" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget ecosys_widget">
|
||||
<img style="padding: 10px;" src="/loyaly_php/assets/images/overlay_ecosystem.png" alt="">
|
||||
<img style="padding: 10px;" src="/assets/images/overlay_ecosystem.png" alt="">
|
||||
<h2 class="aiero-heading heading-with-pagination">
|
||||
<span class="aiero-heading-inner">
|
||||
<span class="aiero-subheading">
|
||||
@@ -39,9 +39,9 @@
|
||||
<div class="project-item-link" >
|
||||
<!-- style="background-color: #1F1F1F;" -->
|
||||
<!-- <span class="project-item-media">
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/loyaly_php/assets/images/img-1.png"/>
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/assets/images/img-1.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1400" decoding="async" src="/loyaly_php/assets/images/img-1.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
<img width="1920" height="1400" decoding="async" src="/assets/images/img-1.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
</noscript>
|
||||
</span> -->
|
||||
<!-- <section class="elementor-section display-flex ecosystem-heading-1 elementor-inner-section elementor-element elementor-element-c721c5e elementor-section-container-padding-remove elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c721c5e" data-element_type="section" id="tab-content-1" data-settings="{"background_background":"classic"}">
|
||||
@@ -50,9 +50,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/image-450-min.jpg"/>
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/image-450-min.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
<!-- Image -->
|
||||
<div class="image-box">
|
||||
<img style="border-radius: 20px;max-width:480px" src="/loyaly_php/assets/images/image-450-min.jpg" alt="Behavision AI" />
|
||||
<img style="border-radius: 20px;max-width:480px" src="/assets/images/image-450-min.jpg" alt="Behavision AI" />
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
@@ -111,9 +111,9 @@
|
||||
<div class="project-item-link" >
|
||||
<!-- style="background-color: #1F1F1F;" -->
|
||||
<!-- <span class="project-item-media">
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/loyaly_php/assets/images/img-2.png"/>
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/assets/images/img-2.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1400" decoding="async" src="/loyaly_php/assets/images/img-2.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
<img width="1920" height="1400" decoding="async" src="/assets/images/img-2.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
</noscript>
|
||||
</span> -->
|
||||
<!-- <section class="elementor-section display-flex ecosystem-heading-2 elementor-inner-section elementor-element elementor-element-c721c5e elementor-section-container-padding-remove elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c721c5e" data-element_type="section" id="tab-content-1" data-settings="{"background_background":"classic"}">
|
||||
@@ -142,9 +142,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/assets/images/spendsense.png 525w, /loyaly_php/assets/images/spendsense.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/spendsense.png"/>
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/assets/images/spendsense.png 525w, /assets/images/spendsense.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/spendsense.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -168,7 +168,7 @@
|
||||
|
||||
<!-- Image -->
|
||||
<div class="image-box">
|
||||
<img style="border-radius: 20px;max-width:480px" src="/loyaly_php/assets/images/spendsense.png" alt="Behavision AI" />
|
||||
<img style="border-radius: 20px;max-width:480px" src="/assets/images/spendsense.png" alt="Behavision AI" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -182,9 +182,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<!-- <span class="project-item-media">
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/loyaly_php/assets/images/img-3.png"/>
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/assets/images/img-3.png"/>
|
||||
<noscript>
|
||||
<img width="1821" height="1170" decoding="async" src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
<img width="1821" height="1170" decoding="async" src="/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
</noscript>
|
||||
</span> -->
|
||||
<!-- <section class="elementor-section display-flex ecosystem-heading-3 elementor-inner-section elementor-element elementor-element-c721c5e elementor-section-container-padding-remove elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c721c5e" data-element_type="section" id="tab-content-1" data-settings="{"background_background":"classic"}">
|
||||
@@ -193,9 +193,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/assets/images/discount.png 525w, /loyaly_php/assets/images/discount.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/discount.png"/>
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/assets/images/discount.png 525w, /assets/images/discount.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/discount.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -228,7 +228,7 @@
|
||||
<div class="behavision-container" style="background: linear-gradient(205deg, #8a5a00, #f0b90b, #b97a00);">
|
||||
<!-- Image -->
|
||||
<div class="image-box">
|
||||
<img style="border-radius: 20px;max-width:480px" src="/loyaly_php/assets/images/discount.png" alt="Behavision AI" />
|
||||
<img style="border-radius: 20px;max-width:480px" src="/assets/images/discount.png" alt="Behavision AI" />
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
@@ -254,9 +254,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<!-- <span class="project-item-media">
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/loyaly_php/assets/images/img-4.png"/>
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/assets/images/img-4.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1280" decoding="async" src="/loyaly_php/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
<img width="1920" height="1280" decoding="async" src="/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
</noscript>
|
||||
</span> -->
|
||||
<!-- <section class="elementor-section display-flex ecosystem-heading-4 elementor-inner-section elementor-element elementor-element-c721c5e elementor-section-container-padding-remove elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c721c5e" data-element_type="section" id="tab-content-1" data-settings="{"background_background":"classic"}">
|
||||
@@ -287,9 +287,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/assets/images/identiq.png 525w, /loyaly_php/assets/images/identiq.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/identiq.png"/>
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/assets/images/identiq.png 525w, /assets/images/identiq.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/identiq.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
|
||||
<!-- Image -->
|
||||
<div class="image-box">
|
||||
<img style="border-radius: 20px;max-width:480px" src="/loyaly_php/assets/images/identiq.png" alt="Behavision AI" />
|
||||
<img style="border-radius: 20px;max-width:480px" src="/assets/images/identiq.png" alt="Behavision AI" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -327,9 +327,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<!-- <span class="project-item-media">
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/loyaly_php/assets/images/img-5.png"/>
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/assets/images/img-5.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1280" decoding="async" src="/loyaly_php/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
<img width="1920" height="1280" decoding="async" src="/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
</noscript>
|
||||
|
||||
</span> -->
|
||||
@@ -341,9 +341,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/assets/images/Dealify.png 525w, /loyaly_php/assets/images/Dealify.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/Dealify.png"/>
|
||||
<img decoding="async" width="350" height="370" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/assets/images/Dealify.png 525w, /assets/images/Dealify.png 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/Dealify.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/assets/images/image-450-min.jpg 525w, /loyaly_php/assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/assets/images/image-450-min.jpg 525w, /assets/images/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -376,7 +376,7 @@
|
||||
|
||||
<!-- Image -->
|
||||
<div class="image-box" >
|
||||
<img style="border-radius: 20px;max-width:480px" src="/loyaly_php/assets/images/Dealify.png" alt="Behavision AI" />
|
||||
<img style="border-radius: 20px;max-width:480px" src="/assets/images/Dealify.png" alt="Behavision AI" />
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
|
||||
@@ -23,49 +23,49 @@
|
||||
<div class="owl-carousel owl-theme view-type-1" data-slider-options={"items":6,"nav":false,"dots":true,"dotsContainer":".owl-dots-0ae84df","dotsContainerMobile":".owl-dots-0ae84df","autoplayHoverPause":false,"autoplay":false,"autoplaySpeed":300,"autoplayTimeout":5000,"loop":true,"dragEndSpeed":500,"navSpeed":500,"dotsSpeed":500}>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="170" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20170%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-700" alt="" data-lazy-src="/loyaly_php/assets/images/partners-1.png"/>
|
||||
<img decoding="async" width="170" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20170%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-700" alt="" data-lazy-src="/assets/images/partners-1.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="170" height="53" src="/loyaly_php/assets/images/partners-1.png" class="attachment-full size-full wp-image-700" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="170" height="53" src="/assets/images/partners-1.png" class="attachment-full size-full wp-image-700" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="162" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20162%2060'%3E%3C/svg%3E" class="attachment-full size-full wp-image-701" alt="" data-lazy-src="/loyaly_php/assets/images/partners-2.png"/>
|
||||
<img decoding="async" width="162" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20162%2060'%3E%3C/svg%3E" class="attachment-full size-full wp-image-701" alt="" data-lazy-src="/assets/images/partners-2.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="162" height="60" src="/loyaly_php/assets/images/partners-2.png" class="attachment-full size-full wp-image-701" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="162" height="60" src="/assets/images/partners-2.png" class="attachment-full size-full wp-image-701" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="131" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%2072'%3E%3C/svg%3E" class="attachment-full size-full wp-image-702" alt="" data-lazy-src="/loyaly_php/assets/images/partners-3.png"/>
|
||||
<img decoding="async" width="131" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%2072'%3E%3C/svg%3E" class="attachment-full size-full wp-image-702" alt="" data-lazy-src="/assets/images/partners-3.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="131" height="72" src="/loyaly_php/assets/images/partners-3.png" class="attachment-full size-full wp-image-702" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="131" height="72" src="/assets/images/partners-3.png" class="attachment-full size-full wp-image-702" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="183" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20183%2044'%3E%3C/svg%3E" class="attachment-full size-full wp-image-703" alt="" data-lazy-src="/loyaly_php/assets/images/partners-4.png"/>
|
||||
<img decoding="async" width="183" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20183%2044'%3E%3C/svg%3E" class="attachment-full size-full wp-image-703" alt="" data-lazy-src="/assets/images/partners-4.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="183" height="44" src="/loyaly_php/assets/images/partners-4.png" class="attachment-full size-full wp-image-703" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="183" height="44" src="/assets/images/partners-4.png" class="attachment-full size-full wp-image-703" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="180" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-704" alt="" data-lazy-src="/loyaly_php/assets/images/partners-5.png"/>
|
||||
<img decoding="async" width="180" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-704" alt="" data-lazy-src="/assets/images/partners-5.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="180" height="53" src="/loyaly_php/assets/images/partners-5.png" class="attachment-full size-full wp-image-704" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="180" height="53" src="/assets/images/partners-5.png" class="attachment-full size-full wp-image-704" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-item">
|
||||
<div class="slider-item-inner">
|
||||
<img decoding="async" width="104" height="92" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%2092'%3E%3C/svg%3E" class="attachment-full size-full wp-image-705" alt="" data-lazy-src="/loyaly_php/assets/images/partners-6.png"/>
|
||||
<img decoding="async" width="104" height="92" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%2092'%3E%3C/svg%3E" class="attachment-full size-full wp-image-705" alt="" data-lazy-src="/assets/images/partners-6.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="104" height="92" src="/loyaly_php/assets/images/partners-6.png" class="attachment-full size-full wp-image-705" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="104" height="92" src="/assets/images/partners-6.png" class="attachment-full size-full wp-image-705" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,9 +53,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/loyaly_php/assets/images/deepvision-fi.jpg"/>
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/assets/images/deepvision-fi.jpg"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1400" decoding="async" src="/loyaly_php/assets/images/deepvision-fi.jpg" class="project-cards-image" alt="deepvision-fi"/>
|
||||
<img width="1920" height="1400" decoding="async" src="/assets/images/deepvision-fi.jpg" class="project-cards-image" alt="deepvision-fi"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content">
|
||||
@@ -78,9 +78,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/loyaly_php/assets/images/image-min.jpg"/>
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/assets/images/image-min.jpg"/>
|
||||
<noscript>
|
||||
<img width="1790" height="1170" decoding="async" src="/loyaly_php/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
<img width="1790" height="1170" decoding="async" src="/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content">
|
||||
@@ -103,9 +103,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/loyaly_php/assets/images/image-1-min.png"/>
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/assets/images/image-1-min.png"/>
|
||||
<noscript>
|
||||
<img width="1790" height="1170" decoding="async" src="/loyaly_php/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
<img width="1790" height="1170" decoding="async" src="/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content">
|
||||
@@ -128,9 +128,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg"/>
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg"/>
|
||||
<noscript>
|
||||
<img width="1821" height="1170" decoding="async" src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
<img width="1821" height="1170" decoding="async" src="/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content">
|
||||
@@ -153,9 +153,9 @@
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/loyaly_php/assets/images/project-single-bg-min.jpg"/>
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/assets/images/project-single-bg-min.jpg"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1280" decoding="async" src="/loyaly_php/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
<img width="1920" height="1280" decoding="async" src="/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content">
|
||||
|
||||
@@ -69,9 +69,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" data-lazy-srcset="/loyaly_php/assets/images/deepvision-fi-640x640.jpg 575w, /loyaly_php/assets/images/deepvision-fi-500x500.jpg 991w, /loyaly_php/assets/images/deepvision-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/deepvision-fi-640x640.jpg" />
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" data-lazy-srcset="/assets/images/deepvision-fi-640x640.jpg 575w, /assets/images/deepvision-fi-500x500.jpg 991w, /assets/images/deepvision-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/deepvision-fi-640x640.jpg" />
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" srcset="/loyaly_php/assets/images/deepvision-fi-640x640.jpg 575w, /loyaly_php/assets/images/deepvision-fi-500x500.jpg 991w, /loyaly_php/assets/images/deepvision-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/deepvision-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" srcset="/assets/images/deepvision-fi-640x640.jpg 575w, /assets/images/deepvision-fi-500x500.jpg 991w, /assets/images/deepvision-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/deepvision-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -105,9 +105,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="nlpgenius-natural-language-processing-fi" title="nlpgenius-natural-language-processing-fi" data-lazy-srcset="/loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 575w, /loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-500x500.jpg 991w, /loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg" />
|
||||
<img width="640" height="640" decoding="async" alt="nlpgenius-natural-language-processing-fi" title="nlpgenius-natural-language-processing-fi" data-lazy-srcset="/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 575w, /assets/images/nlpgenius-natural-language-processing-fi-500x500.jpg 991w, /assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg" />
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="nlpgenius-natural-language-processing-fi" title="nlpgenius-natural-language-processing-fi" srcset="/loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 575w, /loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-500x500.jpg 991w, /loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
<img width="640" height="640" decoding="async" alt="nlpgenius-natural-language-processing-fi" title="nlpgenius-natural-language-processing-fi" srcset="/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 575w, /assets/images/nlpgenius-natural-language-processing-fi-500x500.jpg 991w, /assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/nlpgenius-natural-language-processing-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -141,9 +141,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="smarttrader-predictive-stock-market-analysis-fi" title="smarttrader-predictive-stock-market-analysis-fi" data-lazy-srcset="/loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 575w, /loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-500x500.jpg 991w, /loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg" />
|
||||
<img width="640" height="640" decoding="async" alt="smarttrader-predictive-stock-market-analysis-fi" title="smarttrader-predictive-stock-market-analysis-fi" data-lazy-srcset="/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 575w, /assets/images/smarttrader-predictive-stock-market-analysis-fi-500x500.jpg 991w, /assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg" />
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="smarttrader-predictive-stock-market-analysis-fi" title="smarttrader-predictive-stock-market-analysis-fi" srcset="/loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 575w, /loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-500x500.jpg 991w, /loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
<img width="640" height="640" decoding="async" alt="smarttrader-predictive-stock-market-analysis-fi" title="smarttrader-predictive-stock-market-analysis-fi" srcset="/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 575w, /assets/images/smarttrader-predictive-stock-market-analysis-fi-500x500.jpg 991w, /assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/smarttrader-predictive-stock-market-analysis-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -177,9 +177,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-fi" title="cognivision-transformative-ai-for-intelligent-fi" data-lazy-srcset="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 575w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-500x500.jpg 991w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg" />
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-fi" title="cognivision-transformative-ai-for-intelligent-fi" data-lazy-srcset="/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 575w, /assets/images/cognivision-transformative-ai-for-intelligent-fi-500x500.jpg 991w, /assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg" />
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-fi" title="cognivision-transformative-ai-for-intelligent-fi" srcset="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 575w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-500x500.jpg 991w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-fi" title="cognivision-transformative-ai-for-intelligent-fi" srcset="/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 575w, /assets/images/cognivision-transformative-ai-for-intelligent-fi-500x500.jpg 991w, /assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/cognivision-transformative-ai-for-intelligent-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -213,9 +213,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="neuraforge-crafting-future-ready-ai-solutions-fi" title="neuraforge-crafting-future-ready-ai-solutions-fi" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 575w, /loyaly_php/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-500x500.jpg 991w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg" />
|
||||
<img width="640" height="640" decoding="async" alt="neuraforge-crafting-future-ready-ai-solutions-fi" title="neuraforge-crafting-future-ready-ai-solutions-fi" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 575w, /assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-500x500.jpg 991w, /sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg" />
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="neuraforge-crafting-future-ready-ai-solutions-fi" title="neuraforge-crafting-future-ready-ai-solutions-fi" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 575w, /loyaly_php/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-500x500.jpg 991w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
<img width="640" height="640" decoding="async" alt="neuraforge-crafting-future-ready-ai-solutions-fi" title="neuraforge-crafting-future-ready-ai-solutions-fi" srcset="/sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 575w, /assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-500x500.jpg 991w, /sources/themes/aiero/wp-content/uploads/2024/12/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/neuraforge-crafting-future-ready-ai-solutions-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" />
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -249,9 +249,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" title="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" data-lazy-srcset="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 575w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-500x500.jpg 991w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg"/>
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" title="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" data-lazy-srcset="/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 575w, /assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-500x500.jpg 991w, /assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg"/>
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" title="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" srcset="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 575w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-500x500.jpg 991w, /loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
<img width="640" height="640" decoding="async" alt="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" title="cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi" srcset="/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 575w, /assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-500x500.jpg 991w, /assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/cognivision-transformative-ai-for-intelligent-insight-and-decision-making-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -285,9 +285,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" title="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" data-lazy-srcset="/loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 575w, /loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-500x500.jpg 991w, /loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg"/>
|
||||
<img width="640" height="640" decoding="async" alt="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" title="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" data-lazy-srcset="/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 575w, /assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-500x500.jpg 991w, /assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg"/>
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" title="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" srcset="/loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 575w, /loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-500x500.jpg 991w, /loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
<img width="640" height="640" decoding="async" alt="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" title="sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi" srcset="/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 575w, /assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-500x500.jpg 991w, /assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/sentientsolutions-crafting-smart-solutions-in-every-ai-project-venture-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
@@ -321,9 +321,9 @@
|
||||
</span>
|
||||
<span class="project-slider-item-wrapper">
|
||||
<span class="project-item-media">
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" data-lazy-srcset="/loyaly_php/assets/images/deepvision-fi-640x640.jpg 575w, /loyaly_php/assets/images/deepvision-fi-500x500.jpg 991w, /loyaly_php/assets/images/deepvision-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/loyaly_php/assets/images/deepvision-fi-640x640.jpg"/>
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" data-lazy-srcset="/assets/images/deepvision-fi-640x640.jpg 575w, /assets/images/deepvision-fi-500x500.jpg 991w, /assets/images/deepvision-fi-640x640.jpg 1340w" data-lazy-sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3C/svg%3E" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image" data-lazy-src="/assets/images/deepvision-fi-640x640.jpg"/>
|
||||
<noscript>
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" srcset="/loyaly_php/assets/images/deepvision-fi-640x640.jpg 575w, /loyaly_php/assets/images/deepvision-fi-500x500.jpg 991w, /loyaly_php/assets/images/deepvision-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/loyaly_php/assets/images/deepvision-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
<img width="640" height="640" decoding="async" alt="deepvision-fi" title="deepvision-fi" srcset="/assets/images/deepvision-fi-640x640.jpg 575w, /assets/images/deepvision-fi-500x500.jpg 991w, /assets/images/deepvision-fi-640x640.jpg 1340w" sizes="(max-width: 575px) 575px, (max-width: 991px) 991px" src="/assets/images/deepvision-fi-640x640.jpg" class="attachment-aiero_portfolio_grid_3_columns size-aiero_portfolio_grid_3_columns wp-post-image"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<span class="project-item-content">
|
||||
|
||||
@@ -253,14 +253,14 @@ include 'includes/offcanvas.php';
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-fdd2c2e elementor-absolute elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="fdd2c2e" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="643" height="994" src="/loyaly_php/assets/images/Ellipse-150-1.svg" class="attachment-full size-full wp-image-5251" alt=""/>
|
||||
<img decoding="async" width="643" height="994" src="/assets/images/Ellipse-150-1.svg" class="attachment-full size-full wp-image-5251" alt=""/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-909a780 elementor-absolute elementor-widget elementor-widget-image" data-id="909a780" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="1920" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5198" alt="" data-lazy-src="/loyaly_php/assets/images/section-bg.svg"/>
|
||||
<img decoding="async" width="1920" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5198" alt="" data-lazy-src="/assets/images/section-bg.svg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="1920" height="1376" src="/loyaly_php/assets/images/section-bg.svg" class="attachment-full size-full wp-image-5198" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="1920" height="1376" src="/assets/images/section-bg.svg" class="attachment-full size-full wp-image-5198" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
4
faq.php
4
faq.php
@@ -8,9 +8,9 @@
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-1b89b9c elementor-widget elementor-widget-image" data-id="1b89b9c" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="574" height="749" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20574%20749'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2780" alt="" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/elements-1.png 574w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/elements-1-230x300.png 230w" data-lazy-sizes="(max-width: 574px) 100vw, 574px" data-lazy-src="/loyaly_php/assets/images/elements-1.png"/>
|
||||
<img decoding="async" width="574" height="749" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20574%20749'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2780" alt="" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2025/01/elements-1.png 574w, /sources/themes/aiero/wp-content/uploads/2025/01/elements-1-230x300.png 230w" data-lazy-sizes="(max-width: 574px) 100vw, 574px" data-lazy-src="/assets/images/elements-1.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="574" height="749" src="/loyaly_php/assets/images/elements-1.png" class="attachment-large size-large wp-image-2780" alt="" srcset="https://8ded8880.delivery.rocketcdn.me/themes/aiero/wp-content/uploads/2025/01/elements-1.png 574w, https://8ded8880.delivery.rocketcdn.me/themes/aiero/wp-content/uploads/2025/01/elements-1-230x300.png 230w" sizes="(max-width: 574px) 100vw, 574px"/>
|
||||
<img loading="lazy" decoding="async" width="574" height="749" src="/assets/images/elements-1.png" class="attachment-large size-large wp-image-2780" alt="" srcset="https://8ded8880.delivery.rocketcdn.me/themes/aiero/wp-content/uploads/2025/01/elements-1.png 574w, https://8ded8880.delivery.rocketcdn.me/themes/aiero/wp-content/uploads/2025/01/elements-1-230x300.png 230w" sizes="(max-width: 574px) 100vw, 574px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
<div class="wp-block-group">
|
||||
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
|
||||
<figure class="wp-block-image size-full is-resized">
|
||||
<img decoding="async" width="219" height="39" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20219%2039'%3E%3C/svg%3E" alt="" class="wp-image-103" style="width:210px" data-lazy-src="/loyaly_php/assets/images/logo-dark.png"/>
|
||||
<img decoding="async" width="219" height="39" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20219%2039'%3E%3C/svg%3E" alt="" class="wp-image-103" style="width:210px" data-lazy-src="/assets/images/logo-dark.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="219" height="39" src="/loyaly_php/assets/images/logo-dark.png" alt="" class="wp-image-103" style="width:110px"/>
|
||||
<img loading="lazy" decoding="async" width="219" height="39" src="/assets/images/logo-dark.png" alt="" class="wp-image-103" style="width:110px"/>
|
||||
</noscript>
|
||||
</figure>
|
||||
<ul class="wp-block-social-links is-style-logos-only is-layout-flex wp-block-social-links-is-layout-flex">
|
||||
@@ -84,9 +84,9 @@
|
||||
</ul>
|
||||
<div style="height:13px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- <figure class="wp-block-image size-full">
|
||||
<img decoding="async" width="708" height="116" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20708%20116'%3E%3C/svg%3E" alt="" class="wp-image-7005" data-lazy-srcset="/loyaly_php/assets/images/since-2024.png 708w, /loyaly_php/assets/images/since-2024-300x49.png 300w, /loyaly_php/assets/images/since-2024-600x98.png 600w" data-lazy-sizes="(max-width: 708px) 100vw, 708px" data-lazy-src="/loyaly_php/assets/images/since-2024.png"/>
|
||||
<img decoding="async" width="708" height="116" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20708%20116'%3E%3C/svg%3E" alt="" class="wp-image-7005" data-lazy-srcset="/assets/images/since-2024.png 708w, /assets/images/since-2024-300x49.png 300w, /assets/images/since-2024-600x98.png 600w" data-lazy-sizes="(max-width: 708px) 100vw, 708px" data-lazy-src="/assets/images/since-2024.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="708" height="116" src="/loyaly_php/assets/images/since-2024.png" alt="" class="wp-image-7005" srcset="/loyaly_php/assets/images/since-2024.png 708w, /loyaly_php/assets/images/since-2024-300x49.png 300w, /loyaly_php/assets/images/since-2024-600x98.png 600w" sizes="(max-width: 708px) 100vw, 708px"/>
|
||||
<img loading="lazy" decoding="async" width="708" height="116" src="/assets/images/since-2024.png" alt="" class="wp-image-7005" srcset="/assets/images/since-2024.png 708w, /assets/images/since-2024-300x49.png 300w, /assets/images/since-2024-600x98.png 600w" sizes="(max-width: 708px) 100vw, 708px"/>
|
||||
</noscript>
|
||||
</figure> -->
|
||||
</div>
|
||||
@@ -271,11 +271,11 @@
|
||||
}
|
||||
)();
|
||||
</script>
|
||||
<link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='/loyaly_php/assets/css/wc-blocksd301.css?ver=1752712412' type='text/css' media='all'/>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/jquery.cookie.min8032.js?ver=1.4.1-wc.9.9.4" id="jquery-cookie-js" data-wp-strategy="defer" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/slick.min6c2d.js?ver=6.8.2" id="slick-slider-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/loyaly_php/assets/js/wood301.js?ver=1752712412" id="aiero-woocommerce-scripts-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/sourcebuster.min691e.js?ver=9.9.4" id="sourcebuster-js-js" data-rocket-defer defer></script>
|
||||
<link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='/assets/css/wc-blocksd301.css?ver=1752712412' type='text/css' media='all'/>
|
||||
<script type="text/javascript" src="/assets/js/jquery.cookie.min8032.js?ver=1.4.1-wc.9.9.4" id="jquery-cookie-js" data-wp-strategy="defer" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/slick.min6c2d.js?ver=6.8.2" id="slick-slider-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/assets/js/wood301.js?ver=1752712412" id="aiero-woocommerce-scripts-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/sourcebuster.min691e.js?ver=9.9.4" id="sourcebuster-js-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" id="wc-order-attribution-js-extra">
|
||||
/* <![CDATA[ */
|
||||
var wc_order_attribution = {
|
||||
@@ -308,10 +308,10 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/order-attribution.min691e.js?ver=9.9.4" id="wc-order-attribution-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/webpack.runtime.mindabc.js?ver=3.30.2" id="elementor-webpack-runtime-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/frontend-modules.mindabc.js?ver=3.30.2" id="elementor-frontend-modules-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/core.minb37e.js?ver=1.13.3" id="jquery-ui-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/order-attribution.min691e.js?ver=9.9.4" id="wc-order-attribution-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/webpack.runtime.mindabc.js?ver=3.30.2" id="elementor-webpack-runtime-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/frontend-modules.mindabc.js?ver=3.30.2" id="elementor-frontend-modules-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/core.minb37e.js?ver=1.13.3" id="jquery-ui-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" id="elementor-frontend-js-before">
|
||||
/* <![CDATA[ */
|
||||
var elementorFrontendConfig = {
|
||||
@@ -442,10 +442,10 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/frontend.mindabc.js?ver=3.30.2" id="elementor-frontend-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/ScrollTrigger.min6c2d.js?ver=6.8.2" id="scroll-trigger-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/gsap.min6c2d.js?ver=6.8.2" id="gsap-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/jquery-numerator.min3958.js?ver=0.2.1" id="jquery-numerator-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/frontend.mindabc.js?ver=3.30.2" id="elementor-frontend-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/ScrollTrigger.min6c2d.js?ver=6.8.2" id="scroll-trigger-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/gsap.min6c2d.js?ver=6.8.2" id="gsap-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/jquery-numerator.min3958.js?ver=0.2.1" id="jquery-numerator-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" id="mediaelement-core-js-before">
|
||||
/* <![CDATA[ */
|
||||
var mejsL10n = {
|
||||
@@ -527,8 +527,8 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/mediaelement-and-player.min1f61.js?ver=4.2.17" id="mediaelement-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/mediaelement-migrate.min6c2d.js?ver=6.8.2" id="mediaelement-migrate-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/mediaelement-and-player.min1f61.js?ver=4.2.17" id="mediaelement-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/mediaelement-migrate.min6c2d.js?ver=6.8.2" id="mediaelement-migrate-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" id="mediaelement-js-extra">
|
||||
/* <![CDATA[ */
|
||||
var _wpmejsSettings = {
|
||||
@@ -540,11 +540,11 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/wp-mediaelement.min6c2d.js?ver=6.8.2" id="wp-mediaelement-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/renderers/vimeo.min1f61.js?ver=4.2.17" id="mediaelement-vimeo-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/hoverIntent.min3e5a.js?ver=1.10.2" id="hoverIntent-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/loyaly_php/assets/js/maxmegamenud301.js?ver=1752712412" id="megamenu-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" defer src="/loyaly_php/assets/js/formsc1b5.js?ver=1752713669" id="mc4wp-forms-api-js"></script>
|
||||
<script type="text/javascript" src="/assets/js/wp-mediaelement.min6c2d.js?ver=6.8.2" id="wp-mediaelement-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/renderers/vimeo.min1f61.js?ver=4.2.17" id="mediaelement-vimeo-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/hoverIntent.min3e5a.js?ver=1.10.2" id="hoverIntent-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/assets/js/maxmegamenud301.js?ver=1752712412" id="megamenu-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" defer src="/assets/js/formsc1b5.js?ver=1752713669" id="mc4wp-forms-api-js"></script>
|
||||
<script>
|
||||
window.lazyLoadOptions = [{
|
||||
elements_selector: "img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",
|
||||
@@ -619,6 +619,6 @@
|
||||
}
|
||||
}, !1)
|
||||
</script>
|
||||
<script data-no-minify="1" async src="/loyaly_php/assets/js/lazyload.min.js"></script>
|
||||
<script data-no-minify="1" async src="/assets/js/lazyload.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<link rel="pingback" href="../xmlrpc.php">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/loyaly_php/assets/images/loyalyai-logo.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/loyalyai-logo.png">
|
||||
<title>Loyaly.AI</title>
|
||||
<link crossorigin data-rocket-preconnect href="https://fonts.googleapis.com/" rel="preconnect">
|
||||
<link data-rocket-preload as="style" href="https://fonts.googleapis.com/css?family=Manrope%3A400%2C500%2C600%2C700%26amp%3Bsubset%3Dlatin%7CSora%3A400%2C500%2C600%2C700%26amp%3Bsubset%3Dlatin&display=swap" rel="preload">
|
||||
@@ -13,7 +13,7 @@
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Manrope%3A400%2C500%2C600%2C700%26amp%3Bsubset%3Dlatin%7CSora%3A400%2C500%2C600%2C700%26amp%3Bsubset%3Dlatin&display=swap">
|
||||
</noscript>
|
||||
<link rel="preload" data-rocket-preload as="image" href="/loyaly_php/assets/images/loyalyai-logo.png" fetchpriority="high">
|
||||
<link rel="preload" data-rocket-preload as="image" href="/assets/images/loyalyai-logo.png" fetchpriority="high">
|
||||
<meta name='robots' content='max-image-preview:large' />
|
||||
<style>
|
||||
img:is([sizes="auto" i], [sizes^="auto," i]) {
|
||||
@@ -39,28 +39,28 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel='stylesheet' id='wp-block-library-css' href='/loyaly_php/assets/css/style.min6c2d.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/megamenu.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/hero_section.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-391766aa.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-85914aa3.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-7817aedb.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-225906f6.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/fontello-iconsd301.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/widget-divider.mindabc.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-54138ca1.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/responsive-cards.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-2983c1b5.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/style.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-5912b0ba.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-9860a2fd.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-20184fc2.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-489bbfa.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/wpforms-full.minb37f.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-199637b2.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/responsive.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-111738a70.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/loyaly_php/assets/css/post-8357141b.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='wp-block-library-css' href='/assets/css/style.min6c2d.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/megamenu.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/hero_section.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-391766aa.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-85914aa3.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-7817aedb.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-225906f6.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/fontello-iconsd301.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/widget-divider.mindabc.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-54138ca1.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/responsive-cards.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-2983c1b5.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/style.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-5912b0ba.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-9860a2fd.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-20184fc2.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-489bbfa.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/wpforms-full.minb37f.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-199637b2.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/responsive.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-111738a70.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='' href='/assets/css/post-8357141b.css?ver=6.8.2' type='text/css' media='all' />
|
||||
|
||||
<style id='classic-theme-styles-inline-css' type='text/css'>
|
||||
/*! This file is auto-generated */
|
||||
@@ -87,7 +87,7 @@
|
||||
text-decoration: none
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-add-to-cart-form-style-css' href='/loyaly_php/assets/css/add-to-cart-form-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-add-to-cart-form-style-css' href='/assets/css/add-to-cart-form-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<style id='woocommerce-product-button-style-inline-css' type='text/css'>
|
||||
.wp-block-button.wc-block-components-product-button {
|
||||
align-items: center;
|
||||
@@ -442,7 +442,7 @@
|
||||
display: none
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-product-filter-price-slider-style-css' href='/loyaly_php/assets/css/product-filter-price-slider-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-product-filter-price-slider-style-css' href='/assets/css/product-filter-price-slider-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<style id='woocommerce-product-filter-removable-chips-style-inline-css' type='text/css'>
|
||||
.wc-block-product-filter-removable-chips.is-vertical .wc-block-product-filter-removable-chips__items {
|
||||
flex-direction: column
|
||||
@@ -664,7 +664,7 @@
|
||||
text-decoration: underline
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-product-gallery-style-css' href='/loyaly_php/assets/css/product-gallery-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-product-gallery-style-css' href='/assets/css/product-gallery-styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<style id='woocommerce-product-template-style-inline-css' type='text/css'>
|
||||
.wc-block-product-template {
|
||||
list-style: none;
|
||||
@@ -1076,18 +1076,18 @@
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='/loyaly_php/assets/css/woocommerce-layoutd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='/loyaly_php/assets/css/woocommerce-smallscreend301.css?ver=1752712412' type='text/css' media='only screen and (max-width: 768px)' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='/loyaly_php/assets/css/woocommerced301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='/assets/css/woocommerce-layoutd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='/assets/css/woocommerce-smallscreend301.css?ver=1752712412' type='text/css' media='only screen and (max-width: 768px)' />
|
||||
<link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='/assets/css/woocommerced301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<style id='woocommerce-inline-inline-css' type='text/css'>
|
||||
.woocommerce form .form-row .required {
|
||||
visibility: visible;
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='megamenu-css' href='/loyaly_php/assets/css/styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='/loyaly_php/assets/css/dashicons.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='brands-styles-css' href='/loyaly_php/assets/css/brandsd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='aiero-theme-css' href='/loyaly_php/assets/css/themed301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='megamenu-css' href='/assets/css/styled301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='/assets/css/dashicons.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='brands-styles-css' href='/assets/css/brandsd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='aiero-theme-css' href='/assets/css/themed301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<style id='aiero-theme-inline-css' type='text/css'>
|
||||
:root {
|
||||
--accent1: #7cd6d0;
|
||||
@@ -4601,11 +4601,11 @@
|
||||
}
|
||||
|
||||
/* .slide-sidebar-wrapper {
|
||||
background-image: url("/loyaly_php/assets/images/sidepanel-bg.png");
|
||||
background-image: url("/assets/images/sidepanel-bg.png");
|
||||
} */
|
||||
|
||||
/* .slide-sidebar-wrapper:before {
|
||||
background-image: url("/loyaly_php/assets/images/sidepanel-close-bg-min.jpg");
|
||||
background-image: url("/assets/images/sidepanel-close-bg-min.jpg");
|
||||
} */
|
||||
|
||||
@media only screen and (min-width: 1365px) {
|
||||
@@ -4628,7 +4628,7 @@
|
||||
}
|
||||
|
||||
.page-title-container .page-title-bg {
|
||||
background-image: url("/loyaly_php/assets/images/page-title-bg-min.jpg");
|
||||
background-image: url("/assets/images/page-title-bg-min.jpg");
|
||||
}
|
||||
|
||||
.page-title-container .breadcrumbs {
|
||||
@@ -5107,7 +5107,7 @@
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.footer .footer-bg {
|
||||
background-image: url("/loyaly_php/assets/images/footer-bg-min.png") !important;
|
||||
background-image: url("/assets/images/footer-bg-min.png") !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5158,7 +5158,7 @@
|
||||
background-repeat: no-repeat;
|
||||
-webkit-background-size: cover;
|
||||
background-size: cover;
|
||||
background-image: url("/loyaly_php/assets/images/404-bg.jpg");
|
||||
background-image: url("/assets/images/404-bg.jpg");
|
||||
}
|
||||
|
||||
.header .mini-cart .mini-cart-count>span,
|
||||
@@ -7994,34 +7994,34 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link data-minify="1" rel='stylesheet' id='aiero-woocommerce-css' href='/loyaly_php/assets/css/woocommerced301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='aiero-style-css' href='/loyaly_php/assets/css/styled5f7.css?ver=2.0' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='/loyaly_php/assets/css/elementor-icons.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-frontend-css' href='/loyaly_php/assets/css/custom-frontend.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-post-6-css' href='/loyaly_php/assets/css/post-606f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-icon-list-css' href='/loyaly_php/assets/css/custom-widget-icon-list.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-image-css' href='/loyaly_php/assets/css/widget-image.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-spacer-css' href='/loyaly_php/assets/css/widget-spacer.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-counter-css' href='/loyaly_php/assets/css/widget-counter.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-image-box-css' href='/loyaly_php/assets/css/custom-widget-image-box.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-divider-css' href='/loyaly_php/assets/css/widget-divider.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-accordion-css' href='/loyaly_php/assets/css/custom-widget-accordion.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='mediaelement-css' href='/loyaly_php/assets/css/mediaelementplayer-legacy.min1f61.css?ver=4.2.17' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='wp-mediaelement-css' href='/loyaly_php/assets/css/wp-mediaelement.min6c2d.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-social-icons-css' href='/loyaly_php/assets/css/widget-social-icons.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='e-apple-webkit-css' href='/loyaly_php/assets/css/custom-apple-webkit.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-post-2983-css' href='/loyaly_php/assets/css/post-2983c1b5.css?ver=1752713669' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-sora-css' href='/loyaly_php/assets/css/sorad301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-manrope-css' href='/loyaly_php/assets/css/manroped301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-shared-1-css' href='/loyaly_php/assets/css/fontello-enqueued301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-aiero_theme_icons-css' href='/loyaly_php/assets/css/fontello-iconsd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='/loyaly_php/assets/css/fontawesome.min52d5.css?ver=5.15.3' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='/loyaly_php/assets/css/solid.minb0ba.css?ver=1752713137' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='/loyaly_php/assets/css/brands.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/jquery.minf43b.js?ver=3.7.1" id="jquery-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/jquery-migrate.min5589.js?ver=3.4.1" id="jquery-migrate-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/loyaly_php/assets/js/elementor-scriptsd301.js?ver=1752712412" id="aiero_elementor_editor-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/jquery.blockUI.min9ed3.js?ver=2.7.0-wc.9.9.4" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<link data-minify="1" rel='stylesheet' id='aiero-woocommerce-css' href='/assets/css/woocommerced301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='aiero-style-css' href='/assets/css/styled5f7.css?ver=2.0' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='/assets/css/elementor-icons.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-frontend-css' href='/assets/css/custom-frontend.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-post-6-css' href='/assets/css/post-606f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-icon-list-css' href='/assets/css/custom-widget-icon-list.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-image-css' href='/assets/css/widget-image.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-spacer-css' href='/assets/css/widget-spacer.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-counter-css' href='/assets/css/widget-counter.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-image-box-css' href='/assets/css/custom-widget-image-box.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-divider-css' href='/assets/css/widget-divider.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-accordion-css' href='/assets/css/custom-widget-accordion.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='mediaelement-css' href='/assets/css/mediaelementplayer-legacy.min1f61.css?ver=4.2.17' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='wp-mediaelement-css' href='/assets/css/wp-mediaelement.min6c2d.css?ver=6.8.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='widget-social-icons-css' href='/assets/css/widget-social-icons.mindabc.css?ver=3.30.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='e-apple-webkit-css' href='/assets/css/custom-apple-webkit.min06f6.css?ver=1752712319' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-post-2983-css' href='/assets/css/post-2983c1b5.css?ver=1752713669' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-sora-css' href='/assets/css/sorad301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-manrope-css' href='/assets/css/manroped301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-shared-1-css' href='/assets/css/fontello-enqueued301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-aiero_theme_icons-css' href='/assets/css/fontello-iconsd301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='/assets/css/fontawesome.min52d5.css?ver=5.15.3' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='/assets/css/solid.minb0ba.css?ver=1752713137' type='text/css' media='all' />
|
||||
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='/assets/css/brands.mind301.css?ver=1752712412' type='text/css' media='all' />
|
||||
<script type="text/javascript" src="/assets/js/jquery.minf43b.js?ver=3.7.1" id="jquery-core-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/jquery-migrate.min5589.js?ver=3.4.1" id="jquery-migrate-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/assets/js/elementor-scriptsd301.js?ver=1752712412" id="aiero_elementor_editor-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/jquery.blockUI.min9ed3.js?ver=2.7.0-wc.9.9.4" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" id="wc-add-to-cart-js-extra">
|
||||
/* <![CDATA[ */
|
||||
var wc_add_to_cart_params = {
|
||||
@@ -8038,8 +8038,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/add-to-cart.min691e.js?ver=9.9.4" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/js-cookie/js.cookie.min5e52.js?ver=2.1.4-wc.9.9.4" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" src="/assets/js/add-to-cart.min691e.js?ver=9.9.4" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" src="/assets/js/js-cookie/js.cookie.min5e52.js?ver=2.1.4-wc.9.9.4" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" id="woocommerce-js-extra">
|
||||
/* <![CDATA[ */
|
||||
var woocommerce_params = {
|
||||
@@ -8050,9 +8050,9 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/woocommerce.min691e.js?ver=9.9.4" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/owl.carousel.min6c2d.js?ver=6.8.2" id="owl-carousel-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/loyaly_php/assets/js/isotope.pkgd.min6c2d.js?ver=6.8.2" id="isotope-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/woocommerce.min691e.js?ver=9.9.4" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
|
||||
<script type="text/javascript" src="/assets/js/owl.carousel.min6c2d.js?ver=6.8.2" id="owl-carousel-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" src="/assets/js/isotope.pkgd.min6c2d.js?ver=6.8.2" id="isotope-js" data-rocket-defer defer></script>
|
||||
<script type="text/javascript" id="aiero-theme-js-extra">
|
||||
/* <![CDATA[ */
|
||||
var ajax_params = {
|
||||
@@ -8064,8 +8064,8 @@
|
||||
};
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script data-minify="1" type="text/javascript" src="/loyaly_php/assets/js/themed301.js?ver=1752712412" id="aiero-theme-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/loyaly_php/assets/js/elementor-widgetsd301.js?ver=1752712412" id="elementor_widgets-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/assets/js/themed301.js?ver=1752712412" id="aiero-theme-js" data-rocket-defer defer></script>
|
||||
<script data-minify="1" type="text/javascript" src="/assets/js/elementor-widgetsd301.js?ver=1752712412" id="elementor_widgets-js" data-rocket-defer defer></script>
|
||||
<link rel="https://api.w.org/" href="../wp-json/index.html" />
|
||||
<link rel="alternate" title="JSON" type="application/json" href="../wp-json/wp/v2/pages/2983.json" />
|
||||
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="../xmlrpc0db0.php?rsd" />
|
||||
@@ -8105,12 +8105,12 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" href="/loyaly_php/assets/images/loyalyai-logo.png" sizes="32x32" />
|
||||
<link rel="icon" href="/loyaly_php/assets/images/loyalyai-logo.png" sizes="192x192" />
|
||||
<!-- <link rel="icon" href="/loyaly_php/assets/images/cropped-android-chrome-512x512-1-32x32.png" sizes="32x32"/> -->
|
||||
<!-- <link rel="icon" href="/loyaly_php/assets/images/cropped-android-chrome-512x512-1-192x192.png" sizes="192x192"/> -->
|
||||
<link rel="apple-touch-icon" href="/loyaly_php/assets/images/loyalyai-logo.png" sizes="180x180" />
|
||||
<meta name="msapplication-TileImage" content="/loyaly_php/assets/images/loyalyai-logo.png" />
|
||||
<link rel="icon" href="/assets/images/loyalyai-logo.png" sizes="32x32" />
|
||||
<link rel="icon" href="/assets/images/loyalyai-logo.png" sizes="192x192" />
|
||||
<!-- <link rel="icon" href="/assets/images/cropped-android-chrome-512x512-1-32x32.png" sizes="32x32"/> -->
|
||||
<!-- <link rel="icon" href="/assets/images/cropped-android-chrome-512x512-1-192x192.png" sizes="192x192"/> -->
|
||||
<link rel="apple-touch-icon" href="/assets/images/loyalyai-logo.png" sizes="180x180" />
|
||||
<meta name="msapplication-TileImage" content="/assets/images/loyalyai-logo.png" />
|
||||
<style type="text/css">
|
||||
/** Mega Menu CSS: fs **/
|
||||
</style>
|
||||
|
||||
@@ -118,7 +118,7 @@ color: black;
|
||||
<div class="page-loader-container">
|
||||
<div class="page-loader">
|
||||
<div class="page-loader-inner">
|
||||
<img width="100" height="100" src="/loyaly_php/assets/images/loyalyai-logo.png" alt="Page Loader Image" class="page-loader-logo" />
|
||||
<img width="100" height="100" src="/assets/images/loyalyai-logo.png" alt="Page Loader Image" class="page-loader-logo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
<!-- <span class="mega-indicator" aria-hidden="true"></span> -->
|
||||
</a>
|
||||
@@ -179,7 +179,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -220,7 +220,7 @@ color: black;
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-mobile-button">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -234,10 +234,10 @@ color: black;
|
||||
<div><a href="" style="font-size: 24px;" class="slide-sidebar-close"></a></div>
|
||||
<div class="sidebar-logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20109%2019'%3E%3C/svg%3E" alt="Loyaly.AI" data-lazy-src="/loyaly_php/assets/images/logo-dark.png" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20109%2019'%3E%3C/svg%3E" alt="Loyaly.AI" data-lazy-src="/assets/images/logo-dark.png" />
|
||||
<noscript>
|
||||
<img width="250" height="150" src="/loyaly_php/assets/images/logo-dark.png" alt="Loyaly.AI" />
|
||||
<img width="250" height="150" src="/assets/images/logo-dark.png" alt="Loyaly.AI" />
|
||||
</noscript>
|
||||
</a>
|
||||
</div>
|
||||
@@ -270,7 +270,7 @@ color: black;
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
|
||||
<div class="wp-block-button has-custom-font-size" style="font-size:16px;font-style:normal;font-weight:600">
|
||||
<a class="wp-block-button__link wp-element-button" href="/loyaly_php/contacts.php">
|
||||
<a class="wp-block-button__link wp-element-button" href="/contacts.php">
|
||||
Get in Touch<span class="icon-button-arrow"></span>
|
||||
<span class="button-inner"></span>
|
||||
</a>
|
||||
@@ -307,8 +307,8 @@ color: black;
|
||||
<!-- Logo Block -->
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -332,8 +332,8 @@ color: black;
|
||||
<!-- Logo Block -->
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -361,8 +361,8 @@ color: black;
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Loyaly.AI" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Loyaly.AI" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -384,7 +384,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
<!-- <span class="mega-indicator" aria-hidden="true"></span> -->
|
||||
</a>
|
||||
@@ -403,7 +403,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -423,7 +423,7 @@ color: black;
|
||||
<span class="search-trigger-icon"></span>
|
||||
</div>
|
||||
<div class="header-icon header-button-container">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -440,8 +440,8 @@ color: black;
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
|
||||
</a>
|
||||
@@ -482,7 +482,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -502,7 +502,7 @@ color: black;
|
||||
<span class="search-trigger-icon"></span>
|
||||
</div>
|
||||
<div class="header-icon header-button-container">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
36
index.php
36
index.php
@@ -54,7 +54,7 @@ include 'includes/offcanvas.php';
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-bb1e9c1 elementor-widget elementor-widget-image" data-id="bb1e9c1" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="964" height="800" src="/loyaly_php/assets/images/Hero_section.png" class="attachment-large size-large wp-image-3060" alt="" srcset="/loyaly_php/assets/images/Hero_section.png 964w, /loyaly_php/assets/images/Hero_section.png 300w, /loyaly_php/assets/images/Hero_section.png 768w, /loyaly_php/assets/images/Hero_section.png 600w" sizes="(max-width: 964px) 100vw, 964px"/>
|
||||
<img decoding="async" width="964" height="800" src="/assets/images/Hero_section.png" class="attachment-large size-large wp-image-3060" alt="" srcset="/assets/images/Hero_section.png 964w, /assets/images/Hero_section.png 300w, /assets/images/Hero_section.png 768w, /assets/images/Hero_section.png 600w" sizes="(max-width: 964px) 100vw, 964px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-c494027 elementor-absolute elementor-widget elementor-widget-image" data-id="c494027" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default">
|
||||
@@ -278,9 +278,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="project-item-link" >
|
||||
|
||||
<span class="project-item-media">
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/loyaly_php/assets/images/img-1.png"/>
|
||||
<img width="1920" height="1400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201400'%3E%3C/svg%3E" class="project-cards-image" alt="deepvision-fi" data-lazy-src="/assets/images/img-1.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1400" decoding="async" src="/loyaly_php/assets/images/img-1.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
<img width="1920" height="1400" decoding="async" src="/assets/images/img-1.png" class="project-cards-image" alt="deepvision-fi"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content ecosystem-heading">
|
||||
@@ -308,9 +308,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="project-item">
|
||||
<div class="project-item-link" >
|
||||
<span class="project-item-media">
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/loyaly_php/assets/images/Img-2.png"/>
|
||||
<img width="1790" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201790%201170'%3E%3C/svg%3E" class="project-cards-image" alt="image-min" data-lazy-src="/assets/images/Img-2.png"/>
|
||||
<noscript>
|
||||
<img width="1790" height="1170" decoding="async" src="/loyaly_php/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
<img width="1790" height="1170" decoding="async" src="/assets/images/image-min.jpg" class="project-cards-image" alt="image-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content ecosystem-heading">
|
||||
@@ -340,9 +340,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/loyaly_php/assets/images/img-3.png"/>
|
||||
<img width="1821" height="1170" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201821%201170'%3E%3C/svg%3E" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi" data-lazy-src="/assets/images/img-3.png"/>
|
||||
<noscript>
|
||||
<img width="1821" height="1170" decoding="async" src="/loyaly_php/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
<img width="1821" height="1170" decoding="async" src="/assets/images/autodrive-autonomous-vehicle-navigation-fi.jpg" class="project-cards-image" alt="autodrive-autonomous-vehicle-navigation-fi"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content ecosystem-heading">
|
||||
@@ -370,9 +370,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/loyaly_php/assets/images/img-4.png"/>
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/assets/images/img-4.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1280" decoding="async" src="/loyaly_php/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
<img width="1920" height="1280" decoding="async" src="/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content ecosystem-heading">
|
||||
@@ -401,9 +401,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="project-item">
|
||||
<div class="project-item-link">
|
||||
<span class="project-item-media">
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/loyaly_php/assets/images/img-5.png"/>
|
||||
<img width="1920" height="1280" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201280'%3E%3C/svg%3E" class="project-cards-image" alt="project-single-bg-min" data-lazy-src="/assets/images/img-5.png"/>
|
||||
<noscript>
|
||||
<img width="1920" height="1280" decoding="async" src="/loyaly_php/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
<img width="1920" height="1280" decoding="async" src="/assets/images/project-single-bg-min.jpg" class="project-cards-image" alt="project-single-bg-min"/>
|
||||
</noscript>
|
||||
</span>
|
||||
<div class="project-item-content ecosystem-heading">
|
||||
@@ -432,9 +432,9 @@ Deliver better experiences with AI-driven support across every customer touchpoi
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-2f66768 elementor-widget elementor-widget-image" data-id="2f66768" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="525" height="629" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min.jpg 525w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min-250x300.jpg 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/loyaly_php/assets/images/image-450-min.jpg"/>
|
||||
<img decoding="async" width="525" height="629" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20525%20629'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8228" alt="" data-lazy-srcset="/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min.jpg 525w, /sources/themes/aiero/wp-content/uploads/2025/03/image-450-min-250x300.jpg 250w" data-lazy-sizes="(max-width: 525px) 100vw, 525px" data-lazy-src="/assets/images/image-450-min.jpg"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/loyaly_php/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min.jpg 525w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
<img loading="lazy" decoding="async" width="525" height="629" src="/assets/images/image-450-min.jpg" class="attachment-large size-large wp-image-8228" alt="" srcset="/sources/themes/aiero/wp-content/uploads/2025/03/image-450-min.jpg 525w, /sources/themes/aiero/wp-content/uploads/2025/03/image-450-min-250x300.jpg 250w" sizes="(max-width: 525px) 100vw, 525px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -717,9 +717,9 @@ Use real insights to improve pricing, promotions, and customer engagement with c
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-3e88642 elementor-absolute elementor-widget elementor-widget-image" data-id="3e88642" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<!-- <img decoding="async" width="1133" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201133%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5170" alt="" data-lazy-src="/loyaly_php/assets/images/Group-18435.png"/> -->
|
||||
<!-- <img decoding="async" width="1133" height="1376" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201133%201376'%3E%3C/svg%3E" class="attachment-full size-full wp-image-5170" alt="" data-lazy-src="/assets/images/Group-18435.png"/> -->
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="1133" height="1376" src="/loyaly_php/assets/images/Group-18435.svg" class="attachment-full size-full wp-image-5170" alt=""/>
|
||||
<img loading="lazy" decoding="async" width="1133" height="1376" src="/assets/images/Group-18435.svg" class="attachment-full size-full wp-image-5170" alt=""/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -738,9 +738,9 @@ Use real insights to improve pricing, promotions, and customer engagement with c
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<div class="elementor-element elementor-element-7245780 elementor-widget elementor-widget-image" data-id="7245780" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img decoding="async" width="1611" height="944" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201611%20944'%3E%3C/svg%3E" class="attachment-full size-full wp-image-3252" alt="" data-lazy-srcset="/loyaly_php/assets/images/features.png 1611w, /loyaly_php/assets/images/features.png 300w, /loyaly_php/assets/images/features.png 1024w, /loyaly_php/assets/images/features.png 768w, /loyaly_php/assets/images/features.png 600w" data-lazy-sizes="(max-width: 1611px) 100vw, 1611px" data-lazy-src="/loyaly_php/assets/images/features.png"/>
|
||||
<img decoding="async" width="1611" height="944" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201611%20944'%3E%3C/svg%3E" class="attachment-full size-full wp-image-3252" alt="" data-lazy-srcset="/assets/images/features.png 1611w, /assets/images/features.png 300w, /assets/images/features.png 1024w, /assets/images/features.png 768w, /assets/images/features.png 600w" data-lazy-sizes="(max-width: 1611px) 100vw, 1611px" data-lazy-src="/assets/images/features.png"/>
|
||||
<noscript>
|
||||
<img loading="lazy" decoding="async" width="1611" height="944" src="/loyaly_php/assets/images/Group-18432-min-1.png" class="attachment-full size-full wp-image-3252" alt="" srcset="/loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1.png 1611w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-300x176.png 300w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-1024x600.png 1024w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-768x450.png 768w, /loyaly_php/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-600x352.png 600w" sizes="(max-width: 1611px) 100vw, 1611px"/>
|
||||
<img loading="lazy" decoding="async" width="1611" height="944" src="/assets/images/Group-18432-min-1.png" class="attachment-full size-full wp-image-3252" alt="" srcset="/sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1.png 1611w, /sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-300x176.png 300w, /sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-1024x600.png 1024w, /sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-768x450.png 768w, /sources/themes/aiero/wp-content/uploads/2025/01/Group-18432-min-1-600x352.png 600w" sizes="(max-width: 1611px) 100vw, 1611px"/>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2041,7 +2041,7 @@ Turn everyday visits into something more personal and memorable.</p>
|
||||
<script>
|
||||
|
||||
function getstart() {
|
||||
window.location.href = "/loyaly_php/contacts.php";
|
||||
window.location.href = "/contacts.php";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ Plan staffing, operations, and promotions more effectively during peak hours.</p
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Footfall Intelligence.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Footfall Intelligence.png" alt="">
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget"><h2 class="aiero-heading"><span class="aiero-heading-content has_gradient_color_text">Behavision.AI</span></h2></div> </div>
|
||||
@@ -169,7 +169,7 @@ Plan staffing, operations, and promotions more effectively during peak hours.</p
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Customer Journey.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Customer Journey.png" alt="">
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
@@ -337,7 +337,7 @@ Increase engagement by making every offer feel personal and meaningful.</p></div
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Customer Engagement.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Customer Engagement.png" alt="">
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget"><h2 class="aiero-heading"><span class="aiero-heading-content has_gradient_color_text">Behavision.AI</span></h2></div> </div>
|
||||
@@ -365,7 +365,7 @@ Increase engagement by making every offer feel personal and meaningful.</p></div
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Loyalty Management.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Loyalty Management.png" alt="">
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
@@ -543,7 +543,7 @@ Ensure sustainable growth while maintaining healthy margins.</p></div>
|
||||
<!-- image -->
|
||||
<div class="elementor-column elementor-inner-column elementor-element elementor-element-9048639" data-id="9048639" data-element_type="column" data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-widget-wrap elementor-element-populated">
|
||||
<img style="border-radius: 25px;" src="/loyaly_php/assets/images/Revenue Optimization.png" alt="">
|
||||
<img style="border-radius: 25px;" src="/assets/images/Revenue Optimization.png" alt="">
|
||||
<!-- <div class="elementor-element elementor-element-25fe6e2 elementor-widget__width-auto elementor-widget elementor-widget-aiero_heading" data-id="25fe6e2" data-element_type="widget" data-widget_type="aiero_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="aiero-heading-widget"><h2 class="aiero-heading"><span class="aiero-heading-content has_gradient_color_text">Behavision.AI</span></h2></div> </div>
|
||||
@@ -579,7 +579,7 @@ Ensure sustainable growth while maintaining healthy margins.</p></div>
|
||||
}
|
||||
|
||||
.page-title-container .page-title-bg {
|
||||
background-image: url("/loyaly_php/assets/images/page-title-bg-min.jpg");
|
||||
background-image: url("/assets/images/page-title-bg-min.jpg");
|
||||
}
|
||||
|
||||
/* Premium Feature Card Styles */
|
||||
@@ -694,7 +694,7 @@ Ensure sustainable growth while maintaining healthy margins.</p></div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
|
||||
<script>
|
||||
function getstart() {
|
||||
window.location.href = "/loyaly_php/contacts.php";
|
||||
window.location.href = "/contacts.php";
|
||||
}
|
||||
|
||||
// GSAP Scroll Animations
|
||||
|
||||
Reference in New Issue
Block a user