Merged in fix/SW-1733-start-page-enhancements-and-fixes (pull request #1415)

Fix/SW-1733 start page enhancements and fixes

* fix: simplify carousel navigation and grid layout styling and fix padding issue

* refactor(SW-1733): replace Preamble with Body component in JoinScandicFriends

* refactor(SW-1733): update FullWidthCampaign button width styling

* feat(SW-1733): Add gradient overlay to FullWidthCampaign component

* refactor(SW-1733): Simplify FullWidthCampaign button props

* refactor(SW-1733): Remove redundant button wrapper divs in FullWidthCampaign

* refactor(SW-1733): Adjust FullWidthCampaign button wrapper min-width responsively


Approved-by: Christian Andolf
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-02-25 16:41:02 +00:00
parent 6908cee0c5
commit 341f0c54ed
6 changed files with 42 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ import Button from "@/components/TempDesignSystem/Button"
import Link from "@/components/TempDesignSystem/Link"
import BiroScript from "@/components/TempDesignSystem/Text/BiroScript"
import Body from "@/components/TempDesignSystem/Text/Body"
import Preamble from "@/components/TempDesignSystem/Text/Preamble"
import Title from "@/components/TempDesignSystem/Text/Title"
import styles from "./joinScandicFriends.module.css"
@@ -61,7 +60,7 @@ export default async function JoinScandicFriends({
</header>
) : null}
<Preamble>{content.preamble}</Preamble>
<Body>{content.preamble}</Body>
{show_usp && usp.length ? (
<ul className={styles.usp}>