Skip to content

Commit 0d69294

Browse files
authored
Merge pull request #133 from CodeChefVIT/samya/homepage
homepage done
2 parents a953b33 + 9a67ff5 commit 0d69294

24 files changed

+511
-128
lines changed

public/Vipnagorgialla.otf

60.8 KB
Binary file not shown.

public/VipnagorgiallaBd.otf

56 KB
Binary file not shown.

public/play.ttf

180 KB
Binary file not shown.

src/app/page.tsx

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,34 @@
1+
import SearchBar from "@/components/searchbar";
12
import Navbar from "@/components/Navbar";
23
import StoredPapers from "@/components/StoredPapers";
34
import Footer from "@/components/Footer";
4-
import SearchBar from "@/components/Searchbar/searchbar";
5+
import Hero from "@/components/Hero";
6+
import Faq from "@/components/Faq";
57

68
const HomePage = () => {
79
return (
8-
<div className="flex min-h-screen flex-col">
10+
<div className="flex min-h-screen w-full flex-col vipna dark:bg-[#070114] bg-[#F3F5FF]">
911
<div>
1012
<Navbar />
1113
</div>
1214
<div className="mt-2 flex flex-grow flex-col items-center justify-center gap-y-10">
1315
<div className="w-full max-w-2xl space-y-10 text-center">
14-
<h1 className="phonk mx-auto text-2xl md:text-3xl">
16+
<h1 className="vipnabd font-extrabold text-3xl md:text-3xl mx-auto mt-14 mb-6">
1517
Built by Students for Students
1618
</h1>
17-
18-
<p className="text-md mx-auto w-[90%] font-sans font-semibold md:w-full">
19-
Prepare to excel in your CATs and FATs with CodeChef-VIT&apos;s
20-
dedicated repository of past exam papers. Access key resources to
21-
review concepts, tackle challenging questions, and familiarize
22-
yourself with exam patterns. Boost your confidence, sharpen your
23-
strategy, and get ready to ace your exams!
24-
</p>
25-
26-
<div className="flex flex-wrap justify-center gap-4 text-sm font-bold">
27-
{[
28-
"NO SIGN UP REQUIRED",
29-
"FILTERED SEARCH",
30-
"FLEXIBLE DOWNLOAD",
31-
].map((text) => (
32-
<div
33-
key={text}
34-
className="rounded-full bg-gradient-to-r from-[#562EE7] to-[#bd21b4] p-[2px]"
35-
>
36-
<div className="rounded-full bg-white px-6 py-3 font-sans tracking-wider text-black dark:bg-black dark:text-white">
37-
{text}
38-
</div>
39-
</div>
40-
))}
41-
</div>
4219
</div>
43-
44-
<div className="z-20 w-full max-w-xl">
20+
<div className="z-20 w-full max-w-xl mb-6">
4521
<SearchBar />
4622
</div>
47-
48-
<div className="max-3xl w-full">
23+
<div className="w-full max-w-7xl">
4924
<StoredPapers />
5025
</div>
26+
<div className="w-full max-w-7xl">
27+
<Hero />
28+
</div>
29+
<div className="w-full max-w-7xl mb-10">
30+
<Faq />
31+
</div>
5132
</div>
5233

5334
<Footer />

src/assets/download.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/downloadd.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/filter.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/filterd.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/man.svg

Lines changed: 21 additions & 0 deletions
Loading

src/assets/man1.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)