Skip to content

Commit

Permalink
Update about.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
money8203 authored Feb 3, 2024
1 parent e895906 commit f546826
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,6 @@ import Link from 'next/link';
import React from 'react';
import { RiGithubFill, RiMailLine } from 'react-icons/ri';

const profiles = [
{
name: 'Manish Tyagi',
email: ' manishtyagi088@gmail.com',
github: 'https://github.com/money8203',
image: '/images/events/ManishTyagi.png',
},
{
name: 'Deependra Kumar',
email: 'deependrarajpoot178@gmail.com',
github: 'https://github.com/Deepu178',
image: '/images/events/deependra.png',
},
{
name: 'Chandraprakash Darji',
email: 'prakashchandra3786@gmail.com',
github: 'https://github.com/Chandraprakash-Darji',
image: '/images/events/Chandraprakash.png',
},
];

const events = [
{ name: 'Confrences', image: '/static/event.jpg', link: '/events' },
{ name: 'Meetups', image: '/static/hackathon.jpg', link: '/confrences' },
Expand Down

0 comments on commit f546826

Please sign in to comment.