Merge branch 'quiz-card' into 'main'
карточка penaQuiz и текст в бесплатном тарифе See merge request frontend/marketplace!80
This commit is contained in:
commit
b2dbfbcee6
BIN
src/assets/landing/card2big.png
Normal file
BIN
src/assets/landing/card2big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
@ -4,6 +4,10 @@ import TemplCardPhonePink from "@components/templCardPhonePink"
|
|||||||
import SectionWrapper from "@components/SectionWrapper"
|
import SectionWrapper from "@components/SectionWrapper"
|
||||||
import { PenaLink } from "@frontend/kitui"
|
import { PenaLink } from "@frontend/kitui"
|
||||||
import { Link as RouterLink } from "react-router-dom"
|
import { Link as RouterLink } from "react-router-dom"
|
||||||
|
import CardWithLink from "@components/CardWithLink"
|
||||||
|
import card1Image from "@root/assets/landing/card1.png"
|
||||||
|
import card2Image from "@root/assets/landing/card2.png"
|
||||||
|
import card2ImageBig from "@root/assets/landing/card2big.png"
|
||||||
|
|
||||||
export default function Section2() {
|
export default function Section2() {
|
||||||
const theme = useTheme()
|
const theme = useTheme()
|
||||||
@ -57,8 +61,29 @@ export default function Section2() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
{upMd ? <WideTemplCard name="PenaDoc" desc="Сервис автоматизации, избавляющий от рутины
|
{/* {upMd ? <WideTemplCard name="PenaDoc" desc="Сервис автоматизации, избавляющий от рутины */}
|
||||||
в документообороте. 1 раз делаешь шаблон и используешь всю жизнь " light={false} sx={{ marginTop: "126px" }} /> : <TemplCardPhonePink />}
|
{/*в документообороте. 1 раз делаешь шаблон и используешь всю жизнь " light={false} sx={{ marginTop: "126px" }} /> : <TemplCardPhonePink />}*/}
|
||||||
|
{upMd ? <WideTemplCard name="PenaQuiz" desc="Конструктор quiz опросов, для любых видов исследований и quiz маркетинга, арбитража трафика" image={card2ImageBig} light={false} sx={{ marginTop: "126px" }} />
|
||||||
|
:
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
mt: upMd ? "93px" : "55px",
|
||||||
|
display: "flex",
|
||||||
|
flexWrap: "wrap",
|
||||||
|
justifyContent: "space-evenly",
|
||||||
|
columnGap: "40px",
|
||||||
|
rowGap: "50px",
|
||||||
|
backgroundColor: "\"#E6E6EB",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<CardWithLink
|
||||||
|
headerText="PenaQuiz"
|
||||||
|
text="Конструктор quiz опросов, для любых видов исследований и quiz маркетинга, арбитража трафика"
|
||||||
|
linkHref="#"
|
||||||
|
image={card2Image}
|
||||||
|
isHighlighted={!upMd}
|
||||||
|
/>
|
||||||
|
</Box>}
|
||||||
|
|
||||||
|
|
||||||
</SectionWrapper>
|
</SectionWrapper>
|
||||||
|
@ -10,8 +10,8 @@ export default function FreeTariffCard() {
|
|||||||
<TariffCard
|
<TariffCard
|
||||||
icon={<NumberIcon number={0} color={theme.palette.purple.main} backgroundColor="white" />}
|
icon={<NumberIcon number={0} color={theme.palette.purple.main} backgroundColor="white" />}
|
||||||
discount={""}
|
discount={""}
|
||||||
headerText="бесплатно"
|
headerText="Бесплатно 14 дней"
|
||||||
text="Текст-заполнитель — это текст, который имеет "
|
text="Каждому пользователю все наши продукты в первые 14 дней доступны совершенно бесплатно (кроме доп.услуг)"
|
||||||
price={
|
price={
|
||||||
<Typography variant="price" color="white">
|
<Typography variant="price" color="white">
|
||||||
0 руб.
|
0 руб.
|
||||||
|
Loading…
Reference in New Issue
Block a user