File tree Expand file tree Collapse file tree
client/src/components/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22import { motion } from "framer-motion" ;
33import {
44 Calendar ,
5- Clock ,
65 Gamepad2 ,
7- Handshake ,
86 Heart ,
97 Home ,
10- Link as LucideLink ,
118 Map ,
129 Palette ,
13- Pencil ,
1410 Sparkles ,
15- Upload ,
1611 Users ,
1712} from "lucide-react" ;
1813import Image from "next/image" ;
@@ -35,7 +30,7 @@ type socialMedia = {
3530 alt_text : string ;
3631} ;
3732
38- const quickLinks : ListLink [ ] = [
33+ /* const quickLinks: ListLink[] = [
3934 {
4035 label: "Join the Club",
4136 href: "#",
@@ -48,7 +43,7 @@ const quickLinks: ListLink[] = [
4843 },
4944 { label: "Upcoming Jams", href: "#", icon: <Clock className="h-4 w-4" /> },
5045 { label: "Resources", href: "#", icon: <Pencil className="h-4 w-4" /> },
51- ] ;
46+ ];*/
5247
5348// Main navigation links (ideally should be shared with Navbar)
5449export const mainLinks : ListLink [ ] = [
You can’t perform that action at this time.
0 commit comments