add link to /list
This commit is contained in:
parent
d2ae6e3cfb
commit
96f2fd9210
@ -6,6 +6,7 @@ import {Typography} from "@mui/material";
|
|||||||
import abstraction from '../../assets/Quiz-main.png'
|
import abstraction from '../../assets/Quiz-main.png'
|
||||||
import SectionStyled from './SectionStyled';
|
import SectionStyled from './SectionStyled';
|
||||||
import {styled} from "@mui/material/styles";
|
import {styled} from "@mui/material/styles";
|
||||||
|
import { Link, redirect } from 'react-router-dom';
|
||||||
|
|
||||||
|
|
||||||
export default function Component() {
|
export default function Component() {
|
||||||
@ -45,10 +46,13 @@ export default function Component() {
|
|||||||
Помогаем посетителю оставить заявку. Готовые шаблоны квизов с легкой установкой на любой сайт и социальные сети.
|
Помогаем посетителю оставить заявку. Готовые шаблоны квизов с легкой установкой на любой сайт и социальные сети.
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
<Link to="/list" style={{textDecoration: "none"}}>
|
||||||
<Button variant="contained"
|
<Button variant="contained"
|
||||||
>
|
>
|
||||||
Попробуйте бесплатно
|
Попробуйте бесплатно
|
||||||
|
|
||||||
</Button>
|
</Button>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
component={"img"}
|
component={"img"}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user