Skip to content
Open
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
13 changes: 7 additions & 6 deletions frontend/src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Link } from "react-router-dom";
import { Clipboard, CalendarDays, BarChart2 } from "lucide-react";

const LandingPage = () => {
return (
Expand Down Expand Up @@ -66,8 +67,8 @@ const LandingPage = () => {
shadow-lg hover:shadow-2xl
"
>
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition">
📋
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center mb-6 group-hover:scale-110 transition">
<Clipboard size={24} className="text-[#4eb7b3]" />
</div>

<h3 className="text-xl font-bold text-slate-800 dark:text-white mb-3">
Expand Down Expand Up @@ -95,8 +96,8 @@ const LandingPage = () => {
shadow-lg hover:shadow-2xl
"
>
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition">
🗓️
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center mb-6 group-hover:scale-110 transition">
<CalendarDays size={24} className="text-[#4eb7b3]" />
</div>

<h3 className="text-xl font-bold text-slate-800 dark:text-white mb-3">
Expand Down Expand Up @@ -124,8 +125,8 @@ const LandingPage = () => {
shadow-lg hover:shadow-2xl
"
>
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition">
📊
<div className="w-14 h-14 rounded-2xl bg-[#d0f6e3] flex items-center justify-center mb-6 group-hover:scale-110 transition">
<BarChart2 size={24} className="text-[#4eb7b3]" />
</div>

<h3 className="text-xl font-bold text-slate-800 dark:text-white mb-3">
Expand Down