Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/routes/Home/Features.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Users, CircleHelp, BookOpen } from "lucide-react";
import { Users, Video, BookOpen } from "lucide-react";

export default function Features() {
return (
Expand All @@ -18,10 +18,10 @@ export default function Features() {
<div className="box-border hidden h-[100px] w-[1px] self-center bg-[rgba(255,255,255,0.1)] bg-scroll bg-clip-border bg-repeat bg-origin-padding text-left font-sans text-base font-[cv05_ss01_ss03_zero] leading-6 text-white shadow-[0px_0px_70px_15px_rgba(0,0,0,0.75)] lg:block"></div>

<div className="flex flex-1 flex-col items-center py-6 text-center font-mono">
<CircleHelp size={48} className="mb-2 text-accent" />
<h3 className="mb-2 text-xl text-secondary">Some other thing</h3>
<Video size={48} className="mb-2 text-accent" />
<h3 className="mb-2 text-xl text-secondary">Live Sessions</h3>
<p className="text-sm text-secondary">
Description about that other thing.
Join us for live learning sessions.
</p>
</div>
<div className="box-border hidden h-[100px] w-[1px] self-center bg-[rgba(255,255,255,0.1)] bg-scroll bg-clip-border bg-repeat bg-origin-padding text-left font-sans text-base font-[cv05_ss01_ss03_zero] leading-6 text-white shadow-[0px_0px_70px_15px_rgba(0,0,0,0.75)] lg:block"></div>
Expand Down