Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/ABOUT-carousel-creatives.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ABOUT-carousel-devops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ABOUT-carousel-projectmanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ABOUT-carousel-qualityassurance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion src/components/ui/DevelopersCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@ const DevelopersCarousel = () => {
desc: "Crafts intuitive user experiences.",
img: "ABOUT-carousel-uiux.jpg",
},
{
title: "Creatives",
desc: "Produces engaging visual and multimedia content such as graphics, layouts, and branding materials.",
img: "ABOUT-carousel-creatives.png",
},
{
title: "Project Manager",
desc: "Oversees timelines and stakeholder communication.",
img: "ABOUT-carousel-projectmanager.png",
},
{
title: "Quality Assurance",
desc: "Tests applications for bugs, errors, and performance issues to maintain software reliability.",
img: "ABOUT-carousel-qualityassurance.png",
},
{
title: "DevOps Engineer",
desc: "Automates deployment, monitors infrastructure, and bridges development and operations for efficiency.",
img: "ABOUT-carousel-devops.png",
},

];

Expand Down Expand Up @@ -116,4 +136,5 @@ const DevelopersCarousel = () => {
);
};

export default DevelopersCarousel;
export default DevelopersCarousel;