diff --git a/frontend/src/app/features/home/home.component.html b/frontend/src/app/features/home/home.component.html index e481b74..d7d2444 100644 --- a/frontend/src/app/features/home/home.component.html +++ b/frontend/src/app/features/home/home.component.html @@ -19,38 +19,6 @@ -
-
-
-

{{ 'HOME.SEC_CALC_TITLE' | translate }}

-

- {{ 'HOME.SEC_CALC_SUBTITLE' | translate }} -

-
    -
  • {{ 'HOME.SEC_CALC_LIST_1' | translate }}
  • -
-
- -
-
-

{{ 'HOME.CARD_CALC_EYEBROW' | translate }}

-

{{ 'HOME.CARD_CALC_TITLE' | translate }}

-
- {{ 'HOME.CARD_CALC_TAG' | translate }} -
-
    -
  • {{ 'HOME.CARD_CALC_STEP_1' | translate }}
  • -
  • {{ 'HOME.CARD_CALC_STEP_2' | translate }}
  • -
  • {{ 'HOME.CARD_CALC_STEP_3' | translate }}
  • -
-
- {{ 'HOME.BTN_OPEN_CALC' | translate }} - {{ 'HOME.BTN_CONTACT' | translate }} -
-
-
-
-
@@ -93,6 +61,38 @@
+
+
+
+

{{ 'HOME.SEC_CALC_TITLE' | translate }}

+

+ {{ 'HOME.SEC_CALC_SUBTITLE' | translate }} +

+
    +
  • {{ 'HOME.SEC_CALC_LIST_1' | translate }}
  • +
+
+ +
+
+

{{ 'HOME.CARD_CALC_EYEBROW' | translate }}

+

{{ 'HOME.CARD_CALC_TITLE' | translate }}

+
+ {{ 'HOME.CARD_CALC_TAG' | translate }} +
+
    +
  • {{ 'HOME.CARD_CALC_STEP_1' | translate }}
  • +
  • {{ 'HOME.CARD_CALC_STEP_2' | translate }}
  • +
  • {{ 'HOME.CARD_CALC_STEP_3' | translate }}
  • +
+
+ {{ 'HOME.BTN_OPEN_CALC' | translate }} + {{ 'HOME.BTN_CONTACT' | translate }} +
+
+
+
+
diff --git a/frontend/src/app/features/home/home.component.scss b/frontend/src/app/features/home/home.component.scss index 67fb9e8..c55fff4 100644 --- a/frontend/src/app/features/home/home.component.scss +++ b/frontend/src/app/features/home/home.component.scss @@ -189,10 +189,11 @@ .meta-value { font-weight: 600; } .quote-actions { display: grid; gap: var(--space-3); } - .capabilities { - position: relative; - border-bottom: 1px solid var(--color-border); - } +.capabilities { + position: relative; + border-bottom: 1px solid var(--color-border); + padding-top: 3rem; +} .capabilities-bg { display: none; }