diff --git a/src/components/Pricing/PricingAddons/index.js b/src/components/Pricing/PricingAddons/index.js index 329b970dea31f..50ffe2d4bc433 100644 --- a/src/components/Pricing/PricingAddons/index.js +++ b/src/components/Pricing/PricingAddons/index.js @@ -7,10 +7,7 @@ import { CardContent, Typography, Box, - Select, MenuItem, - FormControl, - InputLabel, Slider, Paper, Switch, @@ -19,6 +16,8 @@ import { CssBaseline, TextField, useTheme, + Popper, + ClickAwayListener, SistentThemeProvider } from "@sistent/sistent"; import { Calculate, CheckCircle, Cloud, Group } from "@mui/icons-material"; @@ -49,6 +48,8 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr const [totalPrice, setTotalPrice] = useState(0); const [quantityIndex, setQuantityIndex] = useState(0); const [enterpriseUsers, setEnterpriseUsers] = useState(1); + const [anchorEl, setAnchorEl] = useState(null); + const [isDropdownOpen, setIsDropdownOpen] = useState(false); const { isDark } = useStyledDarkMode(); const theme = useTheme(); @@ -230,41 +231,115 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr - - Optionally, choose one or more add-ons - - + + ))} + + + {selectedAddon?.id === "academy" && ( diff --git a/src/reusecore/Blockquote/Blockquote-image/blockquote-image.style.js b/src/reusecore/Blockquote/Blockquote-image/blockquote-image.style.js index 7f1186623ccbd..bde13ff6e2acc 100644 --- a/src/reusecore/Blockquote/Blockquote-image/blockquote-image.style.js +++ b/src/reusecore/Blockquote/Blockquote-image/blockquote-image.style.js @@ -116,6 +116,10 @@ section.bq-section { @media screen and (max-width: 768px) { + .type-one-wrapper { + width: 100%; + } + .type-one-quote .type-one-quote-pattern { flex-basis: 20px; } @@ -144,6 +148,7 @@ section.bq-section { box-shadow: 2px 2px 25px ${props => props.theme.whiteOneToGreyCECECE}; border-radius: 10px; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); + width: 100%; } .type-two-quote .type-two-quote-pattern { diff --git a/src/sections/Pricing/review-slider.js b/src/sections/Pricing/review-slider.js index 301a1a19dba4b..e709533f03002 100644 --- a/src/sections/Pricing/review-slider.js +++ b/src/sections/Pricing/review-slider.js @@ -45,8 +45,8 @@ const settings = { { breakpoint: 800, settings: { - slidesToShow: 1.5, - slidesToScroll: 0.5, + slidesToShow: 1, + slidesToScroll: 1, } }, {