feat: Add JSON data files for About, Blog Posts, Contact, Projects, Skills, and Social Links
- Created AboutProps.json with core values, technical arsenal, professional journey, and testimonials. - Added BlogPosts.json for blog post data including title, content, and metadata. - Introduced Contact.json for contact information and FAQs. - Created ProjectProps.json as a template for project details. - Added SkillCardProps.json for skill categories and skills. - Introduced SocialLink.json for social media links. - Updated components to fetch data from newly created JSON files instead of hardcoded values. - Adjusted TypeScript configuration to support JSON module imports. - Enhanced Vite configuration for public directory and build targets.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"icon": "fab fa-github",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"icon": "fab fa-linkedin",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"icon": "fab fa-twitter",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"icon": "fab fa-discord",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"icon": "fas fa-envelope",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user