import React from "react"; function CardsFeature() { return ( <> {/* Icon Blocks */}
{/* Card */}

You Like Useless Features

When every feature is a treasure, even the ones that don't seem to do much.

{/* End Card */} {/* Card */}

You Like Debugging

In the realm of code, where only the time rich heroes are the ones who can fix the bugs.

{/* End Card */} {/* Card */}

You love solving solved problems

Where every challenge is a puzzle, and the key is already in your hand.

{/* End Card */} {/* Card */}

You hate shipping fast

In the race of development, where the finish line is not the destination.

{/* End Card */} {/* Card */}

You love process more than dev

Where the journey is more important than the destination.

{/* End Card */} {/* Card */}

You hate fast profits

In the world of finance, where the race to the bottom is not the goal.

{/* End Card */}
{/* End Icon Blocks */} ); } export default CardsFeature;