[feat] Landing update

This commit is contained in:
ITQ
2024-04-02 19:26:14 +03:00
parent 196044bdac
commit 4c6a5ff723
14 changed files with 194 additions and 667 deletions
@@ -1,18 +1,13 @@
import { About } from "../../About";
import { Cta } from "../../Cta";
import { FAQ } from "../../FAQ";
import { Features } from "../../Features";
import { Footer } from "../../Footer";
import { Hero } from "../../Hero";
import { HowItWorks } from "../../HowItWorks";
import { Navbar } from "../../Navbar";
import { Newsletter } from "../../Newsletter";
import { Pricing } from "../../Pricing";
import { ScrollToTop } from "../../ScrollToTop";
import { Services } from "../../Services";
import { Sponsors } from "../../Sponsors";
import { Team } from "../../Team";
import { Testimonials } from "../../Testimonials";
import "../../../App.css";
import { ThemeProvider } from "../../theme-provider.tsx";
@@ -23,9 +18,8 @@ function Landing() {
<Hero />
<About />
<HowItWorks />
<Features />
<Services />
<Cta />
{/* <Features />
<Services /> */}
<Team />
<FAQ />
<Footer />
+3 -3
View File
@@ -17,7 +17,7 @@ const Main = () => {
<div className={less["general-left"]}>
<form className={less["input-form"]} onSubmit={(event) => submitRegister(event, navigate)}>
<h1 className={less["title-form"]}>{t("entrance")}</h1>
<Input type="text" name="first_name" placeholder="Name" />
<Input type="text" name="first_name" placeholder="First name" />
<Input type="text" name="last_name" placeholder="Last name" />
<Input type="date" name="birth_date" placeholder="Date" />
<Input type="email" name="email" placeholder="Email" />
@@ -26,10 +26,10 @@ const Main = () => {
<Button>{t("buttonLoginInSystem")}</Button>
</form>
<Button variant="link" asChild><Link to={"/dash/admin"}>{t("iorganizer")}</Link></Button>
<Button variant="link" asChild><Link to={"/dash/admin"}>{t("iorganizer")}</Link></Button>
</div>
<div className={less["general-right"]}>
<div className={less["general-right"] + " shadow"}>
</div>
</div>