11import React , { useState } from 'react' ;
22import { Highlighter } from "@/components/ui/highlighter" ;
3+ // --- 1. Import your project images ---
4+
35import project1Img from '../assets/projects/project1.png' ;
46import project2Img from '../assets/projects/project2.png' ;
7+ import project3Img from '../assets/projects/Project3.png' ;
8+ import project4Img from '../assets/projects/Project4.png' ;
59import project5Img from '../assets/projects/project5.png' ;
610import project6Img from '../assets/projects/project6.png' ;
711import project7Img from '../assets/projects/project7.png' ;
812import project8Img from '../assets/projects/project8.png' ;
913import project9Img from '../assets/projects/project9.png' ;
14+ import { Truck } from 'lucide-react' ;
1015
11- // Use the same data structure as Projects.jsx, including videoUrl
16+ // --- Data for the projects ---
1217const projectData = [
1318 {
1419 title : 'Sahityaa Sangamm' ,
1520 description : 'A modern e-commerce platform built with Blade and Laravel.' ,
21+ // Use your Cloudinary video URL here:
1622 videoUrl : 'https://res.cloudinary.com/dktapziq9/video/upload/v1764394626/1764393871242766_dqfnqn.mp4' ,
17- imageUrl : project1Img ,
23+ imageUrl : project1Img , // optional fallback
1824 liveUrl : 'https://sahityaasangamm.in' ,
1925 repoUrl : '#' ,
2026 tags : [ 'Blade' , 'Laravel' , 'MySQL' ] ,
@@ -38,6 +44,42 @@ const projectData = [
3844 tags : [ 'Django' , 'yfinance' , 'Bootstrap 5' ] ,
3945 } ,
4046 {
47+ title : 'Creatorhub' ,
48+ description : 'An Influencer Marketing platform for Creators and brands built with React.' ,
49+ videoUrl : 'https://res.cloudinary.com/dktapziq9/video/upload/v1764396382/1764396334647746_qruqaf.mp4' ,
50+
51+ liveUrl : 'https://creatorhub.in' ,
52+ repoUrl : '#' ,
53+ tags : [ 'React' , 'Node.js' , 'MongoDB' ] ,
54+ } ,
55+ {
56+ title : 'Tea Country' ,
57+ description : 'A Tourist website created with React.' ,
58+ // --- 2. Use the imported variable here ---
59+ imageUrl : project2Img ,
60+ liveUrl : 'https://teacountry.in' ,
61+ repoUrl : '#' ,
62+ tags : [ 'React' , 'Vue' , 'Tailwind CSS' ] ,
63+ } ,
64+ // {
65+ // title: 'MeghaRise Products',
66+ // description: 'A modern e-commerce platform using React (Its Frontend Only For Now).',
67+ // // --- 2. Use the imported variable here ---
68+ // imageUrl: project3Img,
69+ // liveUrl: 'https://meghariseproducts.com',
70+ // repoUrl: '#',
71+ // tags: ['React', 'Vue', 'Tailwind CSS'],
72+ // },
73+ {
74+ title : 'Scabbard Tech' ,
75+ description : 'A Digital Marketing website built with React, Vue and Tailwind CSS.' ,
76+ videoUrl : 'https://res.cloudinary.com/dktapziq9/video/upload/v1764397211/1764397136159111_zlcckk.mp4' ,
77+ liveUrl : 'https://scabbardtech.com' ,
78+ repoUrl : '#' ,
79+ tags : [ 'React' , 'Vue' , 'Tailwind CSS' ] ,
80+ } ,
81+
82+ {
4183 title : 'Jana Kalyan Swastha sewa' ,
4284 description : 'A Healthcare website built with HTML and php.' ,
4385 imageUrl : project6Img ,
@@ -53,7 +95,7 @@ const projectData = [
5395 repoUrl : '#' ,
5496 tags : [ 'HTML' , 'CSS' , 'JavaScript' ] ,
5597 } ,
56- {
98+ {
5799 title : 'Earmacs' ,
58100 description : 'A Hotel Management website built with Wordpress and PHP.' ,
59101 imageUrl : project9Img ,
0 commit comments