22 lines
2.3 KiB
TypeScript
22 lines
2.3 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "projects" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function ProjectsSection(): React.JSX.Element {
|
|
return (
|
|
<div id="projects" data-section="projects">
|
|
<SectionErrorBoundary name="projects">
|
|
<FeaturesImageBento
|
|
tag="Featured Blueprints"
|
|
title="The Workshop Projects"
|
|
description="A curated collection of my most impactful full-stack developments."
|
|
items={[{"title":"Beautiva","href":"/projects/beautiva","imageSrc":"http://img.b2bpic.net/free-photo/woman-pink-jacket-with-shopping-bags-tablet_23-2148316491.jpg","description":"MERN cosmetics platform with comprehensive user reviews."},{"description":"Academic platform showcasing advanced learning modules.","href":"/projects/firasah","imageSrc":"http://img.b2bpic.net/free-photo/team-leader-showing-infographics-data-interactive-board_482257-90921.jpg","title":"Firasah"},{"href":"/projects/blog-genie","imageSrc":"http://img.b2bpic.net/free-vector/instagram-stories-interface-template_23-2148422901.jpg","description":"Full-stack MERN blog platform with auth and CRUD.","title":"Blog Genie"},{"title":"Green Cart","description":"Scalable e-commerce platform with payment integration.","href":"/projects/green-cart","imageSrc":"http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827235.jpg"},{"href":"/projects/dashboard-ui","imageSrc":"http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085920.jpg","description":"Modern analytical dashboard interface concepts.","title":"Dashboard UI"},{"description":"Robust authentication and encrypted logic implementation.","href":"/projects/security-engine","imageSrc":"http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg","title":"Security Engine"},{"description":"Standardized REST API documentation implementation.","href":"/projects/api-documentation","imageSrc":"http://img.b2bpic.net/free-photo/top-view-man-working-late-night_23-2150280992.jpg","title":"API Documentation"}]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|