From 9df6cf36fff83fda61abc8843756fe10942e9d5d Mon Sep 17 00:00:00 2001 From: puhkaya Date: Fri, 14 Feb 2025 13:50:20 +0300 Subject: [PATCH 1/3] fix home page missing images --- client-app/pages/home.vue | 60 +++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/client-app/pages/home.vue b/client-app/pages/home.vue index 5f9be7327..c19a064dc 100644 --- a/client-app/pages/home.vue +++ b/client-app/pages/home.vue @@ -9,45 +9,57 @@
- +
+ +
+
{{ $t("pages.home.feature_descriptions_block.feature_1") }}
- +
+ +
+
{{ $t("pages.home.feature_descriptions_block.feature_2") }}
- +
+ +
+
{{ $t("pages.home.feature_descriptions_block.feature_3") }}
- +
+ +
+
{{ $t("pages.home.feature_descriptions_block.feature_4") }}
From 04fe56f30e8b27f5dafee92989e65bd8f780ba6e Mon Sep 17 00:00:00 2001 From: puhkaya Date: Tue, 18 Feb 2025 19:56:37 +0300 Subject: [PATCH 2/3] fix images url --- client-app/public/content/pages/homepage.page | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client-app/public/content/pages/homepage.page b/client-app/public/content/pages/homepage.page index 4f5f54076..89eb5f225 100644 --- a/client-app/public/content/pages/homepage.page +++ b/client-app/public/content/pages/homepage.page @@ -39,22 +39,22 @@ "background": "bg-neutral-100", "columns": [ { - "image": "hexa-1.webp", + "image": "sign-in.jpg", "text": null, "title": "Corporate account management" }, { - "image": "hexa-2.webp", + "image": "boxes.jpg", "text": null, "title": "Quote management and price negotiation" }, { - "image": "hexa-3.webp", + "image": "statuses.jpg", "text": null, "title": "Multiple stores, channels, and locations" }, { - "image": "hexa-4.webp", + "image": "tax.jpg", "text": null, "title": "B2B customization and price management" } From ad5696f6da0575cd5651e3fee5dc437de4b787f7 Mon Sep 17 00:00:00 2001 From: puhkaya Date: Thu, 20 Feb 2025 16:01:21 +0300 Subject: [PATCH 3/3] fix images size --- client-app/pages/home.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client-app/pages/home.vue b/client-app/pages/home.vue index c19a064dc..390e8e651 100644 --- a/client-app/pages/home.vue +++ b/client-app/pages/home.vue @@ -13,7 +13,6 @@
@@ -27,7 +26,6 @@
@@ -41,7 +39,6 @@ @@ -55,7 +52,6 @@