Skip to content

Commit

Permalink
Change landing page prepare for login and register account
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jun 1, 2024
1 parent 64eb64e commit ad66f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 397 deletions.
4 changes: 2 additions & 2 deletions app/(full-page)/landing/page.tsx → app/(full-page)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { StyleClass } from 'primereact/styleclass';
import { Button } from 'primereact/button';
import { Ripple } from 'primereact/ripple';
import { Divider } from 'primereact/divider';
import { LayoutContext } from '../../../layout/context/layoutcontext';
import { LayoutContext } from '../../layout/context/layoutcontext';
import { NodeRef } from '@/types';
import { classNames } from 'primereact/utils';

Expand Down Expand Up @@ -78,7 +78,7 @@ const LandingPage = () => {
<span className="font-light block">MTECH SE 31</span>Quemistry
</h1>
<p className="font-normal text-2xl line-height-3 md:mt-3 text-gray-700">Platform manages multiple choice questions to test and improve your knowlege in chemistry ... </p>
<Button type="button" label="Get Started" rounded className="text-xl border-none mt-3 bg-blue-500 font-normal line-height-3 px-3 text-white"></Button>
<Link href="/dashboard"><Button type="button" label="Get Started" rounded className="text-xl border-none mt-3 bg-blue-500 font-normal line-height-3 px-3 text-white"></Button></Link>
</div>
<div className="flex justify-content-center md:justify-content-end">
<img src="/demo/images/landing/landingImage.jpg" alt="Hero Image" height={300} className="w-9 md:w-auto" />
Expand Down
Loading

0 comments on commit ad66f19

Please sign in to comment.