Merge branch 'feature/first_page_design' into 'develop'
Feature/first page design See merge request witel-front-end/loan-facilities/user-v2!17
This commit is contained in:
@@ -18,10 +18,7 @@ const AddFormComponent = () => {
|
||||
return (
|
||||
<>
|
||||
{!rulesChecked ? (
|
||||
<CheckRules
|
||||
rulesChecked={rulesChecked}
|
||||
setRulesChecked={setRulesChecked}
|
||||
/>
|
||||
<CheckRules rulesChecked={rulesChecked} setRulesChecked={setRulesChecked} />
|
||||
) : finishLoanRequest ? (
|
||||
<CenterLayout>
|
||||
<SvgDone width={200} height={200} />
|
||||
|
||||
@@ -231,4 +231,4 @@ const CheckRules = ({ setRulesChecked }) => {
|
||||
</CenterLayout>
|
||||
);
|
||||
};
|
||||
export default CheckRules;
|
||||
export default CheckRules;
|
||||
|
||||
@@ -1,53 +1,60 @@
|
||||
import { Box, Container, Grid, Typography } from "@mui/material";
|
||||
import { useTranslations } from "next-intl";
|
||||
import TimeLineDetails from "@/components/first/LoanDescription/TimeLineDetails";
|
||||
import { Box, Button, Container, Link, Stack, Typography } from "@mui/material";
|
||||
import DownloadIcon from "@mui/icons-material/Download";
|
||||
|
||||
const LoanDescription = () => {
|
||||
const t = useTranslations();
|
||||
return (
|
||||
<Box>
|
||||
<Container sx={{ py: 3 }} maxWidth="xl">
|
||||
<Typography sx={{ my: 3 }} variant={"h3"}>
|
||||
وام نوسازی ناوگان
|
||||
</Typography>
|
||||
<Grid sx={{ py: 2 }} container spacing={2}>
|
||||
<Grid item xs={12} md={7}>
|
||||
<Typography sx={{ lineHeight: 2.4 }} variant={"subtitle1"} textAlign={"justify"}>
|
||||
این وام براساس{" "}
|
||||
<Typography
|
||||
sx={{ color: "secondary.main" }}
|
||||
variant={"h5"}
|
||||
fontWeight={"bold"}
|
||||
component={"span"}
|
||||
<Box sx={{ flex: 1 }}>
|
||||
<Container sx={{ pt: 3 }} maxWidth="xl">
|
||||
<Stack alignItems={"center"} justifyContent={"center"}>
|
||||
<Typography sx={{ my: 3 }} variant={"h3"}>
|
||||
وام نوسازی ناوگان
|
||||
</Typography>
|
||||
</Stack>
|
||||
<Stack spacing={2}>
|
||||
<Typography sx={{ lineHeight: 2.4 }} variant={"subtitle1"} textAlign={"justify"}>
|
||||
این وام براساس{" "}
|
||||
<Typography
|
||||
sx={{ color: "secondary.main" }}
|
||||
variant={"h5"}
|
||||
fontWeight={"bold"}
|
||||
component={"span"}
|
||||
>
|
||||
تبصره 18
|
||||
</Typography>{" "}
|
||||
قانون بودجه می باشد. در قانون بودجه این تبصره اینگونه بیان شده است: به منظور رشد و پیشرفت استان
|
||||
های کشور از طریق ارتقای بهره وری و توسعه، سرمایه گذاری ها، تکمیل واحدهای نیمه تمام و ظرفیت های
|
||||
خالی بنگاه های تولیدی بر پایه آمایش سرزمین و همچنین حمایت از طرح(پروژهای) دانش بنیان و پیشران و
|
||||
بسط و عدالت سرزمینی منابع زیر جهت ایجاد و افزایش تولید، اشتغال و کارآفرینی و ارتقای رشد اقتصادی
|
||||
اختصاص می یابد.
|
||||
</Typography>
|
||||
<Typography sx={{ lineHeight: 2.4 }} variant={"subtitle1"} textAlign={"justify"}>
|
||||
در این راستا سازمان راهداری و حمل و نقل جاده ای به منظور بهبود کیفیت حمل و نقل بین شهری و افزایش
|
||||
ظرفیت ترابری اقدام به اعطای وام به{" "}
|
||||
<Typography
|
||||
sx={{ color: "secondary.main" }}
|
||||
variant={"h5"}
|
||||
fontWeight={"bold"}
|
||||
component={"span"}
|
||||
>
|
||||
ناوگان های مسافربری
|
||||
</Typography>{" "}
|
||||
برای بازسازی و تعمیرات میکند.
|
||||
</Typography>
|
||||
<Stack alignItems={"center"} justifyContent={"center"} sx={{ pt: 2 }}>
|
||||
<Button variant="contained" startIcon={<DownloadIcon />}>
|
||||
<Link
|
||||
variant="subtitle1"
|
||||
sx={{ padding: 1 }}
|
||||
color={"white"}
|
||||
download
|
||||
underline="none"
|
||||
href={"/files/راهنما.pdf"}
|
||||
>
|
||||
تبصره 18
|
||||
</Typography>{" "}
|
||||
قانون بودجه می باشد. در قانون بودجه این تبصره اینگونه بیان شده است: به منظور رشد و پیشرفت
|
||||
استان های کشور از طریق ارتقای بهره وری و توسعه، سرمایه گذاری ها، تکمیل واحدهای نیمه تمام و
|
||||
ظرفیت های خالی بنگاه های تولیدی بر پایه آمایش سرزمین و همچنین حمایت از طرح(پروژهای) دانش
|
||||
بنیان و پیشران و بسط و عدالت سرزمینی منابع زیر جهت ایجاد و افزایش تولید، اشتغال و کارآفرینی
|
||||
و ارتقای رشد اقتصادی اختصاص می یابد.
|
||||
</Typography>
|
||||
<Typography sx={{ lineHeight: 2.4 }} variant={"subtitle1"} textAlign={"justify"}>
|
||||
در این راستا سازمان راهداری و حمل و نقل جاده ای به منظور بهبود کیفیت حمل و نقل بین شهری و
|
||||
افزایش ظرفیت ترابری اقدام به اعطای وام به{" "}
|
||||
<Typography
|
||||
sx={{ color: "secondary.main" }}
|
||||
variant={"h5"}
|
||||
fontWeight={"bold"}
|
||||
component={"span"}
|
||||
>
|
||||
ناوگان های مسافربری
|
||||
</Typography>{" "}
|
||||
برای بازسازی و تعمیرات میکند.
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid item xs={12} md={5}>
|
||||
<Box>
|
||||
<TimeLineDetails />
|
||||
</Box>
|
||||
</Grid>
|
||||
</Grid>
|
||||
دریافت فایل های راهنما
|
||||
</Link>
|
||||
</Button>
|
||||
</Stack>
|
||||
</Stack>
|
||||
</Container>
|
||||
</Box>
|
||||
);
|
||||
|
||||
@@ -1,26 +1,18 @@
|
||||
import { Stack } from "@mui/material";
|
||||
import { useTranslations } from "next-intl";
|
||||
import LoanRegister from "@/components/first/LoanRegister";
|
||||
import LoanCondition from "@/components/first/LoanCondition";
|
||||
import FooterDetails from "@/components/first/FooterDetails";
|
||||
import HeaderDetails from "@/components/first/HeaderDetails";
|
||||
import LoanDescription from "@/components/first/LoanDescription";
|
||||
import { FullPageLayout } from "@witel/webapp-builder";
|
||||
import Banner from "@/components/first/Banner";
|
||||
import { FullPageLayout } from "@witel/webapp-builder";
|
||||
|
||||
const FirstComponent = () => {
|
||||
const t = useTranslations();
|
||||
|
||||
return (
|
||||
<FullPageLayout>
|
||||
<Stack>
|
||||
<HeaderDetails />
|
||||
<Banner />
|
||||
<LoanRegister />
|
||||
<LoanDescription />
|
||||
<LoanCondition />
|
||||
<FooterDetails />
|
||||
</Stack>
|
||||
<HeaderDetails />
|
||||
<Banner />
|
||||
<LoanRegister />
|
||||
<LoanDescription />
|
||||
<FooterDetails />
|
||||
</FullPageLayout>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user