-
+
{icon ? (
@@ -95,15 +85,15 @@ const showImage = layout === 'with-image' && sideImage;
- {titleWhite}
+ {titleWhite}
- {titleGold}
+ {titleGold}
-
{description}
+
{description}
{btnText && (
-
+
{modalTarget ? (
{showImage && (
-
+

{experienceBadge && (
-
+
{experienceBadge.number}
{experienceBadge.text}
@@ -147,27 +137,7 @@ const showImage = layout === 'with-image' && sideImage;
-
\ No newline at end of file
diff --git a/frontend/src/layouts/Layout.astro b/frontend/src/layouts/Layout.astro
index 6bc575a..f4b77f4 100644
--- a/frontend/src/layouts/Layout.astro
+++ b/frontend/src/layouts/Layout.astro
@@ -54,7 +54,7 @@ const { title, description, canonicalLink, breadcrumbs } = Astro.props;
}
.breadcrumbs-wrapper {
- padding-top: 4.75rem;
+ padding-top: 0;
background: #f8fafc;
border-bottom: 1px solid rgba(30, 48, 80, 0.05);
}