From b62a79e0c47a91b5906caa380e295ccf548e434f Mon Sep 17 00:00:00 2001 From: vidhya Date: Fri, 17 Jul 2026 18:05:57 +0530 Subject: [PATCH] home - cta image folder name should start with small s - services --- addons/theme_aakriti_v2/static/src/css/theme_v2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/theme_aakriti_v2/static/src/css/theme_v2.css b/addons/theme_aakriti_v2/static/src/css/theme_v2.css index f301ab6..a2af0e7 100644 --- a/addons/theme_aakriti_v2/static/src/css/theme_v2.css +++ b/addons/theme_aakriti_v2/static/src/css/theme_v2.css @@ -2877,7 +2877,7 @@ justify-content:center; #v2-cta { position: relative; padding: 120px 20px; - background-image: url('/theme_aakriti_v2/static/src/img/Services/cta.webp'); + background-image: url('/theme_aakriti_v2/static/src/img/services/cta.webp'); background-size: cover; background-position: center; background-attachment: fixed;