Skip to content

Commit 8625f6b

Browse files
committed
add website Phone Music Player
1 parent ae60709 commit 8625f6b

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

src/components/Projects.jsx

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,31 @@ const projectsData = [
357357
},
358358
],
359359
},
360+
{
361+
name: "Phone Music Player",
362+
url: "https://hamiparsa.github.io/Phone-Music-Player/",
363+
images: [
364+
"https://raw.githubusercontent.com/HamiParsa/Phone-Music-Player/main/pic1.png"
365+
],
366+
tech: [
367+
{
368+
name: "React",
369+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
370+
},
371+
{
372+
name: "Next.js",
373+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
374+
},
375+
{
376+
name: "TypeScript",
377+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
378+
},
379+
{
380+
name: "Tailwind CSS",
381+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
382+
},
383+
],
384+
},
360385
];
361386

362387
// Component for individual project slider
@@ -491,7 +516,10 @@ function ProjectSlider({ project }) {
491516
// Main Component rendering all projects
492517
export default function ProjectsShowcase() {
493518
return (
494-
<main id="projects" className="mt-[100px] text-white min-h-screen p-4 sm:p-6 lg:p-8 space-y-12 sm:space-y-16 lg:space-y-20">
519+
<main
520+
id="projects"
521+
className="mt-[100px] text-white min-h-screen p-4 sm:p-6 lg:p-8 space-y-12 sm:space-y-16 lg:space-y-20"
522+
>
495523
{/* Section Title with Neon Heart */}
496524
<h2 className="text-2xl flex justify-center sm:text-3xl lg:text-4xl font-bold bg-gradient-to-r from-pink-500 via-purple-500 to-indigo-500 bg-clip-text text-transparent animate-gradient-x">
497525
Projects Made with Love{" "}

0 commit comments

Comments
 (0)